Compare commits

..

162 commits

Author SHA1 Message Date
0d98f633a0
feat(zlog)!: JSON logging support
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Failing after 1m0s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Has been skipped
Build Zenyx ⚡ / 🔧 Setup Environment (pull_request) Failing after 51s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Has been skipped
2025-04-19 21:37:44 +02:00
eb67f61a0c
Revert "feat(ci): use cargo zibuild & xbuild"
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Failing after 55s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Has been skipped
This reverts commit 87d810aff3.
2025-04-19 21:12:04 +02:00
b41cdd9a75
Revert "fix(ci): ensure node is installed"
This reverts commit cb91bde7f8.
2025-04-19 21:12:03 +02:00
d94e08beea
fix(ci): ensure node is installed 2025-04-19 21:12:01 +02:00
e67ebafc38
feat(ci): use cargo zibuild & xbuild 2025-04-19 21:11:59 +02:00
70bfd360b4
feat(ci): seperate build and setup jobs 2025-04-19 21:11:57 +02:00
42f9dca9ac
fix(cicd): remove unneeded docker setup 2025-04-19 21:11:55 +02:00
e1c7d5b5b8
chore(nix): cleanup and update flake 2025-04-19 21:11:52 +02:00
bad8c6d399
feat: add obj model loading
Co-authored-by: Chance <caznix01@gmail.com>
2025-04-19 21:11:51 +02:00
1252641efd
fix: LICENSE copyright attribution 2025-04-19 21:11:49 +02:00
a8e545ce22
fix(ci): renamed .gitlab to .forgejo, corrected workflow name 2025-04-19 21:11:46 +02:00
592b2f8a0c
wip(rendering): obj model loading 2025-04-19 21:11:44 +02:00
a542324347
fix(rendering): enable alpha blending 2025-04-19 21:11:42 +02:00
81762b5889
fix(android): properly destroy windows on suspend 2025-04-19 21:11:38 +02:00
d227580b92
feat(android): basic android support via winit native activity 2025-04-19 21:11:37 +02:00
cd11cea9b8
feat(rendering): rendering textures with camera
Co-authored-by: BitSyndicate <contact@bitsyndicate.de>
2025-04-19 21:11:35 +02:00
e92a016d21
feat: set max loglevel in logger configuration 2025-04-19 21:11:30 +02:00
619c2a4560
feat: add the ability to open and close new windows 2025-04-19 21:11:28 +02:00
7e0573eb33
fix(ci): add missing vulkan libraries 2025-04-19 21:11:26 +02:00
baa33afd0c
fix: add .vscode to .gitignore 2025-04-19 21:11:20 +02:00
cacf3dc40a
feat: basic triangle rendering 2025-04-19 21:11:18 +02:00
d9cee3e647
feat: event based non-blocking logger 2025-04-19 21:11:16 +02:00
a47a23b713
feat: fix apt not finding gcc in ci/cd 2025-04-19 21:11:13 +02:00
d915819da5
feat: add cross compilation without cargo-cross 2025-04-19 21:11:12 +02:00
261d7a2e82
feat: make ci/cd pipeline multi-target 2025-04-19 21:11:10 +02:00
7160b5a24b
feat: simplify ci/cd pipeline 2025-04-19 21:11:07 +02:00
6cd774b886
feat: add a WIP ci/cd pipeline 2025-04-19 21:11:05 +02:00
dffe02607c
Update .gitlab-ci.yml file 2025-04-19 21:11:03 +02:00
3b42b7c903
chore: modify readme to use up to date information 2025-04-19 21:11:00 +02:00
64ea9a5c50
feat: modify flakenix to include cargo utils 2025-04-19 21:10:59 +02:00
d0346b9455
chore: broaden the support of ci/cd 2025-04-19 21:10:57 +02:00
8308ac6598
feat: push logs to a dedicated buffer 2025-04-19 21:10:37 +02:00
d63f68f079
refactor: A new beginning 2025-04-19 21:10:33 +02:00
60b9b42922
move Cross.toml to engine folder 2025-04-19 21:10:30 +02:00
8a6eeb1c44
seperate nested cross commands 2025-04-19 21:10:29 +02:00
b7d1f749e8
fix: temporarily switch to codeberg-small 2025-04-19 21:10:27 +02:00
65ecd8a33c
fix: configure cross with Cross.toml 2025-04-19 21:10:24 +02:00
312cde3aa7
fix: specify docker in docker 2025-04-19 21:10:22 +02:00
e14b12209e
fix: cross cant find cargo 2025-04-19 21:10:20 +02:00
b5397ea282
Merge branch 'main' of codeberg.org:Caznix/Zenyx 2025-04-19 21:10:09 +02:00
c07b93675f
fix:manually set up docker-in-docker 2025-04-19 21:10:06 +02:00
Speedy_Lex
5d8f392df3
Fix getting cache info on aarch64 2025-04-19 21:10:03 +02:00
f7757b86ad
properly specify artifact uses 2025-04-19 21:10:01 +02:00
0fd5283c85
feat:rework ci/cd to use cargo-cross 2025-04-19 21:10:00 +02:00
e9de75acbf
build: remove unused .cargo folder 2025-04-19 21:09:58 +02:00
Speedy_Lex
91a61b9755
Try fix CI artifacts 2025-04-19 21:09:56 +02:00
Speedy_Lex
9cbc397b02
Fix windows hanging on main window close 2025-04-19 21:09:54 +02:00
b1b05b391b
fix: typo in arrch in workflow 2025-04-19 21:09:52 +02:00
858d2dba87
fix: sudo not intalled on runners 2025-04-19 21:09:50 +02:00
b15d093e0c
fix: specify github source for actions-rs 2025-04-19 21:09:48 +02:00
1ded9b14b1
fix: pkg-config cannot cross compile to different architectures 2025-04-19 21:09:46 +02:00
d3f804cee2
fix: dont use codeberg's broken ci/cd runners 2025-04-19 21:09:44 +02:00
4a94ac6518
fix: workflow fails due to long file names 2025-04-19 21:09:42 +02:00
a62fae960d
fix: ci/cd workflow doesnt properly compile wayland 2025-04-19 21:09:40 +02:00
b5deebb06b
change github workflow to be forgejo compatible 2025-04-19 21:09:38 +02:00
a1665b1db9
build: remove unused rust-toolchain.toml 2025-04-19 21:09:36 +02:00
08af93448c
feat: basic GUI terminal when pressing F12 2025-04-19 21:09:32 +02:00
964a006c47
chore: run clippy and cargo fmt on pending changes 2025-04-19 21:09:10 +02:00
939fcdd01c
fix: build script generates dead code warnings if versioning data is not used 2025-04-19 21:08:47 +02:00
9c650789d5
build: remove regex dependency in favor of rust iterators 2025-04-19 21:08:46 +02:00
ebd3b894d9
fix: running default Nix package doesnt provide runtime libraries 2025-04-19 21:08:44 +02:00
6dab11a5aa
feat: add more useful debug information to system metadata 2025-04-19 21:08:40 +02:00
6d71e907a4
update panic handler with system information 2025-04-19 21:08:00 +02:00
e2f47f1327
add window icon 2025-04-19 21:07:54 +02:00
a464dbaea6
fix creating two event loops at once 2025-04-19 21:07:16 +02:00
61a972a836
Merge branch 'main' of codeberg.org:Caznix/Zenyx 2025-04-19 21:06:07 +02:00
b8d5c09d08
improve error handling and add metadata 2025-04-19 21:05:05 +02:00
0b32f9ec0c
improve error handling 2025-04-19 21:05:03 +02:00
cb7a5058dc
cross compile for windows and macOS 2025-04-19 21:05:01 +02:00
87cef23366
show dialog on panic 2025-04-19 21:04:59 +02:00
Caznix
e09c15a94f
Merge pull request 'Improve rendering and reduce rendering related crashes' from error_handling into main 2025-04-19 21:04:50 +02:00
ab1ebec7bb
formatting 2025-04-19 21:04:46 +02:00
ce15112404
remove unneeded clone 2025-04-19 21:04:43 +02:00
0a55407222
load arbitrary model data 2025-04-19 21:04:41 +02:00
aec264653f
refactor renderer into smaller functions 2025-04-19 21:04:40 +02:00
cc428055f1
include runtime dependencies in default package 2025-04-19 21:04:34 +02:00
373c9365e8
close all windows if the main window is destroyed 2025-04-19 21:04:32 +02:00
c4bb321ed1
fix selecting wrong window for key events 2025-04-19 21:04:31 +02:00
Caznix
69ffc9f4b2
Merge pull request 'multi window support' from rendering into main 2025-04-19 21:04:22 +02:00
Caznix
55f2fb0d5c
Merge branch 'main' into rendering 2025-04-19 21:04:16 +02:00
c9fd635316
fix multi window support 2025-04-19 21:04:11 +02:00
b7da32fe1c
exit event loop properly 2025-04-19 21:04:09 +02:00
53f0070f7d
convert the vec of windows to a hashmap 2025-04-19 21:04:08 +02:00
7b6e3a2d8e
feat: attempt to close winit window (?) 2025-04-19 21:04:02 +02:00
64eda7056d
feat: handle spawning multiple windows 2025-04-19 21:03:54 +02:00
9b28860e34
rename build.nix to default.nix 2025-04-19 21:03:51 +02:00
Caznix
ff003747ca
Merge pull request 'input_test' from input_test into main 2025-04-19 21:03:31 +02:00
8dfaafc073
Merge branch 'rendering' 2025-04-19 21:03:25 +02:00
eeb9f730eb
press esc to change bg color 2025-04-19 21:03:21 +02:00
0f4e41ae48
format rust and nix files 2025-04-19 21:03:19 +02:00
5a16270a64
deprecate and remove zlua 2025-04-19 21:03:17 +02:00
369ffa8eef
proper 3d projection 2025-04-19 21:03:15 +02:00
8f74d838ce
Merge pull request from Zenyx-Engine/core_update
core update
2025-04-19 21:03:09 +02:00
6708cc8fcf
Merge branch 'main' into core_update 2025-04-19 21:03:03 +02:00
046e50a60b
cube 2025-04-19 21:02:42 +02:00
fadbadf243
remove welcome message to save terminal space 2025-04-19 21:02:41 +02:00
c5d23fba6a
update workflow to use nightly 2025-04-19 21:02:37 +02:00
616e4b545d
finally fix workflow i hope 2025-04-19 21:02:35 +02:00
2974886ad2
remove categories 2025-04-19 21:02:34 +02:00
8e59d21a4f
Merge pull request from Zenyx-Engine/dependabot/cargo/colored-3.0.0
Update colored requirement from 2.2.0 to 3.0.0
2025-04-19 21:02:28 +02:00
dependabot[bot]
7da6883ba2
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 21:02:24 +02:00
c78fcd8251
Merge pull request from GhostedGaming/main
Added Lua standard library
2025-04-19 21:02:17 +02:00
fea0ddaab1
Merge pull request from GhostedGaming/main
Added a file for zlua and made a new function
2025-04-19 21:02:08 +02:00
GhostedGaming
e02e622bb8
Removed Problems 2025-04-19 21:02:04 +02:00
GhostedGaming
e08b661cdd
add rudimentary Text editor 2025-04-19 21:01:53 +02:00
GhostedGaming
f18a77e1f7
Added better syntax 2025-04-19 21:01:49 +02:00
GhostedGaming
cc79b751a7
Imported the whole library and now we have alot more functtions (sorry caz) 2025-04-19 21:01:48 +02:00
GhostedGaming
6537c427dc
Working if statement
partially
2025-04-19 21:01:45 +02:00
GhostedGaming
f6a590e7b9
Added a file for zlua and made a new function 2025-04-19 21:01:43 +02:00
7071e4f6c9
ZLUA REPL!!!!! (#18) 2025-04-19 21:01:42 +02:00
0b37378570
polish repl (#17)
* add less daunting panic message on release builds
2025-04-19 21:01:37 +02:00
14b1cacd6b
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 21:01:36 +02:00
a87f45fc1e
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 21:01:34 +02:00
a2cfc3fd3a
windows ARM workflow (#12) 2025-04-19 21:01:31 +02:00
5a2a51fb77
burn everything to the ground (#11)
🔥🔥🔥🔥🔥
2025-04-19 21:01:29 +02:00
497953f758
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 21:01:28 +02:00
55ed41ee73
Merge pull request from Zenyx-Engine/improve-repl
Improve repl
2025-04-19 21:01:12 +02:00
2585ae3383
apply clippy changes 2025-04-19 21:01:08 +02:00
382f3c1ef2
fix formatting 2025-04-19 21:01:05 +02:00
0a4a89d142
fix tokio runtime stack overflow due to recursion 2025-04-19 21:01:04 +02:00
9750cefb29
exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2025-04-19 21:01:02 +02:00
e41464c653
check command similarity 2025-04-19 21:00:59 +02:00
9f095783a2
change the look of autocompletion 2025-04-19 21:00:57 +02:00
df08cc5378
make repl support strings via both double and single quotes 2025-04-19 21:00:56 +02:00
9c4d5f2769
fix unwrap errors 2025-04-19 21:00:52 +02:00
74cc9bccaa
add rust formatting rules 2025-04-19 21:00:50 +02:00
63b983b08f
print logging state upon change 2025-04-19 21:00:49 +02:00
0689a91237
Merge pull request from eatmynerds/rustyline-keyevents
Rustyline KeyEvents
2025-04-19 21:00:43 +02:00
eatmynerds
4c942c5a23
Control logging using key events 2025-04-19 21:00:39 +02:00
bb40a32bfc
Merge branch 'main' of https://github.com/Caznix/Zenyx 2025-04-19 21:00:33 +02:00
88bef95bb2
Add release checking to rust workflow 2025-04-19 21:00:25 +02:00
151d2aa826
Create dependabot.yml 2025-04-19 21:00:24 +02:00
921c925fcf
update main readme and add readme for Zephyr 2025-04-19 21:00:22 +02:00
a8c8a8c468
add zephyr ECS subcrate 2025-04-19 21:00:19 +02:00
cfdd6f2158
Add press kit section 2025-04-19 21:00:17 +02:00
7b185a94d4
Remove seperate editor and xtask 2025-04-19 21:00:15 +02:00
1797bc7cda
replace reedline with rustyline 2025-04-19 21:00:10 +02:00
004da12855
improve formatting 2025-04-19 21:00:08 +02:00
165ec8c9c7
bump logo size 2025-04-19 21:00:07 +02:00
1e858e1f49
add readme with branding 2025-04-19 21:00:00 +02:00
a750ee5aef
Merge branch 'main' of https://github.com/Caznix/Zenyx 2025-04-19 20:59:54 +02:00
c77b1d9590
remove --verbose from tests 2025-04-19 20:59:49 +02:00
Jason Spalti
cfe961ab71
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:59:48 +02:00
b36fd151b5
Merge pull request from eatmynerds/repl
Add descriptions to commands and improve REPL display formatting
2025-04-19 20:58:56 +02:00
Jason Spalti
fede81b5b1
Add descriptions to commands and improve REPL display formatting 2025-04-19 20:58:50 +02:00
71ad70917e
draw with wgpu 2025-04-19 20:58:49 +02:00
ae85be1699
WINIT WINDOW!!!! 2025-04-19 20:58:42 +02:00
e19efd8b84
no windows on arm 😔 2025-04-19 20:58:41 +02:00
480a35808b
test of github actions will actually use aarch64 this time 2025-04-19 20:58:39 +02:00
bc91c74053
rename output file to bin instead of binary 2025-04-19 20:58:30 +02:00
6a4958c02b
un seperate them cuz they compile twice? 2025-04-19 20:58:28 +02:00
008425553b
seperate jobs 2025-04-19 20:58:27 +02:00
3b375a37bc
run aarch64 in qemu??? im running out of ideas 2025-04-19 20:58:25 +02:00
525671f913
disable fail-fast 2025-04-19 20:58:23 +02:00
6616ed4140
idfk at this point 2025-04-19 20:58:22 +02:00
a8ba480a29
cross tools 2025-04-19 20:58:17 +02:00
8c83cc1936
only include binaries 2025-04-19 20:58:15 +02:00
61dfc34846
nvm 2025-04-19 20:58:14 +02:00
c692ae038f
maybe arm? 2025-04-19 20:58:05 +02:00
a241ace788
fix cross compilation? 2025-04-19 20:58:04 +02:00
3ce71ac864
fix foreign architectures 2025-04-19 20:58:02 +02:00
fafff265fa
Merge branch 'main' of https://github.com/Caznix/Zenyx 2025-04-19 20:57:41 +02:00

Diff content is not available