A binding/wrapper library for an awesome GUI library LEIF
still a bit rough since the library used a lot of macros and they were annoying :p. pull requests are welcome!
- add examples
- do something about the #file and #line args. look a bit ugly (used for IDs internally in the c library.
go to LEIF and follow the installation instructions. after that just import this in your Odin project and you should be good to go. when running/building, you need to pass this to Odin:
-extra-linker-flags:"-lclipboard"
(need to add later, for now you can just do a basic OpenGL setup in odin and then copy the example from Leif repo and translate it. lf_ just becomes lf. (assuming you imported it as lf)