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

Update README.md

This commit is contained in:
Miloslav Číž 2018-09-30 10:23:07 +00:00
parent 34367c4a22
commit c0775f6489

View file

@ -44,10 +44,18 @@ features
- Many compile-time options to tune the performance vs quality.
- Well commented code.
**NOTE**: Backwards compatibility isn't a goal of this libraray. It is meant to
be an as-is set of tools that the users is welcome to adjust for their
specific project. So new features will be preferred to keeping the same
interface.
TODO
----
- Transparency.
- Transparency (conditional ray passing through).
- Doors in the middle of squares.
- Rolling doors for `RCL_renderComplex`.
- Possibly merge all rendering functions into one.
license
-------