remote-rendering

There are 3 repositories under remote-rendering topic.

  • tenclass/clink

    Implementation of remote CUDA/OpenCL protocol

    Language:C257310
  • mcortesi/react-remote-render

    Renders a component in a remote environment (other frame/process/client)

    Language:TypeScript12201
  • theShmoo/MultiNodeRendering

    The main idea of remote rendering is to distribute the rendering onto multiple nodes. A client splits its screen into multiple tiles, and each buffer for each tile is calculated by a different node. These calculated buffers are stacked back together by the client and it calculates the final illumination.

    Language:C#8501