https://github.com/blender/cycles
The Cycles Render Engine - official mirror
https://github.com/blender/cycles
rendering
Last synced: 5 months ago
JSON representation
The Cycles Render Engine - official mirror
- Host: GitHub
- URL: https://github.com/blender/cycles
- Owner: blender
- License: apache-2.0
- Created: 2022-02-15T11:07:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T20:42:35.000Z (about 1 year ago)
- Last Synced: 2024-07-23T23:59:26.076Z (about 1 year ago)
- Topics: rendering
- Language: C++
- Homepage:
- Size: 16.5 MB
- Stars: 329
- Watchers: 19
- Forks: 66
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
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](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/