I can't spell apparently.
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 10 Feb 2021 21:11:50 +0000 (15:11 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 10 Feb 2021 21:11:50 +0000 (15:11 -0600)
lib/imgui.onyx [new file with mode: 0644]
lib/ingui.onyx [deleted file]
onyx-imgui.sublime-project [new file with mode: 0644]

diff --git a/lib/imgui.onyx b/lib/imgui.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
+
+
diff --git a/lib/ingui.onyx b/lib/ingui.onyx
deleted file mode 100644 (file)
index e41bc36..0000000
+++ /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 (file)
index 0000000..24db303
--- /dev/null
@@ -0,0 +1,8 @@
+{
+       "folders":
+       [
+               {
+                       "path": "."
+               }
+       ]
+}