curiosity-ai / h5

🚀 The next generation C# to JavaScript compiler
https://github.com/curiosity-ai/h5
Apache License 2.0
210 stars 30 forks source link

[Help] How to use with MonoGame? #77

Closed RedstoneWizard08 closed 1 year ago

RedstoneWizard08 commented 1 year ago

I'm trying to develop a game for the web with MonoGame and h5. How would I go about doing this? I can't find any documentation.

theolivenbaum commented 1 year ago

Hi @RedstoneWizard08, there seems to be a port to the original Bridge in this repo.

It might be possible to update it to use h5 instead, mainly you'll need to update the project file to use the h5 packages, and remap the namespaces as needed.

You can also check the source-code from their sample game