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:
parent
ce6ac61984
commit
32a96f247d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue