[quote]Its a miracle to me how game coders can make it that easy…
I use 4k for the gameloop/timing framework at least. Of for the keyboard input framework. Or for the entity management framework.
[/quote]
…I’ve got a 4k 3D renderer with multiple lightsources and dynamic terrain lying around somewhere here :). I kind of gave up when it got to the point where I couldn’t get it to animate anything interesting (I had a couple of mountains that grew out of the ground, then sank into it again, ad infinitum, while a sun went round in circles).
I was also a bit disheartened when I saw someone else had done similar but with smooth shading and translucent water with wave animations :(. Their source code was nearly all bitwise operations, unsurprisingly :).