Thimni + Lua = Limni

I wrote a lua FFI for thimni, called limni. It is not nearly finished, as it lacks support for a few helper functionality and is restricted to 2D and 3D. It is a very simple binding (only about 250 LOC), that might even be a little bit too simple. I wrote a little example for it in LOVE.

I initially wanted to write python bindings, but discovered that for a language whose ecosystem is so heavily dependent on FFI, it does seem to make using FFI with it incredibly difficult and inefficient. As such, i decided to avoid the headache and move to Lua.