โ All Workshops
MudEngine Part 4: Single-Player Dioxus GUI
Step 3 / 10
Open your Dioxus project
We need a Dioxus project to work in. Open the mud-engine project you created in Part 1. If you do not have it, create a new one with dx new using the Bare-Bones template.
Enter the project directory
cd mud-engine๐ Starting fresh?
Run dx new mud-engine and pick the Bare-Bones template. Then cd mud-engine.
Your project should have a Cargo.toml with dioxus as a dependency and a src/main.rs with a minimal App component.
Step 3 / 10