From: Brendan Hansen Date: Wed, 10 Feb 2021 04:04:00 +0000 (-0600) Subject: initial commit X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=b5aa14b4eff2749d7c1e069c7f3bd7ce6032c201;p=onyx-imgui.git initial commit --- b5aa14b4eff2749d7c1e069c7f3bd7ce6032c201 diff --git a/lib/ingui.onyx b/lib/ingui.onyx new file mode 100644 index 0000000..e41bc36 --- /dev/null +++ b/lib/ingui.onyx @@ -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 + +