Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.17 KB

readme.md

File metadata and controls

54 lines (38 loc) · 1.17 KB

AMD Radeon:tm: ProRender SDK

AMD Radeon:tm: ProRender is a powerful physically-based rendering engine that enables creative professionals to produce stunningly photorealistic images. https://www.amd.com/en/technologies/radeon-prorender

This repo contains :

  • the AMD Radeon:tm: ProRender library: includes and built binaries.
  • some tutorials demo samples.

Building and running the Tutorials

On Visual Studio:

> cd tutorials
> ..\premake5\win\premake5.exe vs2019
then open tutorials/Tutorials.sln

On Linux:

> cd tutorials
> ../premake5/linux64/premake5 gmake
> make -j config=release_x64

On MacOS:

> cd tutorials
> ../premake5/osx/premake5 gmake
> make -j config=release_x64

To run a demo, just select the executable and start it, example:

> cd tutorials/Bin
> ./21_material_layered64
this demo generates the rendering output image: 21.png

See detailed documentation at https://radeon-pro.github.io/RadeonProRenderDocs/sdk/tutorials.html

Additional Info