Cycles renderer
Go to file
2023-04-04 20:41:58 +02:00
.github/workflows CI: cache libs even when build failed 2023-04-04 18:27:57 +02:00
examples Fix issues with Monkey XML example file. 2021-10-02 20:56:19 +02:00
src Cleanup: fix various compiler warnings in Cycles standalone 2023-04-04 20:37:36 +02:00
third_party Add mikktspace to third_party 2023-04-03 11:03:18 +02:00
web Web: update links for new projects.blender.org platform 2023-04-04 20:41:58 +02:00
.clang-format Update clang-format 2022-04-06 21:45:29 +02:00
.gitignore Build: changes to improve Windows build 2022-04-25 13:53:56 +02:00
AUTHORS Add cycles-renderer.org website to repository 2022-09-26 03:01:46 +02:00
BUILDING.md Build: update build system for Blender 3.5 libraries 2023-04-04 20:32:30 +02:00
CMakeLists.txt Build: update build system for Blender 3.5 libraries 2023-04-04 20:32:30 +02:00
GNUmakefile Build: changes to improve Windows build 2022-04-25 13:53:56 +02:00
LICENSE Initial integration of build system for standalone repository 2014-11-15 19:54:48 +05:00
make.bat Build: changes to improve Windows build 2022-04-25 13:53:56 +02:00
README.md Build: support building Hydra render delegate for Houdini 2022-04-12 19:45:33 +02:00

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:

https://www.cycles-renderer.org/development/