KaoCC / StreamingPrototype

A cloud-based rendering engine that creates photo-realistic images for seamless viewing and editing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StreamingPrototype

Streaming Prototype is a demo version of the Cloud-Based Rendering Engine that creates photo-realistic images for seamless viewing and online editing.

System requirements and Dependencies

Note: The RadeonRays framework may require Embree or OpenCL in order to support the corresponding backends.

Currently the following compilers are tested:

  • Visual Studio 2017 Version 15.5.5

Build

Windows & Mac OS X & Linux

We have recently changed from premake to cmake.

  1. Create your build directory mkdir SP_build
  2. Run CMake cmake .. or cmake -DCMAKE_BUILD_TYPE=Debug for debugging
  3. Compile by running make
  4. The binary is named Radiance.

Client Code

StreamingPrototypeClient

Demo Video

About

A cloud-based rendering engine that creates photo-realistic images for seamless viewing and editing.

License:GNU General Public License v3.0


Languages

Language:C++ 96.1%Language:CMake 3.9%