Whirl icon

The Open-Source WorldServer.

Discord CodeFactor Say Thanks License

Whirl, an open-source WorldServer implementation in Rust. ## Purpose Two *main* reasons; 1. Worlds' official servers are old, slowly deteriorating, and *probably unmaintained*. 2. Worlds is **old**. The shutdown of the servers is inevitable. TLDR: To keep Worlds' legacy going for future generations. ## Usage Use in production environments is not recommended as this project is a work-in-progress. As we begin to become more stable and add new features, we will release periodic updates regarding production use. ## Documentation [https://whirlsplash.org/docs/](https://whirlsplash.org/docs/) ## Known issues - https://github.com/Whirlsplash/whirl/issues/2 ## Contributing Please reference the [contribution guidelines](./CONTRIBUTING.md) of this repository. ## Prerequisites ### Required - [diesel_cli](https://crates.io/crates/diesel_cli) ### Optional - [cargo-watch](https://crates.io/crates/cargo-watch) ### License [GNU General Public License v3.0](./LICENSE)