This commit is contained in:
Miloslav Ciz 2024-05-08 22:32:14 +02:00
parent d7ff960b42
commit 7cb65a09cb
14 changed files with 1786 additions and 1763 deletions

View file

@ -8,6 +8,8 @@ WIP
Here is a list of some projects and project ideas which we, [LRS](lrs.md), need to make in order to pursue our goals. The projects here are mostly basic things and tools that already exist in some form, but that have to be made from scratch according to [LRS](lrs.md) philosophy, i.e. in a KISS/suckless way, under public domain, in a good language (C, comun, ...) etc. This is kind of a dirty list serving some rough organization. If you have the skills and will (or know someone who does), you may take inspiration here, pick one up and make it, or contribute to some of the projects listed here. Also note that it's still possible to make multiple projects of the same type, e.g. you may still create another chess engine even though we already have one, just watch out that this is justified (it should offer something worth the extra effort).
NOTE: **We also desperately need [suckless](suckless.md) rewrites of "FOSS" software**, i.e. of [shitware](shitware.md) that perhaps has "open soars" written on it but is generally unusable: this includes for example anything that uses [Docker](docker.md), [Rust](rust.md), [CMake](cmake.md), encryption libraries, anything that needs "up-to-date" packages, Internet connection and so on -- this software is equivalent to [proprietary](proprietary.md) software in that it cannot be used. Rewrite it in plain old C.
| 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 |