BLENDER BRC V3 - Creating Bidirectional TCP Connection

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024
  • 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.

Комментарии • 3

  • @myebstudios
    @myebstudios 2 месяца назад +1

    Thought I'd never see a video from you again. Welcome back. 🎉

  • @NightSpyderTech
    @NightSpyderTech 2 месяца назад

    This is Amazing! Glad to see you back at it with BRC, it’s so helpful for me.