cycles/README.md
Brecht Van Lommel 50743a8837 Build: support building Hydra render delegate for Houdini
* Add separate FindUSDPixar.cmake and FindUSDHoudini.cmake for building
  against two types of USD libraries.
* Add separate BUILDING.md including Hydra build instructions.
* Hide symbols on Linux and macOS to avoid library version conflicts.
* Override OpenColorIO lib to share configuration with host application.

Thanks Patrick for helping with the Windows side of this.

Differential Revision: https://developer.blender.org/D14594
2022-04-12 19:45:33 +02:00

33 lines
837 B
Markdown

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/