Commit graph

23 commits

Author SHA1 Message Date
25068a7679
feat(build): compile SPIR-V with rust native code
Some checks failed
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 4m14s
Build Zenyx ⚡ / 🏗️ Build x86_64-apple-darwin (push) Failing after 8m32s
Build Zenyx ⚡ / 🏗️ Build aarch64-apple-darwin (push) Failing after 8m43s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Successful in 9m13s
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (push) Successful in 9m19s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Successful in 6m21s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Successful in 6m22s
2025-04-27 01:28:21 -04:00
22e004ae57
feat(ecs): add rudimentary sparse set impl 2025-04-22 21:57:46 +02:00
e347fe6d54
feat(zlog)!: JSON logging support 2025-04-22 21:57:29 +02:00
d67acaadfa
feat(rendering): rendering textures with camera
Co-authored-by: BitSyndicate <contact@bitsyndicate.de>
2025-04-22 21:56:37 +02:00
43f8f46021
feat: basic triangle rendering 2025-04-22 21:56:20 +02:00
f215c10d0e
feat: event based non-blocking logger 2025-04-22 21:56:16 +02:00
1f90088350
feat: modify flakenix to include cargo utils 2025-04-22 21:55:49 +02:00
f9c2b93c01
feat: push logs to a dedicated buffer 2025-04-22 21:55:42 +02:00
6ce3e627cc
refactor: A new beginning 2025-04-22 21:55:38 +02:00
c31830c0fb
fix: sudo not intalled on runners 2025-04-22 21:54:02 +02:00
73a6d5e9a8
feat: basic GUI terminal when pressing F12 2025-04-22 21:53:34 +02:00
44ff41ea45
chore: run clippy and cargo fmt on pending changes 2025-04-22 21:53:31 +02:00
31a06ff45b
build: remove regex dependency in favor of rust iterators 2025-04-22 21:53:23 +02:00
424efd9c98
feat: add more useful debug information to system metadata 2025-04-22 21:53:17 +02:00
ad4cef9739
add window icon 2025-04-22 21:53:10 +02:00
710c8e52bd
improve error handling and add metadata 2025-04-22 21:52:25 +02:00
10932a1a97
show dialog on panic 2025-04-22 21:52:15 +02:00
e106242d41
formatting 2025-04-22 21:52:08 +02:00
901f7a63cf
load arbitrary model data 2025-04-22 21:52:01 +02:00
642d485aa4
fix selecting wrong window for key events 2025-04-22 21:51:48 +02:00
3eb358259d
feat: attempt to close winit window (?) 2025-04-22 21:51:27 +02:00
49a442ce38
format rust and nix files 2025-04-22 21:51:06 +02:00
ec42d4b6ee
proper 3d projection 2025-04-22 21:50:59 +02:00