Commit graph

24 commits

Author SHA1 Message Date
528d4b03a3 removed languages.json and territories.json
Some checks failed
Build Zenyx ⚡ / 🧪 Run Cargo Tests (pull_request) Failing after 6m9s
Build Zenyx ⚡ / 🏗️ Build aarch64-apple-darwin (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-apple-darwin (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (pull_request) Has been skipped
lib.rs is separated into src/modules now for cleaner code

optimized error handling to -> (storage.rs, uptime.rs, meta.rs, memory.rs, os.rs, network.rs)
optimized struct types to -> (storage.rs, uptime.rs, meta.rs, memory.rs, os.rs, network.rs)
2025-05-01 19:02:59 -04:00
D0RYU
91c80d0f91 feat: add telemetry subcrate
Some checks failed
Build Zenyx ⚡ / 🧪 Run Cargo Tests (pull_request) Failing after 4m55s
Build Zenyx ⚡ / 🏗️ Build aarch64-apple-darwin (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-apple-darwin (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (pull_request) Has been skipped
2025-04-28 15:40:48 -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