Commit graph

153 commits

Author SHA1 Message Date
89e4e5e11f feat(android): basic android support via winit native activity 2025-04-19 21:11:37 +02:00
0938c7d5fa feat(rendering): rendering textures with camera
Co-authored-by: BitSyndicate <contact@bitsyndicate.de>
2025-04-19 21:11:35 +02:00
1a9a8d6d3b feat: set max loglevel in logger configuration 2025-04-19 21:11:30 +02:00
2c8b4e8831 feat: add the ability to open and close new windows 2025-04-19 21:11:28 +02:00
4e3b4cd674 fix(ci): add missing vulkan libraries 2025-04-19 21:11:26 +02:00
b7a4befd47 fix: add .vscode to .gitignore 2025-04-19 21:11:20 +02:00
d30b0a2d2a feat: basic triangle rendering 2025-04-19 21:11:18 +02:00
b10568484e feat: event based non-blocking logger 2025-04-19 21:11:16 +02:00
30c11215b6 feat: fix apt not finding gcc in ci/cd 2025-04-19 21:11:13 +02:00
00d9be487d feat: add cross compilation without cargo-cross 2025-04-19 21:11:12 +02:00
8902b1522d feat: make ci/cd pipeline multi-target 2025-04-19 21:11:10 +02:00
196d015d92 feat: simplify ci/cd pipeline 2025-04-19 21:11:07 +02:00
369e54eb60 feat: add a WIP ci/cd pipeline 2025-04-19 21:11:05 +02:00
93da141584 Update .gitlab-ci.yml file 2025-04-19 21:11:03 +02:00
a302f47b2b chore: modify readme to use up to date information 2025-04-19 21:11:00 +02:00
947f6c4cad feat: modify flakenix to include cargo utils 2025-04-19 21:10:59 +02:00
af67d9e589 chore: broaden the support of ci/cd 2025-04-19 21:10:57 +02:00
f0deb7951e feat: push logs to a dedicated buffer 2025-04-19 21:10:37 +02:00
d5890818c6 refactor: A new beginning 2025-04-19 21:10:33 +02:00
b0e682e454 move Cross.toml to engine folder 2025-04-19 21:10:30 +02:00
00488d1791 seperate nested cross commands 2025-04-19 21:10:29 +02:00
cb8ab0afe6 fix: temporarily switch to codeberg-small 2025-04-19 21:10:27 +02:00
258b7374fd fix: configure cross with Cross.toml 2025-04-19 21:10:24 +02:00
f23d50c66a fix: specify docker in docker 2025-04-19 21:10:22 +02:00
ad8828fac0 fix: cross cant find cargo 2025-04-19 21:10:20 +02:00
d3256b70e5 Merge branch 'main' of codeberg.org:Caznix/Zenyx 2025-04-19 21:10:09 +02:00
d50e47ba54 fix:manually set up docker-in-docker 2025-04-19 21:10:06 +02:00
Speedy_Lex
d25ffc6276 Fix getting cache info on aarch64 2025-04-19 21:10:03 +02:00
d105ff745b properly specify artifact uses 2025-04-19 21:10:01 +02:00
2aa5f2157a feat:rework ci/cd to use cargo-cross 2025-04-19 21:10:00 +02:00
655a5607fe build: remove unused .cargo folder 2025-04-19 21:09:58 +02:00
Speedy_Lex
40714a390c Try fix CI artifacts 2025-04-19 21:09:56 +02:00
Speedy_Lex
2be426cb02 Fix windows hanging on main window close 2025-04-19 21:09:54 +02:00
ae5cb17b7d fix: typo in arrch in workflow 2025-04-19 21:09:52 +02:00
3458028064 fix: sudo not intalled on runners 2025-04-19 21:09:50 +02:00
f67211234c fix: specify github source for actions-rs 2025-04-19 21:09:48 +02:00
0b3b91ad19 fix: pkg-config cannot cross compile to different architectures 2025-04-19 21:09:46 +02:00
7d79e13f51 fix: dont use codeberg's broken ci/cd runners 2025-04-19 21:09:44 +02:00
494683c0e8 fix: workflow fails due to long file names 2025-04-19 21:09:42 +02:00
b5ae2a73a5 fix: ci/cd workflow doesnt properly compile wayland 2025-04-19 21:09:40 +02:00
242520098b change github workflow to be forgejo compatible 2025-04-19 21:09:38 +02:00
43e157a3d0 build: remove unused rust-toolchain.toml 2025-04-19 21:09:36 +02:00
00ec1350b7 feat: basic GUI terminal when pressing F12 2025-04-19 21:09:32 +02:00
07871b77f3 chore: run clippy and cargo fmt on pending changes 2025-04-19 21:09:10 +02:00
db3d078935 fix: build script generates dead code warnings if versioning data is not used 2025-04-19 21:08:47 +02:00
71bdff0854 build: remove regex dependency in favor of rust iterators 2025-04-19 21:08:46 +02:00
ead0c12749 fix: running default Nix package doesnt provide runtime libraries 2025-04-19 21:08:44 +02:00
970e9757c9 feat: add more useful debug information to system metadata 2025-04-19 21:08:40 +02:00
ed23402212 update panic handler with system information 2025-04-19 21:08:00 +02:00
ed93baa404 add window icon 2025-04-19 21:07:54 +02:00