supposed to be an optimized 3d engine turbowarp: https://experiments.turbowarp.org/pointerlock/1146882217/fullscreen?stuck changelog ~~~~~~~~~~~~~~~~~~~~~~ 13 MAR 2025: - created project - basic 3d setup - added scene sprite where you add your triangles - setup sorting setup (i'll add sorting tomorrow :P) 14 MAR 2025: - added sorting - might quit because my mental health is declining from this, hopefully i get to the fun part before i lose my mind - ok i think i'm going to go crazy 15 MAR 2025: - added obj loading - added lighting - switched tri filler to azex 16 MAR 2025: - fixed sorting bugs - calculates lighting on startup instead of every frame 17 MAR 2025: - calculates trig every frame instead of every util::3dcoord call - fixed some z-clipping - added backface culling 18 MAR 2025: - improved performance - made the model face front instead of behind 22 MAR 2025: - added player physics credits ~~~~~~~~~~~~~~~~~~~~~~~~~ ► 2d tri filler: @KryptoAlt