D0RYU
|
2b87888176
|
Merge remote-tracking branch 'upstream/main'
|
2025-05-04 00:55:08 -04:00 |
|
D0RYU
|
0a494d5ed9
|
merged branches
|
2025-05-04 00:36:38 -04:00 |
|
|
f8316f8ee4
|
refactored formatted scripts
cpu struct types being worked on
cpu error handling fixed
moved from anyhow -> thiserror
other shit i'm too tired to mention
|
2025-05-03 01:08:55 -04:00 |
|
|
528d4b03a3
|
removed languages.json and territories.json
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 |
|
|
ca715d1d67
|
Merge branch 'cicd' (#16)
Reviewed-on: nonsensical-dev/zenyx-engine#16
|
2025-05-01 23:05:37 +02:00 |
|
|
ebef712ee0
|
fix(ci): actually set linker dynamically
|
2025-05-01 22:34:10 +02:00 |
|
|
c455aa5cd6
|
fix(ci): remove macOS and fix linking
|
2025-05-01 16:16:25 -04:00 |
|
D0RYU
|
91c80d0f91
|
feat: add telemetry subcrate
|
2025-04-28 15:40:48 -04:00 |
|
|
5e2cb15e13
|
chore(readme): update platform support table
|
2025-04-27 15:04:40 -04:00 |
|
|
a157812529
|
fix(ci): patchelf linux binaries
|
2025-04-27 14:47:28 -04:00 |
|
|
25068a7679
|
feat(build): compile SPIR-V with rust native code
|
2025-04-27 01:28:21 -04:00 |
|
|
c86be3ca3d
|
fix(nix): add missing targets to flake.nix
|
2025-04-23 18:13:49 -04:00 |
|
|
6884e80646
|
fix(ci): remove unneeded LFS pull
|
2025-04-23 17:59:15 -04:00 |
|
|
7fbec03ecc
|
fix: removed unused _ICON and _PUMPKIN variables
|
2025-04-23 17:56:40 -04:00 |
|
|
131989d9f3
|
fix(nix): incorrect namespace for vulkan-loader , add cargo-zigbuild
|
2025-04-23 17:42:45 -04:00 |
|
|
2d704652b5
|
fix(ci): add windows and broken macOS builds
|
2025-04-22 21:59:46 +02:00 |
|
|
f64d49c4c6
|
Merge branch 'cicd' (#9)
Closes #6
Reviewed-on: nonsensical-dev/zenyx-engine#9
|
2025-04-22 21:58:25 +02:00 |
|
|
221bb68b3b
|
Merge branch 'sparse-sets' (#5)
Closes #2
Reviewed-on: nonsensical-dev/zenyx-engine#5
|
2025-04-22 21:58:21 +02:00 |
|
|
6b81529188
|
fix(ci): caching and vulkan builds, add tests
|
2025-04-22 21:58:18 +02:00 |
|
|
474970ab70
|
fix(ci): remove unneeded -y argument from cargo-install
|
2025-04-22 21:58:14 +02:00 |
|
|
65907560d5
|
fix(ci): use cargo-install instead of cargo-binstall
|
2025-04-22 21:58:11 +02:00 |
|
|
2f3381b0f1
|
fix(ci): correct mismatched cache keys
|
2025-04-22 21:58:07 +02:00 |
|
|
5e3c20c759
|
fix(ci): incorrect tar arguments
|
2025-04-22 21:58:04 +02:00 |
|
|
543646b405
|
fix(ci): use correct link for zig
|
2025-04-22 21:58:00 +02:00 |
|
|
e451d18115
|
fix(ci): do not pipe tar when extracting zig
|
2025-04-22 21:57:57 +02:00 |
|
|
e32e764315
|
feat(rendering): add default checkerboard texture
|
2025-04-22 21:57:53 +02:00 |
|
|
57a37cdf52
|
chore: fix typo in function name
|
2025-04-22 21:57:50 +02:00 |
|
|
22e004ae57
|
feat(ecs): add rudimentary sparse set impl
|
2025-04-22 21:57:46 +02:00 |
|
|
a71231a3a0
|
Merge branch 'zlog-json' (#1)
Reviewed-on: nonsensical-dev/zenyx-engine#1
|
2025-04-22 21:57:43 +02:00 |
|
|
c28ccfefca
|
fix(zlog): remove unused LogJsonStructure struct
|
2025-04-22 21:57:39 +02:00 |
|
|
ad91e6f7aa
|
fix: use string logging by default
|
2025-04-22 21:57:36 +02:00 |
|
|
ff36abfb78
|
feat(zlog): add tests
|
2025-04-22 21:57:33 +02:00 |
|
|
e347fe6d54
|
feat(zlog)!: JSON logging support
|
2025-04-22 21:57:29 +02:00 |
|
|
01c3699d86
|
Revert "feat(ci): use cargo zibuild & xbuild"
This reverts commit 87d810aff3 .
|
2025-04-22 21:57:25 +02:00 |
|
|
503c87c288
|
Revert "fix(ci): ensure node is installed"
This reverts commit cb91bde7f8 .
|
2025-04-22 21:57:22 +02:00 |
|
|
8430a67951
|
fix(ci): ensure node is installed
|
2025-04-22 21:57:19 +02:00 |
|
|
b092e6f6ae
|
feat(ci): use cargo zibuild & xbuild
|
2025-04-22 21:57:15 +02:00 |
|
|
0ab2e04873
|
feat(ci): seperate build and setup jobs
|
2025-04-22 21:57:12 +02:00 |
|
|
2104f58b20
|
fix(cicd): remove unneeded docker setup
|
2025-04-22 21:57:08 +02:00 |
|
|
b1c8da6ac1
|
chore(nix): cleanup and update flake
|
2025-04-22 21:57:05 +02:00 |
|
|
4a674176cd
|
feat: add obj model loading
Co-authored-by: Chance <caznix01@gmail.com>
|
2025-04-22 21:57:01 +02:00 |
|
|
8632f5a2b2
|
fix: LICENSE copyright attribution
|
2025-04-22 21:56:58 +02:00 |
|
|
457d41ed30
|
fix(ci): renamed .gitlab to .forgejo , corrected workflow name
|
2025-04-22 21:56:54 +02:00 |
|
|
7142350362
|
wip(rendering): obj model loading
|
2025-04-22 21:56:51 +02:00 |
|
|
749e51e074
|
fix(rendering): enable alpha blending
|
2025-04-22 21:56:48 +02:00 |
|
|
cc3c82d412
|
fix(android): properly destroy windows on suspend
|
2025-04-22 21:56:44 +02:00 |
|
|
e50409943c
|
feat(android): basic android support via winit native activity
|
2025-04-22 21:56:40 +02:00 |
|
|
d67acaadfa
|
feat(rendering): rendering textures with camera
Co-authored-by: BitSyndicate <contact@bitsyndicate.de>
|
2025-04-22 21:56:37 +02:00 |
|
|
f6d1bfda7d
|
feat: set max loglevel in logger configuration
|
2025-04-22 21:56:34 +02:00 |
|
|
bb16554097
|
feat: add the ability to open and close new windows
|
2025-04-22 21:56:30 +02:00 |
|