flutter_scene_net 0.1.0
flutter_scene_net: ^0.1.0 copied to clipboard
dashwire multiplayer for flutter_scene. Replica-to-node binding, interpolated transform sync, and in-app hosting.
Changelog #
0.1.0 #
SceneReplicationbinds replicas to scene nodes through per-type builders and detaches them on despawn.TransformReplica-backed replicas get aNetworkTransformComponentthat interpolates remote poses a fixed delay in the past.TransformReplicaVectorsadapts the record-typed pose tovector_mathtypes.SceneHostruns a dashwire room and WebSocket listener inside the app (with loopback self-join) on dart:io platforms; a throwing stub on web.