Crates.io | beet_net |
lib.rs | beet_net |
version | 0.0.3 |
source | src |
created_at | 2024-03-04 07:00:29.837708 |
updated_at | 2024-07-14 08:35:36.300256 |
description | A very flexible AI behavior library for games and robotics. |
homepage | https://beetmash.com/docs/beet |
repository | https://github.com/mrchantey/beet |
max_upload_size | |
id | 1161280 |
size | 212,024 |
beet_net
This is a very tiny and simple replication library that can run on microcontrollers and be used for DOM communication.
Components, Events and Resources can be specified as incoming or outgoing.
Components can be both because the Replicate
component can be used to distinguish who should be doing the sending.
For instance a web bevy app can send serde_json
messages to the dom and bincode
messages to the server