From: Brendan Hansen Date: Wed, 10 Feb 2021 21:11:50 +0000 (-0600) Subject: I can't spell apparently. X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=0e43316fc16e58c6b19663a655b4aea834a3c823;p=onyx-imgui.git I can't spell apparently. --- diff --git a/lib/imgui.onyx b/lib/imgui.onyx new file mode 100644 index 0000000..e41bc36 --- /dev/null +++ b/lib/imgui.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 + + diff --git a/lib/ingui.onyx b/lib/ingui.onyx deleted file mode 100644 index e41bc36..0000000 --- a/lib/ingui.onyx +++ /dev/null @@ -1,15 +0,0 @@ -// 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 - - diff --git a/onyx-imgui.sublime-project b/onyx-imgui.sublime-project new file mode 100644 index 0000000..24db303 --- /dev/null +++ b/onyx-imgui.sublime-project @@ -0,0 +1,8 @@ +{ + "folders": + [ + { + "path": "." + } + ] +}