README.md (502B)
1 # odin-libui 2 3 This package contains bindings generated for [libui](https://github.com/andlabs/libui). 4 5 ## Build 6 7 libui must be available to the Odin compiler. You need to build and install `libui.a`. 8 9 ## Generator 10 11 Regenerate bindings with `odin run ./generator`. 12 13 ## Notes 14 15 - widgets structures are opaque since their implementation is contained in platform specific code 16 - code generator uses ad-hoc C parsing logic that is in no way appropriate for general use as it is tuned to the content of ui.h