Update README.md
This commit is contained in:
parent
c3bf28eba4
commit
f807978401
1 changed files with 3 additions and 0 deletions
|
@ -24,3 +24,6 @@ The current set up of the update/draw loop uses
|
||||||
browser's `requestAnimationFrame` that should call `update` and `draw` once per
|
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
|
each frame at the fps that the browser decides, which should match the fps of
|
||||||
your display.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue