Commit graph

31 commits

Author SHA1 Message Date
0acbbcf9f6
feat: basic GUI terminal when pressing F12 2025-04-10 14:26:52 -04:00
bb9bca8ca5
chore: run clippy and cargo fmt on pending changes 2025-04-07 23:06:48 -04:00
7c3fa95566
build: remove regex dependency in favor of rust iterators 2025-04-07 22:11:38 -04:00
7739275353 feat: add more useful debug information to system metadata 2025-04-03 18:21:19 -04:00
9088d0aa49 add window icon 2025-04-03 01:37:53 -04:00
43fd5966b7 improve error handling and add metadata 2025-04-03 01:00:24 -04:00
13893e96a9
show dialog on panic 2025-03-30 02:54:07 -04:00
7cd954a48a
formatting 2025-03-29 20:20:53 -04:00
8097441fee
load arbitrary model data 2025-03-29 01:31:16 -04:00
0333e1f676
fix selecting wrong window for key events 2025-03-25 15:13:57 -04:00
3ec3da4136
exit event loop properly 2025-03-25 00:32:49 -04:00
36431b4654
wip:handle spawning multiple windows 2025-03-24 19:42:32 -04:00
d0ca2274fa
deprecate and remove zlua 2025-03-22 19:19:02 -04:00
b270f3066f
proper 3d projection 2025-03-22 18:19:32 -04:00
159c1ff592
Merge branch 'main' into core_update 2025-02-04 05:11:52 -05:00
894203be53 cube 2025-02-04 05:10:53 -05:00
dependabot[bot]
231f8eb27d
Update colored requirement from 2.2.0 to 3.0.0
Updates the requirements on [colored](https://github.com/mackwic/colored) to permit the latest version.
- [Release notes](https://github.com/mackwic/colored/releases)
- [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mackwic/colored/compare/v2.2.0...v3.0.0)

---
updated-dependencies:
- dependency-name: colored
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 20:38:00 +00:00
4c969b7e93 finally fix workflow i hope 2025-01-11 15:28:01 -05:00
GhostedGaming
db0113b5ab Removed Problems 2025-01-01 22:32:11 -05:00
GhostedGaming
c49999a315 Text editor (WIP) 2024-12-24 21:51:56 -05:00
GhostedGaming
c4cc4152b6 Working if statement
partially
2024-12-24 03:35:41 -05:00
93995ac62a
ZLUA REPL!!!!! (#18) 2024-12-21 16:28:32 -05:00
dba07c4adf
polish repl (#17)
* add less daunting panic message on release builds
2024-12-21 14:35:55 -05:00
470b934fb8
burn everything to the ground (#11)
🔥🔥🔥🔥🔥
2024-12-19 20:54:46 -05:00
48bdd140e2 exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2024-12-06 15:54:31 -05:00
eatmynerds
4e688729e6 Control logging using key events 2024-12-05 01:33:44 -06:00
341c141ade add zephyr ECS subcrate 2024-12-03 01:12:33 -05:00
41ebe4bbd5 replace reedline with rustyline 2024-12-02 15:43:39 -05:00
Jason Spalti
ceeec877c7
Refactor logging system to switch between stdout and file logging
* Refactor logging to switch between stdout and file logging

* Use "clear" instead of "tput reset" for unix

* Remove redundant comments
2024-12-02 12:51:39 -05:00
78a980c9c3 WINIT WINDOW!!!! 2024-12-01 20:50:11 -05:00
408f351332 Basic repl 2024-12-01 16:02:06 -05:00