0
0
forked from blender/cycles
Cycles renderer
Go to file
2024-02-09 17:22:40 +01:00
.gitea/default_merge_message Gitea: Add pull request templates 2024-02-09 17:22:40 +01:00
.github/workflows CI: cache libs even when build failed 2023-04-04 18:27:57 +02:00
examples Expose object node in XML API (#8) 2024-01-15 20:04:22 +01:00
src Cycles Standalone: Expose vertex normals and tangent space attributes in XML API 2024-02-09 12:12:02 +01:00
third_party Add mikktspace to third_party 2023-04-03 11:03:18 +02:00
web Web: remove dead twitter link, fix grammar 2023-11-03 15:59:25 +01:00
.clang-format clang-format: set BraceWrapping::AfterControlStatement to "MultiLine" 2023-07-05 18:18:38 +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 Fix outdated Git URL 2023-08-04 17:59:29 +02:00
CMakeLists.txt Build: CMake updates for new devices and 3.6 libraries 2023-07-05 18:18:37 +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/