1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2025-01-08 11:06:18 +01:00

Update README

This commit is contained in:
Miloslav Ciz 2022-10-01 16:10:20 +02:00
parent ce6ac61984
commit 32a96f247d

View file

@ -29,7 +29,7 @@ PC (SDL, offline rendering, terminal):
## features
- Very **fast, small and efficient**, runs even on tiny embedded with just megahertz CPUs and kilobytes of RAM.
- Very **fast, small and efficient**, runs even on tiny **bare metal embedded** with just megahertz CPUs and kilobytes of RAM.
- Uses **only 32bit integer math**, NO float, with a compile time option to use wider types if needed.
- **No dependencies** (uses only stdint standard library, NO stdio), extremely portable.
- **Single header**, KISS, suckless. No OOP, no design patterns, just nicely documented functions.