This commit is contained in:
Miloslav Ciz 2025-09-20 17:33:12 +02:00
parent 0e9129c535
commit 349045e2b8
28 changed files with 2076 additions and 2028 deletions

View file

@ -12,7 +12,7 @@ NOTE 2: See **[how to do projects well](project.md)**.
| what | difficulty | implementation | by | status | comment | similar/for now use |
| -------------------------------------- | ---------- | ------------------------------- | ------------ | ------------------- | --------------------------------------------------------------- | ------------------------- |
| 2D image editor | mid? | Blitz's lrspaint | | WIP | KISS GIMP clone needed! Use LRS GUI lib. Glorified MS paint? | ped, GIMP, classic colors |
| 2D image editor | mid? | Blitz's [LRSketch](lrsketch.md) | | WIP | KISS GIMP clone needed! Use LRS GUI lib. Glorified MS paint? | ped, GIMP, classic colors |
| 2D raycasting engine (C) | mid | [raycastlib](raycastlib.md) | drummyfish | done | | |
| 3D modelling software | mid/hard? | | | | Blender clone needed! LRS GUI lib + small3dlib, just .obj files | Blender :( |
| 3D physics engine (C) | hard | [tinyphysicsengine](tpe.md) | drummyfish | done | could use a true rigid body one too | |