6 results for “topic:game-programming-language”
Game Development Books / all of them are free. Let's be a game developer
A reified programming language designed for use in RPGs and similar games.
In this repo, there are lecture notes of Game Programming with Unity and C#.
The game programming language
A game prototyping language with some unusual design choices
Hard core optimized techniques used to optimize the 40k cube animation sand. SIMD, Hot/Cold data Structures, Return value Optimizations and implicit conversions used. Matrices Translate, Rotate, Scale operations are cut down vastly using quantitative analysis. Check out the draw() method particleemitter.cpp in both RAW and Optimized flolders. For more details on optimizations, please check outh the pdf document. Achieved first in this Optimization competition