Building my own game engine as well as the simple game I built using the Assembler.

XxEvilDxX

Banned
Banned
Dedicated Member
Apr 10, 2010
158
15
85
USA
This is a game engine I started to created and had it to the point where I could load 3D models as an Object file.
You literally have to calculate for every bone in the model. I just thought some may find it interesting.
Octane is a bare bones game engine. I used OpenMp, and Boost for Multi-threaded processing as well as the optimization of the engine
I did eventually create a whole world with this engine but I am not sure If I still have the video.


More stuff that maybe boring to some but interesting to others.
ASMx86 Maze Game
Not many people build games using ASM lmao but it was a fun challenge and way more code than should ever be necessary to write a simple game like this lol.
The code is in the description of the video.