https://github.com/its-danny/bevy-nest
🪹 A telnet plugin for getting MUDdy in Bevy.
https://github.com/its-danny/bevy-nest
bevy gamedev mud networking telnet
Last synced: 3 months ago
JSON representation
🪹 A telnet plugin for getting MUDdy in Bevy.
- Host: GitHub
- URL: https://github.com/its-danny/bevy-nest
- Owner: its-danny
- License: apache-2.0
- Created: 2022-11-30T04:27:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T18:52:22.000Z (over 1 year ago)
- Last Synced: 2025-07-10T23:28:55.884Z (11 months ago)
- Topics: bevy, gamedev, mud, networking, telnet
- Language: Rust
- Homepage:
- Size: 49.8 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
🪹 bevy-nest
A telnet plugin for getting MUDdy in Bevy.
[](https://crates.io/crates/bevy-nest)
[](https://docs.rs/bevy-nest/latest/bevy_nest/)

## Compatibility
| `bevy` | `bevy-nest` |
| :----: | :-------------: |
| 0.18 | 0.6, 0.7 |
| 0.15 | 0.5 |
| 0.14 | 0.4 |
| 0.12 | 0.3 |
| 0.11 | 0.2 |
| 0.10 | 0.1 |
## Installation
Add `bevy-nest` to your `Cargo.toml`:
```toml
bevy-nest = "0.7"
```
## Usage
- Dive right into the [docs](https://docs.rs/crate/bevy-nest).
- See the [`examples/`](https://github.com/its-danny/bevy-nest/blob/main/examples) directory for a simple chat server.
## License
Licensed under either of [Apache License, Version 2.0](https://github.com/its-danny/bevy-nest/blob/main/LICENSE-APACHE)
or [MIT](https://github.com/its-danny/bevy-nest/blob/main/LICENSE-MIT) license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for
inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed
as above, without any additional terms or conditions.