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-26 19:11:21 +00:00
parent 5a0c205913
commit a54494d623

View file

@ -67,6 +67,8 @@ It is only a little bit more complex than a simple hello world.
For more examples see the other files, plus my [Pokitto demos](https://gitlab.com/drummyfish/Pokitto-Raycasting) repository,
which contains some better documented example code, including a [very simple hello world](https://gitlab.com/drummyfish/Pokitto-Raycasting/blob/master/helloRay.cpp).
Also see **the library code itself**, it is meant to be self-documenting -- you'll find the description of a lot of things at the start of the file.
The basic philosophy is:
- The library implements only a rendering back-end, it doesn't perform any drawing to the actual screen,