initial commit
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 10 Feb 2021 04:04:00 +0000 (22:04 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 10 Feb 2021 04:04:00 +0000 (22:04 -0600)
lib/ingui.onyx [new file with mode: 0644]

diff --git a/lib/ingui.onyx b/lib/ingui.onyx
new file mode 100644 (file)
index 0000000..e41bc36
--- /dev/null
@@ -0,0 +1,15 @@
+// The goal of the onyx-imgui library is to provide a simple and fast immediate mode graphical
+// user interface library to be used in a webbrowser with WASM and WebGL. This library will
+// make prototyping applications faster and easier, and will make more complicated applications
+// doable without a ton of code.
+
+// Several things need to be developed:
+//  - Immediate mode renderer
+//  - TTF file loading and prerendering to a texture map
+//  - More things I can't think of at the moment
+
+// I don't want to plan this too much. I want to just dive in and get working on it.
+
+package imgui
+
+