Update README.md

This commit is contained in:
Stephen Seo 2024-09-18 19:36:37 +09:00
parent c3bf28eba4
commit f807978401

View file

@ -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.