0
0
Fork 0
Cycles renderer
Go to file
Brecht Van Lommel b5027f6a73 Docs: Boost is no longer a direct dependency 2023-03-07 15:43:26 +01:00
.github/workflows CI: replace deprecated set-output 2023-02-25 11:32:25 +01:00
examples Fix issues with Monkey XML example file. 2021-10-02 20:56:19 +02:00
src USD 23.02 update 2023-02-06 18:29:39 +01:00
third_party Bump libraries version to 3.4. 2022-12-07 20:01:14 +01:00
web Fix wrong link to Blender website 2022-10-03 18:05:29 +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 Docs: Boost is no longer a direct dependency 2023-03-07 15:43:26 +01:00
CMakeLists.txt Build: add option to error when features can't be enabled 2022-12-07 18:39:50 +01: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
README.md Build: support building Hydra render delegate for Houdini 2022-04-12 19:45:33 +02:00
make.bat Build: changes to improve Windows build 2022-04-25 13:53:56 +02:00

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:

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