1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-24 21:09:57 +01:00

Update README.md

This commit is contained in:
Miloslav Číž 2019-06-24 00:20:58 +00:00
parent 2ca331eb64
commit b35c6e9021

View file

@ -23,6 +23,7 @@ TODO
- Triangles provide barycentric coordinates, thanks to which practically anything that can be achieved with OpenGL can be achieved (texturing, shading, normal-mapping, texture fitering, transparency, PBR, shadow mapping, MIP mapping, ...).
- Tested on multiple platforms (TODO).
- Many compile-time options to tune the performance vs quality.
- Similar to OpenGL in principle, but simpler, easier to use, with higher-level features.
- Well commented and formatted code.
- Completely free of legal restrictions, do literally anything you want.