P R O G R A M M I N G
Here is a simple 3d graphics engine I made that draws wireframe models
You can add your own models by using a python script I made which converts .obj files into a format you can hardcode as the main mesh
I made a raycaster with collisions and colored walls!
I made this in two days with no prior knowledge of how raycasting worked so that was real fun.