Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T17:11:06.000Z (4 months ago)
- Last Synced: 2024-10-29T23:08:07.669Z (2 months ago)
- Topics: bevy, gamedev, mud, networking, telnet
- Language: Rust
- Homepage:
- Size: 40 KB
- Stars: 9
- 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.
[![Crates.io](https://img.shields.io/crates/v/bevy-nest)](https://crates.io/crates/bevy-nest)
[![Docs](https://img.shields.io/docsrs/bevy-nest)](https://docs.rs/bevy-nest/latest/bevy_nest/)
![License](https://img.shields.io/crates/l/bevy_nest)## Compatibility
| `bevy` | `bevy-nest` |
| :----: | :---------: |
| 0.12 | 0.3 |
| 0.11 | 0.2 |
| 0.10 | 0.1 |## Installation
Add `bevy-nest` to your `Cargo.toml`:
```toml
bevy-nest = "0.3"
```## 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.