Skate 3 Rust Rewrite
Skate 3 Rust Rewrite SK8-ENGINE / skate-3-rust-engine Public Notifications You must be signed in to change notification settings Fork 14 Star 124 Branches Tags Open more actions menu Latest commit History 280 Commits 280 Commits Folders and files Name Name Last commit message Last commit date .github/ workflows .github/ workflows crates crates docs docs maps maps mods mods scripts scripts sdk sdk tools tools vendor vendor .gitattributes .gitattributes .gitignore .gitignore BUILD.bat BUILD.bat Cargo.lock Cargo.lock Cargo.toml Cargo.toml PLAY.bat PLAY.bat README.md README.md Repository files navigation Skate 3 Rust Engine A Rust and Bevy skating project built from Skate 3 reverse-engineering research. Includes skating, tricks, grinds, offboard movement, difficulty settings and .skate map support.
This ProductLaunch is relevant to the technology intelligence record because it involves GitHub. The source article should remain the factual reference for follow-up coverage.
- SK8-ENGINE / skate-3-rust-engine Public Notifications You must be signed in to change notification settings Fork 14 Star 124 Branches Tags Open more actions menu Latest commit History 280 Commits 280 Commits Folders and files Name Name Last commit message Last commit date .github/ workflows .github/ workflows crates crates docs docs maps maps mods mods scripts scripts sdk sdk tools tools vendor vendor .gitattributes .gitattributes .gitignore .gitignore BUILD.bat BUILD.bat Cargo.lock Cargo.lock Cargo.toml Cargo.toml PLAY.bat PLAY.bat README.md README.md Repository files navigation Skate 3 Rust Engine A Rust and Bevy skating project built from Skate 3 reverse-engineering research.
- Includes skating, tricks, grinds, offboard movement, difficulty settings and .skate map support.
- Gameplay parity is still a work in progress.
- Mods and agent authoring Drop mod ZIPs into top-level mods/ and enable them in the Mods menu.
- Point your coding agent at sdk/AGENTS.md to make a mod.
- See package structure , Lua API , vehicle API , multiplayer mod SDK and Mixamo workflow .