This commit is contained in:
Miloslav Ciz 2023-10-01 19:58:25 +02:00
parent 83b7f62433
commit 6b4f96bd15
4 changed files with 6 additions and 5 deletions

View file

@ -6,9 +6,9 @@ Here is a list of some projects and project ideas which we, [LRS](lrs.md), need
| what | difficulty | implementation | by | status | comment | similar/for now use |
| -------------------------------------- | ---------- | ------------------------------- | ------------ | ------------------- | --------------------------------------------------------------- | ------------------------- |
| 2D image editor | mid? | | | | KISS GIMP clone needed! More like glorified MS paint maybe... | ped, GIMP, classic colors |
| 2D image editor | mid? | | | | 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? | | | | KISS Blender clone needed! Use small3dlib, just for .obj files | Blender :( |
| 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 | |
| 3D raytracing library | mid? | | | had vague plans |C lib for shooting 3D rays, allows raycast., RT, pathtr., ... | POV-RAY |
| 3D renderer (C) | mid/hard | [small3dlib](small3dlib.md) | drummyfish | done | | TinyGL, PortableGL |
@ -32,6 +32,7 @@ Here is a list of some projects and project ideas which we, [LRS](lrs.md), need
| game: [Pokemon](pokemon.md) clone | hard? | | | | catchable monsters game, procedurally generated ones? SAF? | Tuxemon, ... |
| game: fantasy [RPG](rpg.md) | hard? | | | | Dream: Elder Scrolls clone, also just a dungeon crawler, ... | |
| games: tiny ones | easy | [uTD](micro_td.md), ... | ... |can never have enough| very tiny games, SAF is ideal for this, nice learning project | |
| GUI library | easy/mid | | | |like SAF but for "PC" GUI (mouse, sound, ...), now GUI's a mess | |
| image/2D data library | mid? | | | | C/comun lib for bitmaps (FFT, formats, ...), needs good planning| |
| nice polished concise encyclopedia | mid/hard? | | | | nice printable UNCENSORED encyclop. (clone of Larousse Desk E.) | |
| [go](go.md) engine/library (C or comun)| mid? | | | | | |