โ† All Workshops

MudEngine Part 4: Single-Player Dioxus GUI

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.

"๐ŸŒ Fullstack" "๐Ÿ“ฆ Bare-Bones" "Part 5 upgrades to" "Server Fns & WebSocket" "Pre-rendered HTML & API" Rust Source WASM Bundle Browser Client-only rendering Rust Source Server Binary (Axum) SSR ยท Server Functions ยท WebSockets Client WASM Hydration ยท UI events