Commit graph

84 commits

Author SHA1 Message Date
6bf36a148d
convert the vec of windows to a hashmap 2025-03-24 23:26:33 -04:00
09d69bf78d
wip: attempt to close winit window (?) 2025-03-24 23:21:05 -04:00
36431b4654
wip:handle spawning multiple windows 2025-03-24 19:42:32 -04:00
Caznix
36860b4fa5 Merge pull request 'input_test' (#1) from input_test into main
Reviewed-on: https://codeberg.org/Caznix/Zenyx/pulls/1
2025-03-24 22:13:44 +00:00
26cc5f3e79
press esc to change bg color 2025-03-24 18:08:00 -04:00
883df3ee94
format rust and nix files 2025-03-22 21:58:27 -04:00
f98799fc77
Merge branch 'rendering' 2025-03-22 21:40:27 -04:00
d0ca2274fa
deprecate and remove zlua 2025-03-22 19:19:02 -04:00
b270f3066f
proper 3d projection 2025-03-22 18:19:32 -04:00
9fec65ebc0
Merge pull request #23 from Zenyx-Engine/core_update
core update
2025-02-04 05:12:00 -05:00
159c1ff592
Merge branch 'main' into core_update 2025-02-04 05:11:52 -05:00
894203be53 cube 2025-02-04 05:10:53 -05:00
d5adbbd0f6 remove welcome message to save terminal space 2025-01-23 17:56:46 -05:00
73c209949b
Merge pull request #22 from Zenyx-Engine/dependabot/cargo/colored-3.0.0
Update colored requirement from 2.2.0 to 3.0.0
2025-01-19 15:36:44 -05:00
dependabot[bot]
231f8eb27d
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-01-13 20:38:00 +00:00
df42ef71f4 update workflow to use nightly 2025-01-11 15:30:35 -05:00
4c969b7e93 finally fix workflow i hope 2025-01-11 15:28:01 -05:00
47c67fb480 remove categories 2025-01-11 15:12:18 -05:00
9a2cdd0cda
Merge pull request #21 from GhostedGaming/main
Added Lua standard library
2025-01-02 14:34:30 -05:00
GhostedGaming
db0113b5ab Removed Problems 2025-01-01 22:32:11 -05:00
GhostedGaming
c49999a315 Text editor (WIP) 2024-12-24 21:51:56 -05:00
GhostedGaming
ac2ceb4c78 Added better syntax 2024-12-24 13:40:14 -05:00
GhostedGaming
ec09b69e4c Imported the whole library and now we have alot more functtions (sorry caz) 2024-12-24 13:09:20 -05:00
GhostedGaming
c4cc4152b6 Working if statement
partially
2024-12-24 03:35:41 -05:00
4ed271c982
Merge pull request #19 from GhostedGaming/main
Added a file for zlua and made a new function
2024-12-23 23:16:42 -05:00
GhostedGaming
c61c8b8051 Added a file for zlua and made a new function 2024-12-23 23:14:11 -05:00
93995ac62a
ZLUA REPL!!!!! (#18) 2024-12-21 16:28:32 -05:00
dba07c4adf
polish repl (#17)
* add less daunting panic message on release builds
2024-12-21 14:35:55 -05:00
a1d8b65397
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
2024-12-19 21:29:33 -05:00
b071481093
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
2024-12-19 21:21:39 -05:00
915a738b0c
windows ARM workflow (#12) 2024-12-19 21:07:08 -05:00
470b934fb8
burn everything to the ground (#11)
🔥🔥🔥🔥🔥
2024-12-19 20:54:46 -05:00
3aba3aea1c
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
2024-12-09 20:28:28 -05:00
b4f31785d4
Merge pull request #8 from Zenyx-Engine/improve-repl
Improve repl
2024-12-06 19:44:36 -05:00
e4a45eee82 apply clippy changes 2024-12-06 16:57:52 -05:00
8d1f838a68 fix formatting 2024-12-06 16:55:49 -05:00
4d2383d54c fix tokio runtime stack overflow due to recursion 2024-12-06 16:20:16 -05:00
48bdd140e2 exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2024-12-06 15:54:31 -05:00
b289e3d26b check command similarity 2024-12-06 11:19:12 -05:00
8dc0765f78 change the look of autocompletion 2024-12-06 10:56:18 -05:00
e1aad59ab5 make repl support strings via both double and single quotes 2024-12-05 17:05:20 -05:00
4926e03fdc fix unwrap errors 2024-12-05 11:16:40 -05:00
ecad886ed9 add rust formatting rules 2024-12-05 11:00:08 -05:00
8dd059871a print logging state upon change 2024-12-05 10:46:36 -05:00
ac94f494d8
Merge pull request #7 from eatmynerds/rustyline-keyevents
Rustyline KeyEvents
2024-12-05 10:29:55 -05:00
eatmynerds
4e688729e6 Control logging using key events 2024-12-05 01:33:44 -06:00
3749bc3e19 Merge branch 'main' of https://github.com/Caznix/Zenyx 2024-12-03 18:19:52 -05:00
6f1595e6aa Add release checking to rust workflow 2024-12-03 18:19:40 -05:00
e76f7ccf34
Create dependabot.yml 2024-12-03 18:15:01 -05:00
ef79572d4f update main readme and add readme for Zephyr 2024-12-03 14:22:27 -05:00