Update
This commit is contained in:
parent
e2ad87ccf9
commit
8a47be246c
13 changed files with 1962 additions and 1963 deletions
|
@ -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? | | | | KISS GIMP clone needed! Use LRS GUI lib. Glorified MS paint? | ped, GIMP, classic colors |
|
||||
| 2D image editor | mid? | Blitz's lrspaint | | 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 | |
|
||||
|
@ -63,6 +63,7 @@ NOTE 2: See **[how to do projects well](project.md)**.
|
|||
| [GUI](gui.md) 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| |
|
||||
| logic circuit library/simulator (comun)| mid/hard? | | | | will be needed for PD computer | |
|
||||
| [LRS](lrs.md) commons | mid? | | | | like WM commons but more free speech and don't ban drummyfish | WM commons etc.? |
|
||||
| "[micronation](micronation.md)" | ??? | | | | kinda joke, has to be anarchist, no money/government/army | |
|
||||
| [MUD](mud.md) codebase (C or comun) | mid | | | | AFAIK there is no nice MUD codebase now | |
|
||||
| nice polished concise encyclopedia | mid/hard? | | | | nice printable UNCENSORED encyclop. (clone of Larousse Desk E.) | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue