mirror of
https://git.coom.tech/drummyfish/raycastlib.git
synced 2024-11-21 20:29:59 +01:00
Update README.md
This commit is contained in:
parent
9852aec2ef
commit
d8defb21cc
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ which contains some better documented example code, including a [very simple hel
|
||||||
|
|
||||||
The basic philosophy is:
|
The basic philosophy is:
|
||||||
|
|
||||||
- The library implements only a rendering back-end, it doesn't permorm any drawing to the actual screen,
|
- The library implements only a rendering back-end, it doesn't perform any drawing to the actual screen,
|
||||||
hence there is no dependency on any library such as OpenGL or SDL. It just calls your front-end function
|
hence there is no dependency on any library such as OpenGL or SDL. It just calls your front-end function
|
||||||
and tells you which pixels you should write. How you do it is up to you.
|
and tells you which pixels you should write. How you do it is up to you.
|
||||||
- Before including the header, define `RCL_PIXEL_FUNCTION` to the name of a function you will use to
|
- Before including the header, define `RCL_PIXEL_FUNCTION` to the name of a function you will use to
|
||||||
|
|
Loading…
Reference in a new issue