This commit is contained in:
Miloslav Ciz 2022-06-18 23:29:26 +02:00
parent eb91ebfbc9
commit 2897818490
3 changed files with 7 additions and 1 deletions

1
lrs.md
View file

@ -70,6 +70,7 @@ Other potentially LRS software to check out may include [TinyGL](tinygl.md), [sc
It is also possible to talk about LRS data formats, standards, designs and concepts as such etc. These might include:
- **[ASCII](ascii.md)**: Text encoding.
- **[fixed point](fixed_point.md)**: Fractional number format, as opposed to [floating point](float.md).
- **[RGB332](rgb332.md)**, **[RGB565](rgb565.md)**: Simple [RGB](rgb.md) formats/palettes.
- **[bytebeat](bytebeat.md)**: Simple and powerful [procedural](procedural.md) music technique.
- **[farbfeld](farbfeld.md)**: [Suckless](suckless.md) image format.