1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/raycastlib.git synced 2024-12-26 01:56:19 +01:00

Update README.md

This commit is contained in:
Miloslav Číž 2018-12-21 07:38:40 +00:00
parent 7da3bb317a
commit 0ffa06c274

View file

@ -40,7 +40,7 @@ features
- Depth information (for fog). - Depth information (for fog).
- Camera shearing (looking up/down). - Camera shearing (looking up/down).
- Camera movement with collisions. - Camera movement with collisions.
- Support for opening door. - Partial support for opening door.
- Pure C, tested to run as C++ as well. - Pure C, tested to run as C++ as well.
- Optional framework functions that handle the whole rendering. - Optional framework functions that handle the whole rendering.
- Still flexible -- pixels are left for you to draw in any way you want. - Still flexible -- pixels are left for you to draw in any way you want.