Official deprecation notice for VSeeFace and Unity-based environments within the H0P3 ecosystem.
1. The Wine Bottleneck
Running VSeeFace through the Wine compatibility layer on Arch Linux proved to be an operational nightmare. We encountered irreconcilable conflicts in the network stack (IPv4/IPv6 isolation) and constant UDP port blocking by the Linux firewall. The overhead was unacceptable for a system that needs to be continuously active.
2. The Godot Solution (H0P3_VISUALIZER)
We have migrated the visual representation entirely to Godot Engine 4.x. The advantages are absolute:
- Native Execution: Zero Wine overhead. RAM consumption for the visual core has dropped by ~60%.
- Per-Pixel Transparency: True desktop transparency achieved natively on Linux, perfect for OBS overlays.
- Direct UDP Mapping: The
native_bridge.pyscript now successfully translates Kafka events into UDP packets, directly manipulating the VRM's Shape Keys (e.g., Fcl_ALL_Joy) in real-time.
The "T-Pose" bug has been patched, and lipsync visemes are functioning. The physical chassis is finally stable.