27b7741c37
press esc to change bg color
2025-04-21 19:18:31 -04:00
865813263c
format rust and nix files
2025-04-21 19:18:29 -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
4452509180
remove welcome message to save terminal space
2025-04-21 19:17:40 -04:00
e627a3648c
update workflow to use nightly
2025-04-21 19:17:38 -04:00
66b5b4c01a
finally fix workflow i hope
2025-04-21 19:17:37 -04:00
a0bc481efd
remove categories
2025-04-21 19:17:35 -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
4741ac750d
Added better syntax
2025-04-21 19:17:29 -04:00
GhostedGaming
3b0ba1f279
Imported the whole library and now we have alot more functtions (sorry caz)
2025-04-21 19:17:28 -04:00
GhostedGaming
0e5ca6e75c
Working if statement
...
partially
2025-04-21 19:17:26 -04:00
GhostedGaming
ee36bfe4b2
Added a file for zlua and made a new function
2025-04-21 19:17:24 -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
bedc926fc8
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-21 19:16:01 -04:00
f6f0efa2c9
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-21 19:16:00 -04:00
76f5aab1da
windows ARM workflow ( #12 )
2025-04-21 19:15:59 -04:00
c81e3cf838
burn everything to the ground ( #11 )
...
🔥 🔥 🔥 🔥 🔥
2025-04-21 19:15:57 -04:00
0aec5c0eeb
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-21 19:15:55 -04:00
ccf686da07
apply clippy changes
2025-04-21 19:15:53 -04:00
41e41c725e
fix formatting
2025-04-21 19:15:51 -04:00
8eeb6a4385
fix tokio runtime stack overflow due to recursion
2025-04-21 19:15:50 -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
ce4965ece7
check command similarity
2025-04-21 19:15:46 -04:00
04a8c39b6c
change the look of autocompletion
2025-04-21 19:15:44 -04:00
df34719f5c
make repl support strings via both double and single quotes
2025-04-21 19:15:42 -04:00
7f5618c429
fix unwrap errors
2025-04-21 19:15:41 -04:00
864ecedaf9
add rust formatting rules
2025-04-21 19:15:39 -04:00
03a9ec04c7
print logging state upon change
2025-04-21 19:15:37 -04:00
eatmynerds
a71bed6bc8
Control logging using key events
2025-04-21 19:15:35 -04:00
863383c619
Create dependabot.yml
2025-04-21 19:15:34 -04:00
c0d2385f30
Add release checking to rust workflow
2025-04-21 19:15:32 -04:00
ea6764e6a3
update main readme and add readme for Zephyr
2025-04-21 19:15:30 -04:00
41f87a379d
add zephyr ECS subcrate
2025-04-21 19:15:28 -04:00
c9ee478d96
Add press kit section
2025-04-21 19:15:26 -04:00
331b6d6d17
Remove seperate editor and xtask
2025-04-21 19:15:25 -04:00
1becc24433
replace reedline with rustyline
2025-04-21 19:15:23 -04:00
94b38dfbea
improve formatting
2025-04-21 19:15:21 -04:00
4ba89528ca
bump logo size
2025-04-21 19:15:19 -04:00
7a5d14508b
add readme with branding
2025-04-21 19:15:17 -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
f8e7481676
remove --verbose from tests
2025-04-21 19:15:14 -04:00
Jason Spalti
b4217218dc
Add descriptions to commands and improve REPL display formatting
2025-04-21 19:15:12 -04:00
8cbc0b3382
draw with wgpu
2025-04-21 19:15:10 -04:00
f002196681
WINIT WINDOW!!!!
2025-04-21 19:15:08 -04:00
b2281324cb
no windows on arm 😔
2025-04-21 19:15:06 -04:00