Commit graph

22 commits

Author SHA1 Message Date
642d485aa4
fix selecting wrong window for key events 2025-04-22 21:51:48 +02:00
3181a2de73
exit event loop properly 2025-04-22 21:51:34 +02:00
d26499823b
feat: handle spawning multiple windows 2025-04-22 21:51:23 +02:00
26221406f9
deprecate and remove zlua 2025-04-22 21:51:03 +02:00
ec42d4b6ee
proper 3d projection 2025-04-22 21:50:59 +02:00
f27b11bf5d
Merge branch 'main' into core_update 2025-04-22 21:50:52 +02:00
3941535f7d
cube 2025-04-22 21:50:05 +02:00
e4d919ad89
finally fix workflow i hope 2025-04-22 21:49:55 +02:00
dependabot[bot]
c3c6a8685a
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-22 21:49:44 +02:00
GhostedGaming
865ed77e3a
Removed Problems 2025-04-22 21:49:34 +02:00
GhostedGaming
818456af5e
add rudimentary Text editor 2025-04-22 21:49:30 +02:00
GhostedGaming
47aee197e9
Working if statement
partially
2025-04-22 21:49:20 +02:00
3766da6bcf
ZLUA REPL!!!!! (#18) 2025-04-22 21:49:13 +02:00
f286a2b624
polish repl (#17)
* add less daunting panic message on release builds
2025-04-22 21:49:10 +02:00
fdb7844149
burn everything to the ground (#11)
🔥🔥🔥🔥🔥
2025-04-22 21:48:24 +02:00
0cf7e3e60d
exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2025-04-22 21:48:03 +02:00
eatmynerds
bd3ec33392
Control logging using key events 2025-04-22 21:47:36 +02:00
a11a13afd7
add zephyr ECS subcrate 2025-04-22 21:47:19 +02:00
1e7b7eff2a
replace reedline with rustyline 2025-04-22 21:47:09 +02:00
Jason Spalti
a4a8c59bb8
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-22 21:46:48 +02:00
ca80d3d4e2
WINIT WINDOW!!!! 2025-04-22 21:46:34 +02:00
ecbfce64ed
Basic repl 2025-04-22 21:45:25 +02:00