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

Switch to good-web-game completely #563

Closed
ozkriff opened this issue Mar 21, 2020 · 2 comments · Fixed by #568
Closed

Switch to good-web-game completely #563

ozkriff opened this issue Mar 21, 2020 · 2 comments · Fixed by #568

Comments

@ozkriff
Copy link
Owner

ozkriff commented Mar 21, 2020

Though historically good-web-game was created for the web, now it's powered by rapidly improving miniquad and works fine on linux/macos/win/wasm and Android.

Also, I would be so happy do get rid of this ugly crate swapping hack))

zemeroth/src/main.rs

Lines 3 to 6 in b74f952

#[cfg(not(target_arch = "wasm32"))]
extern crate ggez;
#[cfg(target_arch = "wasm32")]
extern crate good_web_game as ggez;

good-web-game is a kinda a half-measure: I'm planning to eventually migrate to miniquad completely.

@ozkriff ozkriff self-assigned this Mar 21, 2020
This was referenced Mar 21, 2020
@ozkriff
Copy link
Owner Author

ozkriff commented Mar 21, 2020

Also, this should allow me to get rid of the massive nalgebra dependency.

@ozkriff
Copy link
Owner Author

ozkriff commented Mar 26, 2020

ggez/good-web-game#36 ("Add Conf::physical_root_dir")

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

Successfully merging a pull request may close this issue.

1 participant