From 2d4484a6170f251af659ee5f1ccfee4eab434d02 Mon Sep 17 00:00:00 2001 From: lisk77 Date: Sat, 13 Sep 2025 16:22:39 +0200 Subject: [PATCH] chore(readme): removed todo section --- README.md | 43 +------------------------------------------ 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/README.md b/README.md index 361a411..b3107b9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # ☄️ Comet + a free and open source game engine > [!WARNING] @@ -116,45 +117,3 @@ fn main() -> Result<()> { } ``` -## Todo -(not ordered by importance) - -- [ ] (out of the box) Rendering - - [ ] 2D - - [x] texture rendering - - [x] scene rendering - - [ ] text rendering - - [ ] 3D - - [ ] flexible camera system - - [x] 2D - - [x] general Camera2D component - - [x] priority system - - [ ] 3D - - [ ] general Camera3D component - - [ ] priority system - - [ ] Particles - - [ ] Post-processing -- [ ] Math - - [x] Vectors - - [x] Matrices - - [ ] Quaternions - - [x] Interpolation - - [ ] Bezier curves - - [x] Easing functions - - [ ] Noise - - [ ] Ray-casting - - [ ] Pathfinding -- [ ] ECS - - [x] Components - - [x] Entities - - [x] Archetypes - - [ ] Scene - - [x] general management - - [ ] saving - - [ ] loading -- [ ] Input -- [ ] Sound -- [ ] Physics -- [x] Basic Plugin System - - [x] Custom Renderer - - [x] Custom Game State