Code Monkey home page Code Monkey logo

clink's Introduction

Clink: A c/s render api transport

Goal

  1. Transport render api request through network.
  2. Supply fake render client dll to gather all render api, pack them up and send to server point.
  3. Handle render api on server side, then pack the response up and send back to client.

Screenshot

Compile & Run

Client side

Build Environment: vs2019 + sdk19041

Usage:

  1. Set environment variables CLINK_HOST for server address.
  2. Set environment variables CLINK_PORT for server port.
  3. Set environment variables CLINK_NET for transport protocol, tcp or kcp.
  4. Set environment variables CLINK_UUID with uuid string.
  5. Put fake cuda dlls into the path where the execute file exists, the dll would be loaded by the program automatically.

Server side

mkdir build && meson compile -c build
Tips: Cuda 12.1 or newer needs to be installed completely on the host.

Usage:
./clink --port 9999 --net tcp --uuid 60fe43ab-6860-4317-88cc-968ee3c3f3ad

Current Status

  1. We handled about 70 functions of cuda 12.1 driver api to make cinema4d oc-render work on any computer without nvidia graphics card.
  2. It is proved that we can use fake cuda dll to supply cuda render engine for application on windows.
  3. By the way, if it can work properly over a network, then it should certainly be able to operate correctly within a guest/host environment on a virtual machine.

clink's People

Contributors

nooodles2023 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.