Hacker News new | ask | show | jobs
by rainingmonkey 120 days ago
Does this run on bare metal? Are there any plans to include graphics primitives?

As another comment suggested, Lua seems to lend itself to certain kinds of projects. This looks like it could mesh well with my forever project to rewrite userland in Love2d!

1 comments

You can use SDL3 with LuaJIT easily. You just need an FFI generator, I use the one here: https://github.com/sonoro1234/LuaJIT-SDL3