nappgui_src icon indicating copy to clipboard operation
nappgui_src copied to clipboard

support golang?

Open geekgao opened this issue 3 years ago • 4 comments

hi, maintainer, are there any plans to support golang?

Have a nice day :-)

geekgao avatar Jan 12 '22 03:01 geekgao

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!

frang75 avatar Jan 12 '22 21:01 frang75

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

tenko avatar Jan 12 '22 23:01 tenko

So interesting this parser (and the raylib project itself). I'll take into account for futher utilities.

Thanks @tenko!

frang75 avatar Jan 13 '22 21:01 frang75