Commit graph

182 commits

Author SHA1 Message Date
3dfea09ca6
Merge branch 'cicd' (#9)
All checks were successful
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 36s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 57s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Successful in 3m40s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Successful in 3m44s
Closes #6

Reviewed-on: #9
2025-04-22 21:06:45 +02:00
9f84895272
Merge branch 'sparse-sets' (#5)
Closes #2

Reviewed-on: #5
2025-04-22 21:06:39 +02:00
f67ef2e351
fix(ci): caching and vulkan builds, add tests 2025-04-22 21:06:36 +02:00
962bce66ea
fix(ci): remove unneeded -y argument from cargo-install 2025-04-22 21:06:29 +02:00
87721f15c6
fix(ci): use cargo-install instead of cargo-binstall 2025-04-22 21:06:25 +02:00
1cb76576c7
fix(ci): correct mismatched cache keys 2025-04-22 21:06:21 +02:00
111d7d9a75
fix(ci): incorrect tar arguments 2025-04-22 21:06:13 +02:00
2dc0608b71
fix(ci): use correct link for zig 2025-04-22 21:06:10 +02:00
7d2d04afa1
fix(ci): do not pipe tar when extracting zig 2025-04-22 21:06:05 +02:00
973a702926
feat(rendering): add default checkerboard texture 2025-04-22 21:06:02 +02:00
869f9e8f07
chore: fix typo in function name 2025-04-22 21:05:57 +02:00
0e0f9331f9
feat(ecs): add rudimentary sparse set impl 2025-04-22 21:05:50 +02:00
c74e264559
Merge branch 'zlog-json' (#1)
Reviewed-on: #1
2025-04-22 21:05:46 +02:00
5a42f03258
fix(zlog): remove unused LogJsonStructure struct 2025-04-22 21:05:37 +02:00
565a2b5b31
fix: use string logging by default 2025-04-22 21:05:30 +02:00
407931cafe
feat(zlog): add tests 2025-04-22 21:05:27 +02:00
0670d931a4
feat(zlog)!: JSON logging support 2025-04-22 21:05:23 +02:00
f1186d13f8
Revert "feat(ci): use cargo zibuild & xbuild"
This reverts commit 87d810aff3.
2025-04-22 21:05:20 +02:00
49e5b3449a
Revert "fix(ci): ensure node is installed"
This reverts commit cb91bde7f8.
2025-04-22 21:05:16 +02:00
f201f10567
fix(ci): ensure node is installed 2025-04-22 21:05:10 +02:00
4adfdcaa8c
feat(ci): use cargo zibuild & xbuild 2025-04-22 21:05:05 +02:00
4f6d81abb5
feat(ci): seperate build and setup jobs 2025-04-22 21:05:02 +02:00
70323447c1
fix(cicd): remove unneeded docker setup 2025-04-22 21:04:57 +02:00
3da392840c
chore(nix): cleanup and update flake 2025-04-22 21:04:53 +02:00
51c2cb8722
feat: add obj model loading
Co-authored-by: Chance <caznix01@gmail.com>
2025-04-22 21:04:50 +02:00
1d48418819
fix: LICENSE copyright attribution 2025-04-22 21:04:46 +02:00
7b4f781e2f
fix(ci): renamed .gitlab to .forgejo, corrected workflow name 2025-04-22 21:04:41 +02:00
7c833f8c2e
wip(rendering): obj model loading 2025-04-22 21:04:37 +02:00
a69026bcf6
fix(rendering): enable alpha blending 2025-04-22 21:04:33 +02:00
e3572625d7
fix(android): properly destroy windows on suspend 2025-04-22 21:04:29 +02:00
05d5b73a6d
feat(android): basic android support via winit native activity 2025-04-22 21:04:22 +02:00
b49826e615
feat(rendering): rendering textures with camera
Co-authored-by: BitSyndicate <contact@bitsyndicate.de>
2025-04-22 21:04:19 +02:00
b067dcd37c
feat: set max loglevel in logger configuration 2025-04-22 21:04:13 +02:00
d50b039f46
feat: add the ability to open and close new windows 2025-04-22 21:04:07 +02:00
69e4f69133
fix(ci): add missing vulkan libraries 2025-04-22 21:04:03 +02:00
0da85f02d3
fix: add .vscode to .gitignore 2025-04-22 21:04:00 +02:00
cf077635e0
feat: basic triangle rendering 2025-04-22 21:03:53 +02:00
022b4ab77c
feat: event based non-blocking logger 2025-04-22 21:03:50 +02:00
b0a395379f
feat: fix apt not finding gcc in ci/cd 2025-04-22 21:03:40 +02:00
6977064846
feat: add cross compilation without cargo-cross 2025-04-22 21:03:37 +02:00
34546aa496
feat: make ci/cd pipeline multi-target 2025-04-22 21:03:31 +02:00
1ea17ead55
feat: simplify ci/cd pipeline 2025-04-22 21:03:26 +02:00
0ab77f57e3
feat: add a WIP ci/cd pipeline 2025-04-22 21:03:23 +02:00
24f12934b4
Update .gitlab-ci.yml file 2025-04-22 21:03:15 +02:00
c624dfd673
chore: modify readme to use up to date information 2025-04-22 21:03:06 +02:00
f0b35de6be
feat: modify flakenix to include cargo utils 2025-04-22 21:03:02 +02:00
3ef88cb7c0
chore: broaden the support of ci/cd 2025-04-22 21:02:53 +02:00
d98d107675
feat: push logs to a dedicated buffer 2025-04-22 21:02:48 +02:00
4068020c6b
refactor: A new beginning 2025-04-22 21:02:45 +02:00
5d67247241
move Cross.toml to engine folder 2025-04-22 21:02:40 +02:00