-
Notifications
You must be signed in to change notification settings - Fork 1
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
What's the status? #14
Comments
Hi liamoc, thank you for your interest ! I'd say the I would definitely be exited by another interface, I'm personally working on one with React and Next.js. |
Great! I am starting to work on a frontend now. Perhaps a silly question: What's the top-level structure I should use for the entire game state? At first I thought it was perhaps City, but the only constructor for this creates a City with an entirely blank map of dirt. Then I saw the |
Yes the initialisation story is not quite there yet, I would definitely like to offer a builder pattern accessible from the WASM interface. I will create an issue to do just this. |
Great! I will follow progress closely. |
Hi, I'm the author of the Micro Entertainment Pack a collection of games written in Rust using my tesserae tile graphics library.
I was thinking it would be super cool to write a port of micropolis using an interface from my library, and I found that you seem to have already ported it to Rust!
What's the status of this project? Would I be able to take the micropolis_core crate, add an interface and have the full simcity experience? Or is there still more work to be done?
The text was updated successfully, but these errors were encountered: