mirror of
https://git.coom.tech/drummyfish/raycastlib.git
synced 2024-11-22 20:39:57 +01:00
Update README.md
This commit is contained in:
parent
c9c821f02c
commit
77256582f4
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ how to use
|
||||||
|
|
||||||
**Don't forget to compile with -O3!** This drastically improves performance.
|
**Don't forget to compile with -O3!** This drastically improves performance.
|
||||||
|
|
||||||
For start take a look at the [helloWorld.c](https://gitlab.com/drummyfish/raycastlib/blob/master/programs/helloWorld.c) program and other examples.
|
For start take a look at the [helloWorld.c](programs/helloWorld.c) program and other examples.
|
||||||
For more examples see my [Pokitto demos](https://gitlab.com/drummyfish/Pokitto-Raycasting) repository.
|
For more examples see my [Pokitto demos](https://gitlab.com/drummyfish/Pokitto-Raycasting) repository.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue