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: 3 months ago
JSON representation

🪹 A telnet plugin for getting MUDdy in Bevy.

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.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.