forked from blender/cycles
Cycles renderer
Xavier Hallade
e9f92cd652
During recent testing, the oldest 101.4032 (windows) and <25812 (linux) drivers led to crashes during JIT compilation, so we bump the requirement to newer 101.4313 and 25812.14 drivers that do incorporate the required fixes. Pull Request: blender/blender#109281 |
||
---|---|---|
.github/workflows | ||
examples | ||
src | ||
third_party | ||
web | ||
.clang-format | ||
.gitignore | ||
AUTHORS | ||
BUILDING.md | ||
CMakeLists.txt | ||
GNUmakefile | ||
LICENSE | ||
make.bat | ||
README.md |
Cycles Renderer
Cycles is a path tracing renderer focused on interactivity and ease of use, while supporting many production features.
https://www.cycles-renderer.org
Building
Cycles can be built as a standalone application or a Hydra render delegate. See BUILDING.md for instructions.
Examples
The repository contains example xml scenes which could be used for testing.
Example usage:
./cycles scene_monkey.xml
You can also use optional parameters (see ./cycles --help
), like:
./cycles --samples 100 --output ./image.png scene_monkey.xml
For the OSL scene you need to enable the OSL shading system:
./cycles --shadingsys osl scene_osl_stripes.xml
Contact
For help building or running Cycles, see the channels listed here: