Commit graph

29 commits

Author SHA1 Message Date
5fca807ca3
fix creating two event loops at once 2025-04-22 21:53:07 +02:00
39a3f88d3c
Merge branch 'main' of codeberg.org:Caznix/Zenyx 2025-04-22 21:53:03 +02:00
710c8e52bd
improve error handling and add metadata 2025-04-22 21:52:25 +02:00
2dd2398809
improve error handling 2025-04-22 21:52:22 +02:00
10932a1a97
show dialog on panic 2025-04-22 21:52:15 +02:00
e106242d41
formatting 2025-04-22 21:52:08 +02:00
901f7a63cf
load arbitrary model data 2025-04-22 21:52:01 +02:00
87289bd8b3
refactor renderer into smaller functions 2025-04-22 21:51:58 +02:00
642d485aa4
fix selecting wrong window for key events 2025-04-22 21:51:48 +02:00
d26499823b
feat: handle spawning multiple windows 2025-04-22 21:51:23 +02:00
49a442ce38
format rust and nix files 2025-04-22 21:51:06 +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
3941535f7d
cube 2025-04-22 21:50:05 +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
079d507de0
Improve repl autocorrect and error handling
* Combine comparison algorithims for autocorrect

* clear zephyr functions

* remove redundant comments because co-pilot is stupid and i probably will never try to use it again

* implement basic tab completion

* fix unused items

* Make workflow check code quality

* split code quality into its own file

* make action fail on bad formatting

* change workflow to nightly

* f it, code quality is considered breaking

* fix forgetting to set toolchain back to nightly when rewriting workflow (😔)

* Add condition for too little arguments

* run cargo fmt

* remove unneeded feature directive
2025-04-22 21:48:21 +02:00
ce7dd8c54c
apply clippy changes 2025-04-22 21:48:14 +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
8f2ff9e9d8
fix unwrap errors 2025-04-22 21:47:50 +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
Jason Spalti
93a88e7857
Add descriptions to commands and improve REPL display formatting 2025-04-22 21:46:40 +02:00
e168f4e93f
draw with wgpu 2025-04-22 21:46:37 +02:00
ca80d3d4e2
WINIT WINDOW!!!! 2025-04-22 21:46:34 +02:00
ecbfce64ed
Basic repl 2025-04-22 21:45:25 +02:00