1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/raycastlib.git synced 2024-11-23 20:49:57 +01:00

Update README.md

This commit is contained in:
Miloslav Číž 2019-06-01 16:36:40 +00:00
parent 1657c412c0
commit d0736379d3

View file

@ -37,11 +37,11 @@ features
- Single header, KISS. - Single header, KISS.
- Advanced rendering of variable height floor and ceiling. - Advanced rendering of variable height floor and ceiling.
- Textured walls and floor. - Textured walls and floor.
- Depth information (for fog). - Depth information (e.g. for fog or z-buffer rendering).
- Camera shearing (looking up/down). - Camera shearing (looking up/down).
- Camera movement with collisions. - Camera movement with collisions.
- Partial support for opening door. - Partial support for opening door.
- Pure C, tested to run as C++ as well. - Pure C99, 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.
- Tested on multiple platforms (PC, Arduboy, Pokitto, Gamebuino META). - Tested on multiple platforms (PC, Arduboy, Pokitto, Gamebuino META).