Remote Desktop Application using Virtual Network Computing

Опубликовано: 02 Июнь 2026
на канале: Rushil Chhatpar
43
1

• Week-long project utilizing OpenGL, ImGUI, GLFW, Qt C++, Socket programming, and Virtual Network Computing (VNC),
• The server app maintains TCP connection with a client and sends frame buffer updates in chunks, processes KB and mouse inputs and window resize events.
• The client app renders frame buffer updates received.
• The client application has a kill switch. When it fails to receive message from the server, it will reinitialize after a certain number of re-tries.
• The client will exit when no server is found to connect to. You must have the server running before you run the client.