Commit graph

21 commits

Author SHA1 Message Date
1dd5b549c4
chore: fix another missing period
All checks were successful
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 6m15s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (pull_request) Successful in 6m12s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Successful in 7m54s
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (push) Successful in 8m34s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Successful in 7m34s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Successful in 7m58s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Successful in 8m9s
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (pull_request) Successful in 8m50s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (pull_request) Successful in 8m5s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (pull_request) Successful in 8m37s
2025-05-05 00:55:55 +02:00
2704efbd9b
chore: fix missing periods
Some checks failed
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Has been cancelled
Build Zenyx ⚡ / 🧪 Run Cargo Tests (pull_request) Successful in 6m53s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Successful in 7m32s
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (pull_request) Successful in 8m14s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (pull_request) Successful in 7m37s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (pull_request) Successful in 7m40s
2025-05-05 00:49:25 +02:00
c32f8126e9
docs: write documentation for sparse set
Some checks failed
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 3m39s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (pull_request) Successful in 3m23s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Successful in 7m39s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Has been cancelled
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been cancelled
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (push) Has been cancelled
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (pull_request) Successful in 9m36s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (pull_request) Successful in 8m36s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (pull_request) Successful in 8m52s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Successful in 9m29s
2025-05-05 00:32:45 +02:00
5a07fae912
feat: impl Debug fmt for sparse set 2025-05-04 23:27:24 +02:00
7fbec03ecc
fix: removed unused _ICON and _PUMPKIN variables
Some checks failed
Build Zenyx ⚡ / 🏗️ Build aarch64-apple-darwin (push) Blocked by required conditions
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (push) Blocked by required conditions
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Blocked by required conditions
Build Zenyx ⚡ / 🏗️ Build x86_64-apple-darwin (push) Blocked by required conditions
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Blocked by required conditions
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Blocked by required conditions
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Has been cancelled
2025-04-23 17:56:40 -04:00
221bb68b3b
Merge branch 'sparse-sets' (#5)
Closes #2

Reviewed-on: #5
2025-04-22 21:58:21 +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
4a674176cd
feat: add obj model loading
Co-authored-by: Chance <caznix01@gmail.com>
2025-04-22 21:57:01 +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
bb16554097
feat: add the ability to open and close new windows 2025-04-22 21:56:30 +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