bevy_chat
Overview
Section titled “Overview”Headless async IRC client with a unified API across native (tokio TCP) and WASM (web_sys::WebSocket) targets. Used by the Discord bot, the Lightyear server, and the in-browser isometric game.
Features
Section titled “Features”| Feature | Description |
|---|---|
plugin | Bevy ChatPlugin bridging IRC traffic into ECS events |
ffi | C-FFI surface (native only) for JNI / csbindgen consumers |
The default feature set is the headless client with no Bevy or FFI surface pulled in.