Skip to content

bevy_chat

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.

FeatureDescription
pluginBevy ChatPlugin bridging IRC traffic into ECS events
ffiC-FFI surface (native only) for JNI / csbindgen consumers

The default feature set is the headless client with no Bevy or FFI surface pulled in.