@markuslatvala@mastodon.gamedev.place
Post #850208
2026-03-28 11:53 UTC
Refactored the renderer to use fixed point math and wrote a loader for .obj files. Around 320 triangles at 23 fps (without Mirror recording), all Lua.
Planet by Liz Reddington [CC-BY] via Poly Pizza
#playdate
Replies (2)
-
@markuslatvala@mastodon.gamedev.place 2026-03-28 11:58
Oh, and I use spherical coordinates now. Rotating around the Y axis is cheap, others not so much.
-
@scoopr@mastodon.social 2026-03-28 18:09
@markuslatvala@mastodon.gamedev.place fixed-point in Lua? 😱 Sounds… fun