This project renders a 3D cube! W to move forward, S to move backwards. A or left arrow to go left, D or right arrow to go right. Up arrow to go up, down arrow to go down. Play around with your FOV. Around 200-250 is nice. You can see your coordinates as (x, y, z) where x is width, y is height and z is depth. I put a note in the editor, use that info to create your own structures! Feel free to remix!
This will be receiving updates. To come (hopefully): --Not rendering when structure is behind you (BUG) --Maybe adding gravity and a platform so it's kind of a game --Ability to place/break blocks in-game --Ablitity to turn (It may not seem like it, but this is really hard to code, you gotta know trigonometry and stuff. I'll try to code it, but I might fail.) Completely by me.