BLENDER BRC V3 - Creating Bidirectional TCP Connection

Опубликовано: 14 Март 2026
на канале: Wanderson
555
18

I'm slowly programming Batch Render Creator v3, which is currently creating a bidirectional TCP connection system to receive and send commands.
At the moment the client tries to connect persistently with the server and can recognize when the connection has been lost, the same goes for the server which can identify when the client is running.
This application is being made using Tauri Framework where the backend is developed in Rust and the frontend I chose to work with VUE 3. The idea is to be a program that works on Linux, macOS and Windows, but with the first releases only for Windows.