Commit graph

65 commits

Author SHA1 Message Date
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
1c4bd3c7ee
Add release checking to rust workflow 2025-04-19 20:07:56 +02:00
3b33b49936
update main readme and add readme for Zephyr 2025-04-19 20:07:54 +02:00
ad3655cdca
add zephyr ECS subcrate 2025-04-19 20:07:51 +02:00
36a18563d2
Add press kit section 2025-04-19 20:07:50 +02:00
1bd2c68abd
Remove seperate editor and xtask 2025-04-19 20:07:48 +02:00
715c14e72f
replace reedline with rustyline 2025-04-19 20:07:45 +02:00
58995ba6ed
improve formatting 2025-04-19 20:07:43 +02:00
473a232032
bump logo size 2025-04-19 20:07:42 +02:00
8bcc82d753
add readme with branding 2025-04-19 20:07:22 +02:00
Jason Spalti
ebf12113bd
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-19 20:07:18 +02:00
ba30614a23
remove --verbose from tests 2025-04-19 20:07:15 +02:00
Jason Spalti
afc8b7e04d
Add descriptions to commands and improve REPL display formatting 2025-04-19 20:07:13 +02:00
0fb6c33278
draw with wgpu 2025-04-19 20:07:11 +02:00
38e802eeb7
WINIT WINDOW!!!! 2025-04-19 20:07:08 +02:00
ac4685d26b
no windows on arm 😔 2025-04-19 20:07:06 +02:00
c801e217bf
test of github actions will actually use aarch64 this time 2025-04-19 20:07:05 +02:00
54917c829f
rename output file to bin instead of binary 2025-04-19 20:07:01 +02:00
8326cf6e44
un seperate them cuz they compile twice? 2025-04-19 20:07:00 +02:00