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:
parent
1657c412c0
commit
d0736379d3
1 changed files with 2 additions and 2 deletions
|
@ -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).
|
||||||
|
|
Loading…
Reference in a new issue