Commit graph

31 commits

Author SHA1 Message Date
66b9041e1b
fix: sudo not intalled on runners 2025-04-21 19:21:35 -04:00
c6e2980562
feat: basic GUI terminal when pressing F12 2025-04-21 19:21:02 -04:00
2ceaca0921
chore: run clippy and cargo fmt on pending changes 2025-04-21 19:21:00 -04:00
1aa9688d08
build: remove regex dependency in favor of rust iterators 2025-04-21 19:20:56 -04:00
08b5d365a6
feat: add more useful debug information to system metadata 2025-04-21 19:20:52 -04:00
527080c025
add window icon 2025-04-21 19:20:45 -04:00
0c0258759b
improve error handling and add metadata 2025-04-21 19:19:14 -04:00
f66ff22908
show dialog on panic 2025-04-21 19:19:12 -04:00
ed77d95855
formatting 2025-04-21 19:19:10 -04:00
21db7ddcdb
load arbitrary model data 2025-04-21 19:19:06 -04:00
2d75d9a2e3
fix selecting wrong window for key events 2025-04-21 19:18:59 -04:00
794fe93934
exit event loop properly 2025-04-21 19:18:50 -04:00
181da0974b
feat: handle spawning multiple windows 2025-04-21 19:18:33 -04:00
cb83bc817c
deprecate and remove zlua 2025-04-21 19:18:27 -04:00
6701dc6023
proper 3d projection 2025-04-21 19:18:25 -04:00
dependabot[bot]
1308d7e97a
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-04-21 19:18:23 -04:00
572a55a0d1
cube 2025-04-21 19:17:42 -04:00
66b5b4c01a
finally fix workflow i hope 2025-04-21 19:17:37 -04:00
GhostedGaming
3083538256
Removed Problems 2025-04-21 19:17:33 -04:00
GhostedGaming
b4c893f582
add rudimentary Text editor 2025-04-21 19:17:31 -04:00
GhostedGaming
0e5ca6e75c
Working if statement
partially
2025-04-21 19:17:26 -04:00
e18417a071
ZLUA REPL!!!!! (#18) 2025-04-21 19:17:22 -04:00
7444ff7fd0
polish repl (#17)
* add less daunting panic message on release builds
2025-04-21 19:17:20 -04:00
c81e3cf838
burn everything to the ground (#11)
🔥🔥🔥🔥🔥
2025-04-21 19:15:57 -04:00
7d88899919
exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2025-04-21 19:15:48 -04:00
eatmynerds
a71bed6bc8
Control logging using key events 2025-04-21 19:15:35 -04:00
41f87a379d
add zephyr ECS subcrate 2025-04-21 19:15:28 -04:00
1becc24433
replace reedline with rustyline 2025-04-21 19:15:23 -04:00
Jason Spalti
536302b0cd
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
2025-04-21 19:15:16 -04:00
f002196681
WINIT WINDOW!!!! 2025-04-21 19:15:08 -04:00
929cf58d8e
Basic repl 2025-04-21 19:14:34 -04:00