Quantcast
Channel: professional website design » RGB
Viewing all articles
Browse latest Browse all 80

How to Write a 3D Soft Engine from Scratch – Part I

$
0
0
Advertise here via BSA I’d to like to share with you how I’ve learned to build what’s known as a “ 3D soft engine ” through a series of tutorials. “Software engine” means that we will use only the CPU to build a 3D engine in an old school way (remember Doom on your 80386 ?). I’ll share with you the C#, TypeScript and JavaScript versions of the code. In this list, you should then find your favorite language or at least something near your favorite one. The idea is to help you transposing the following samples & concepts on your favorite platform. You’ll find the Visual Studio 2012 C#/TS/JS solutions to download at the end also. So why building a 3D soft engine?

Viewing all articles
Browse latest Browse all 80

Trending Articles