From f8079784015c002b0a0dfa3dcffc37c891e09661 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 18 Sep 2024 19:36:37 +0900 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ced1266..fd75691 100644 --- a/README.md +++ b/README.md @@ -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 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.