Add vendor:microui

This is a direct port in Odin, not bindings; utilizing Odin's rich type system
This commit is contained in:
gingerBill
2021-09-23 12:20:01 +01:00
parent 360f75a65c
commit 964a09ef7a
5 changed files with 2990 additions and 0 deletions
+6
View File
@@ -6,6 +6,12 @@ Its use is similar to that of `core:` packages, which would be available in any
Presently, the `vendor:` collection comprises the following packages:
## microui
A tiny, portable, immediate-mode UI library written in Odin. (Ported from [rxi/microui](https://github.com/rxi/microui).)
This package is available under the MIT license. See `LICENSE` for more details.
## OpenGL
Bindings for the OpenGL graphics API and helpers in idiomatic Odin to, for example, reload shaders when they're changed on disk.