1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-23 20:59:58 +01:00

Update README.md

This commit is contained in:
Miloslav Číž 2019-08-26 11:55:18 +00:00
parent 3b36bed406
commit 4c5033108a

View file

@ -32,7 +32,7 @@ PC (SDL, offline rendering, terminal):
- Very **fast, small and efficient**. - Very **fast, small and efficient**.
- Uses **only integer math** (32bit). - Uses **only integer math** (32bit).
- **No dependencies** (uses only stdint standard library), extremely portable. - **No dependencies** (uses only stdint standard library), extremely portable.
- **Single header**, KISS. - **Single header**, KISS, suckless.
- **Pure C99**, tested to run as C++ as well. - **Pure C99**, tested to run as C++ as well.
- Still **flexible** -- pixels are left for you to draw in any way you want with a custom fragment-shader like function. - Still **flexible** -- pixels are left for you to draw in any way you want with a custom fragment-shader like function.
- **Perspective correction**, 3 modes: none (linear only), full (per-pixel), approximation (per-N-pixels). - **Perspective correction**, 3 modes: none (linear only), full (per-pixel), approximation (per-N-pixels).