Commit graph

9 commits

Author SHA1 Message Date
74a1be796f
feat: render and manage textures :3 2025-04-05 20:54:38 -04:00
2501390225
fix: all clippy errors 2025-04-03 17:33:35 -04:00
70176bb86a
impl: 3D Rendering 2025-04-01 21:41:24 -04:00
6c70f7bc2e
impl: add egui!! 2025-04-01 14:20:23 -04:00
b1c164dc6a
wip: add init egui impl 2025-03-31 14:54:56 -04:00
f71f0d8e10
feat: switch away from parking_lot::Mutex
Switching away from `parking_lot::Mutex` as `std::sync::Mutex` performs
better in all scenarios on both of our targets (linux/windows).
2025-03-30 16:27:35 -04:00
234e2ab78d
Add command parsing 2025-03-29 12:35:32 -04:00
12b20be584
cross-platform 👀 2025-03-28 17:31:16 -04:00
8a1c5237d5
Add tri 2025-03-28 16:33:40 -04:00