nene
nene copied to clipboard
nene bindings
It would be great if nene
could be used as Lua
module (similar to Lua-SDL2) and C
as extra options (and other languages with C bindings).
This might be a separate project.
I think it can be interesting to make bindings to other languages in a similar way that there is bindings for raylib and sdl for many languages out there.
Once I have the proper time, I'll experiment with this, and start trying with nene, if succeded, nene could be a cool library for others, less known languages.
For instance, I really would like to try binding Vala, since it also compiles to C (as nelua), but it's similar to C#, which is being adopted by many game developers (thanks to xna and unity influence).
Lua also would be nice, and curiosly, even nelua may get the benefits due to compile time improvements: https://github.com/edubart/nelua-lang/wiki/Speeding-up-Nelua-compilation#compiling-single-header-libraries
Of course, I personally never tried to make a C library using nelua, so this an experimental ideia.
This will not be implemented.
This is now in consideration again.
Nene it's being rewritten in C, and it'll feature code generation utilities to provide bindings to other languages, which for now it'll be just Nelua.