kitgit

tirbofish/dropbear · commit

d920dc1a24cf966a77812721bccc1a8fff2a631f

input detection and more docs

Unverified

tk <4tkbytes@pm.me> · 2025-08-11 05:37

view full diff

diff --git a/README.md b/README.md
index 34deab0..bf5232c 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,8 @@ If you do not want to build it locally, you are able to download the latest acti
 
 Depsite it looking like a dependency for `eucalyptus`, it can serve as a framework too. Looking through the `docs.rs` will you find related documentation onhow to use it and for rendering your own projects.
 
+The rhai reference for the eucalyptus editor is under the /docs folder of this repository, so take a look there. [Here is the entrance](https://github.com/4tkbytes/dropbear/blob/main/docs/README.md)
+
 ## Compability
 
 |            | Windows | macOS | Linux | Web | Android | iOS |
diff --git a/docs/README.md b/docs/README.md
index d863d15..1d4cd8e 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -8,3 +8,7 @@ Related links: [https://rhai.rs/book](https://rhai.rs/book) and [https://rhai.rs
 
 ---
 
+| Math            | https://github.com/4tkbytes/dropbear/blob/main/docs/math.md      |
+|-----------------|------------------------------------------------------------------|
+| Utils           | https://github.com/4tkbytes/dropbear/blob/main/docs/utils.md     |
+| Transformations | https://github.com/4tkbytes/dropbear/blob/main/docs/transform.md |
\ No newline at end of file
diff --git a/docs/input.md b/docs/input.md
new file mode 100644
index 0000000..c1e0766
--- /dev/null
+++ b/docs/input.md
@@ -0,0 +1,2 @@
+# Input
+
diff --git a/docs/todo.md b/docs/todo.md
index 06b267f..69e676f 100644
--- a/docs/todo.md
+++ b/docs/todo.md
@@ -23,6 +23,7 @@ Just a list of stuff i need to work on/a list of items i need to implement
 - [ ] autosave (would be easy to impl)
 - [ ] attaching texture onto model
 - [ ] user defined keybinds
+- [ ] console tab
 
 ## fixing
 
diff --git a/docs/transform.md b/docs/transform.md
new file mode 100644
index 0000000..cddf359
--- /dev/null

Large diffs are not rendered by default. Showing the first 50 of 847 lines. Show full diff