Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.