Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigation into using GHCJS for web export? #37

Open
lambdadog opened this issue Oct 9, 2021 · 1 comment
Open

Investigation into using GHCJS for web export? #37

lambdadog opened this issue Oct 9, 2021 · 1 comment

Comments

@lambdadog
Copy link

I've done some reading into Godot web exports and it looks like there is an export setting for GDNative support, but it specifically uses WebAssembly. While Asterius does exist, it doesn't exactly boast fantastic performance as of yet as opposed to GHCJS.

It might be worthwhile to pursue whether or not there's some pathway for using GHCJS to export your godot-haskell project to web or, failing all else, at least document how godot-haskell could tie in Asterius down the line since it's being actively developed on and will hopefully pan out into a viable option in the future.

@YellowOnion
Copy link

WebGHC might be a good alternative, as it's designed as a less ambitious webasm target, you don't really need the Asterius features that target native JS for a game engine in written in C++.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants