Replies: 1 comment 1 reply
-
I'm not super acquainted with Fresh yet, but running a Bevy game in the browser is really just a matter of serving a WASM file, and a Javascript file, and then running a JavaScript function to start the game. You don't really need fresh in that case, if you just want to host the game on it's own page where it takes up the whole page. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I want to make a game with bevy
i saw that i can make a wasm file with
wasm-pack
or
wasmbuild from denoland
I really don't know if it's possible to do that with deno or how to do that with fresh and islands
If you have any ideas?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions