8
This is a neat little 3d engine I have adapted from several tutorials and other projects on Scratch. I have adapted this engine to work in both TIC-80 & PICO-8, though this version has filled surfaces.
Use arrow keys to move, Z/X to turn left/right, A/S to turn up and down, and D/C to go up/down.
3.28.2021 - I have added several functions to the engine. The engine now has culling, as well as the ability to draw objects based on distance from the camera. There are experimental horizon and textri3 functions in here as well, though they aren't perfect. Later on, I have also prevented integer underflow by limiting the accuracy of the sin/cos functions.
TylerDurden
|
Looks promising :)
I also made a 3D graphics engine in lua, but using love2d, never could make 3d in tic-80 https://www.youtube.com/watch?v=j-8EP5vzUE0 |
AdamKer
|
good job bro,awesome job!!
|