Commit graph

174 commits

Author SHA1 Message Date
57c02e0f93
fix(ci): use correct link for zig
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Failing after 1m4s
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
2025-04-20 15:28:27 -04:00
334706a1a4
fix(ci): do not pipe tar when extracting zig
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Failing after 53s
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
2025-04-20 15:24:14 -04:00
0127f57045
feat(rendering): add default checkerboard texture 2025-04-20 14:47:30 -04:00
415cc477f7
Merge branch 'zlog-json' (#1)
Some checks failed
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 (push) Failing after 53s
Reviewed-on: #1
2025-04-20 20:22:45 +02:00
cb806fedfa
fix(zlog): remove unused LogJsonStructure struct
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Failing after 52s
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 50s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Has been skipped
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
2025-04-19 16:39:49 -04:00
1f94471452
fix: use string logging by default
Some checks failed
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 54s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Has been skipped
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 ⚡ / 🔧 Setup Environment (push) Failing after 52s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been skipped
2025-04-19 16:16:01 -04:00
c8f8863940
feat(zlog): add tests
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Failing after 52s
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 55s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Has been skipped
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
2025-04-19 16:07:04 -04:00
9f8633ff62
feat(zlog)!: JSON logging support
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Failing after 51s
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 56s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Has been skipped
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
2025-04-19 15:39:21 -04: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