963dde2a37
improve error handling and add metadata
2025-04-19 20:11:07 +02:00
00e54bf65a
show dialog on panic
2025-04-19 20:11:04 +02:00
d07db04bbb
formatting
2025-04-19 20:11:02 +02:00
1e18d77652
remove unneeded clone
2025-04-19 20:11:00 +02:00
0bcf5899b8
load arbitrary model data
2025-04-19 20:10:57 +02:00
c5d9fe9e95
refactor renderer into smaller functions
2025-04-19 20:10:56 +02:00
2ac2127d75
include runtime dependencies in default package
2025-04-19 20:10:54 +02:00
790e6bca24
close all windows if the main window is destroyed
2025-04-19 20:10:51 +02:00
669e9c7293
fix selecting wrong window for key events
2025-04-19 20:10:50 +02:00
b9ea57fab0
rename build.nix to default.nix
2025-04-19 20:10:48 +02:00
816e7b2aab
fix multi window support
2025-04-19 20:10:43 +02:00
4142720a12
exit event loop properly
2025-04-19 20:10:41 +02:00
507f673aa4
convert the vec of windows to a hashmap
2025-04-19 20:10:40 +02:00
e7d3c073f9
feat: attempt to close winit window (?)
2025-04-19 20:10:33 +02:00
5d90882707
feat: handle spawning multiple windows
2025-04-19 20:10:21 +02:00
767e56ec17
press esc to change bg color
2025-04-19 20:10:17 +02:00
286e4a61f2
format rust and nix files
2025-04-19 20:10:15 +02:00
a690c2b342
deprecate and remove zlua
2025-04-19 20:10:13 +02:00
c85c540ade
proper 3d projection
2025-04-19 20:10:11 +02:00
dependabot[bot]
f1ac7f2956
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-19 20:10:01 +02:00
8a540cf1a9
cube
2025-04-19 20:09:11 +02:00
66c5f1ced6
remove welcome message to save terminal space
2025-04-19 20:09:09 +02:00
bd885e2549
update workflow to use nightly
2025-04-19 20:09:07 +02:00
edabf63850
finally fix workflow i hope
2025-04-19 20:09:04 +02:00
e80fa87dae
remove categories
2025-04-19 20:09:02 +02:00
GhostedGaming
a85b305198
Removed Problems
2025-04-19 20:09:00 +02:00
GhostedGaming
d82a335c0d
add rudimentary Text editor
2025-04-19 20:08:50 +02:00
GhostedGaming
1f25e5dd16
Added better syntax
2025-04-19 20:08:47 +02:00
GhostedGaming
2f3f28d2e7
Imported the whole library and now we have alot more functtions (sorry caz)
2025-04-19 20:08:44 +02:00
GhostedGaming
193555425f
Working if statement
...
partially
2025-04-19 20:08:43 +02:00
GhostedGaming
2c1727c33d
Added a file for zlua and made a new function
2025-04-19 20:08:41 +02:00
8771680391
ZLUA REPL!!!!! ( #18 )
2025-04-19 20:08:37 +02:00
955eed93f5
polish repl ( #17 )
...
* add less daunting panic message on release builds
2025-04-19 20:08:35 +02:00
69691f7aaa
change cargo.toml name ( #14 )
...
* 🔥 🔥 🔥 🔥 🔥
* make workflow use nightly
* remove code quality checks temporarily
* fix check version i think
* build for windowsARM
* forgot to specify target
* change cargo.toml to zenyx to fix workflow
2025-04-19 20:08:33 +02:00
1f671d4a27
specify windows arm target ( #13 )
...
* 🔥 🔥 🔥 🔥 🔥
* make workflow use nightly
* remove code quality checks temporarily
* fix check version i think
* build for windowsARM
* forgot to specify target
2025-04-19 20:08:30 +02:00
0f383c7705
windows ARM workflow ( #12 )
2025-04-19 20:08:28 +02:00
5ce595a183
burn everything to the ground ( #11 )
...
🔥 🔥 🔥 🔥 🔥
2025-04-19 20:08:27 +02:00
05117d1d44
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-19 20:08:23 +02:00
efb724d18f
apply clippy changes
2025-04-19 20:08:22 +02:00
24e4e64058
fix formatting
2025-04-19 20:08:20 +02:00
c72628b035
fix tokio runtime stack overflow due to recursion
2025-04-19 20:08:16 +02:00
a3703dbb4d
exec .zenshell files + shell extensions
...
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2025-04-19 20:08:15 +02:00
c1c98d7507
check command similarity
2025-04-19 20:08:13 +02:00
6cd82fd77f
change the look of autocompletion
2025-04-19 20:08:10 +02:00
4cb110525a
make repl support strings via both double and single quotes
2025-04-19 20:08:09 +02:00
72fced23a3
fix unwrap errors
2025-04-19 20:08:07 +02:00
fece56a635
add rust formatting rules
2025-04-19 20:08:04 +02:00
71552ee610
print logging state upon change
2025-04-19 20:08:03 +02:00
eatmynerds
742a945085
Control logging using key events
2025-04-19 20:08:01 +02:00
27be0e5cde
Create dependabot.yml
2025-04-19 20:07:58 +02:00