[151] Context Switch
- Conlan Walker
- Feb 14
- 1 min read
I have good news, and bad news. The good news is that I'm learning an actual engine! The bad news is I got burnt out on my previous project, for a few reasons, namely compounding tech debt that made the foundations of the Sokoban game very-not-fun to work on.
However, this is Irrlicht, not my own thing (though I'll still be using my own audio libraries, since Irrlicht itself doesn't support it)
I've mostly been reading its documentation, but I was able to make this in the meantime:

This is the "Hello World!" demo that its documentation first teaches you, with a few changes.
Something about this MD2 model that was included with the SDK, is that it contains 16 animations, and yet is less than a third of a megabyte in size (including textures!):
(I guess that's what happens when you use a model type that has 4-byte vertices.)

I was also doing some music stuff, but the current project on that front I'm not really done with yet, so hopefully that'll be completed by next post.
Anyway, here's the code. Since I'm using the same template I made for the sokoban game to make the demo, this is the only code I actually need to show, as everything else has been shown before:
Comments