Skip to content

AMD Radeon™ ProRender is a powerful physically-based path traced rendering engine that enables creative professionals to produce stunningly photorealistic images.

License

Notifications You must be signed in to change notification settings

CyberFlameGO/RadeonProRenderSDK

 
 

Repository files navigation

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:
Dependencies on Linux for the tutorials: GLEW, GLUT, Pthread.

> cd tutorials
> sudo chmod +x ../premake5/linux64/premake5
> ../premake5/linux64/premake5 gmake
> make -j config=release_x64

On MacOS:

> cd tutorials
> sudo chmod +x ../premake5/osx/premake5
> ../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

About

AMD Radeon™ ProRender is a powerful physically-based path traced rendering engine that enables creative professionals to produce stunningly photorealistic images.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • C 58.1%
  • C++ 32.9%
  • C# 8.3%
  • Other 0.7%