No description
Find a file
reo 7e4168eee5 Add ECSRenderer for improved integration of rendering and ECS
- Introduced ECSRenderer struct to manage the connection between the renderer and the ECS.
- Implemented methods for spawning and despawning meshes within the ECS.
- Updated main function to utilize ECSRenderer for rendering and object management.
- Added a new Time module to handle frame timing and updates.
2025-07-01 23:25:57 +03:00
resources Implement a basic engine with separate modules 2025-06-29 23:18:39 +03:00
src Add ECSRenderer for improved integration of rendering and ECS 2025-07-01 23:25:57 +03:00
.gitignore First Commit 2025-06-28 14:20:46 +03:00
Cargo.lock Implement a basic engine with separate modules 2025-06-29 23:18:39 +03:00
Cargo.toml Implement a basic engine with separate modules 2025-06-29 23:18:39 +03:00
justfile First Commit 2025-06-28 14:20:46 +03:00
opengl.png First Commit 2025-06-28 14:20:46 +03:00