Compare commits

...

1 commit
raylib ... main

Author SHA1 Message Date
dfbb12abeb Update README.md 2024-09-18 21:46:42 +09:00

View file

@ -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 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 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. require building it separately with `emsdk` and linking to it in the
Makefile.~~ try out the `raylib` branch of this repository.