Fast, simple network layer for Entity-Component Systems
Echo-D (rs)
Distributed Entity-Component network protocol for Rust
WIP! The Rust implementation is coming soon...
Installation
Install Echo-D with cargo
Basic Usage
Here is an example snippet that shows the basic usage of Echo-D:
use info;
use crate:echo-
const context = new Context;
=>
const options = new Options;
const echoD = new EchoD;
echoD.spawnActor
const input = Input
echoD.actorInput
echoD.spawnEntity
echoD.upsertComponent
const update = echoD.updater
update.then
Documentation
Please refer to the documentation for more detailed information:
Development Guide
Echo-D (rs) is developed and tested for rust.
It is required to have rust installed for development.
Building WASM
To build a WASM module, run the following command:
# TODO
Running Tests
To run tests, run the following command:
# TODO