Commit graph

128 commits

Author SHA1 Message Date
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
81e6b5cc4b fix creating two event loops at once 2025-04-19 21:07:16 +02:00
1413bd213f Merge branch 'main' of codeberg.org:Caznix/Zenyx 2025-04-19 21:06:07 +02:00
42f9c669c8 improve error handling and add metadata 2025-04-19 21:05:05 +02:00
6eae536478 improve error handling 2025-04-19 21:05:03 +02:00
a990d1c9c8 cross compile for windows and macOS 2025-04-19 21:05:01 +02:00
2d4736f12e show dialog on panic 2025-04-19 21:04:59 +02:00
Caznix
43b8e75ad7 Merge pull request 'Improve rendering and reduce rendering related crashes' from error_handling into main 2025-04-19 21:04:50 +02:00
11194e863e formatting 2025-04-19 21:04:46 +02:00
d0d0e7c016 remove unneeded clone 2025-04-19 21:04:43 +02:00
cae3b40541 load arbitrary model data 2025-04-19 21:04:41 +02:00
a853c24bc3 refactor renderer into smaller functions 2025-04-19 21:04:40 +02:00
2d40291d77 include runtime dependencies in default package 2025-04-19 21:04:34 +02:00
6b1b0d30f4 close all windows if the main window is destroyed 2025-04-19 21:04:32 +02:00
ceefdaf46b fix selecting wrong window for key events 2025-04-19 21:04:31 +02:00
Caznix
ce4702ec5f Merge pull request 'multi window support' from rendering into main 2025-04-19 21:04:22 +02:00
Caznix
0992586b54 Merge branch 'main' into rendering 2025-04-19 21:04:16 +02:00
8c6051c79d fix multi window support 2025-04-19 21:04:11 +02:00
883bd7ea69 exit event loop properly 2025-04-19 21:04:09 +02:00
06de4a85e5 convert the vec of windows to a hashmap 2025-04-19 21:04:08 +02:00
8f0c8dbb3d feat: attempt to close winit window (?) 2025-04-19 21:04:02 +02:00
d6806d4dbe feat: handle spawning multiple windows 2025-04-19 21:03:54 +02:00
f147330692 rename build.nix to default.nix 2025-04-19 21:03:51 +02:00
Caznix
75e09747c7 Merge pull request 'input_test' from input_test into main 2025-04-19 21:03:31 +02:00
9aa5079bce Merge branch 'rendering' 2025-04-19 21:03:25 +02:00
49178e89c9 press esc to change bg color 2025-04-19 21:03:21 +02:00