Update README.md
This commit is contained in:
parent
f807978401
commit
dfbb12abeb
1 changed files with 3 additions and 2 deletions
|
@ -25,5 +25,6 @@ browser's `requestAnimationFrame` that should call `update` and `draw` once per
|
|||
each frame at the fps that the browser decides, which should match the fps of
|
||||
your display.
|
||||
|
||||
If you want to use graphics, I suggest using/building `raylib`, but that will
|
||||
require building it separately with `emsdk` and linking to it in the Makefile.
|
||||
If you want to use graphics, ~~I suggest using/building `raylib`, but that will
|
||||
require building it separately with `emsdk` and linking to it in the
|
||||
Makefile.~~ try out the `raylib` branch of this repository.
|
||||
|
|
Loading…
Reference in a new issue