Skip to content
forked from blender/cycles

The Cycles Render Engine - official mirror

License

Notifications You must be signed in to change notification settings

jeffamstutz/cycles

 
 

Repository files navigation

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/

About

The Cycles Render Engine - official mirror

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 66.9%
  • C 25.1%
  • CMake 4.1%
  • Objective-C++ 3.0%
  • Metal 0.4%
  • Python 0.2%
  • Other 0.3%