nappgui_src
nappgui_src copied to clipboard
support golang?
hi, maintainer, are there any plans to support golang?
Have a nice day :-)
Hi @geekgao! At the moment I do not plan to create any binding to other programming languages. However, I leave this proposal open. If has support by users, I would give it priority. I work on this project only in my free time. Right now I am working on:
- Building shared libraries
- TableView (Data Grid)
- OpenGL
Thanks for your suggestion!
For your information Raylib has solved this problem elegantly with supplying the parsed header files as JSON/XML output. (Perhaps this parser can be reused here)
This then makes it very easy for others to generate bindings for their preferred language: raylib-parser python-bindings example
So interesting this parser (and the raylib project itself). I'll take into account for futher utilities.
Thanks @tenko!