https://github.com/dreamworksanimation/openmoonray
MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer.
https://github.com/dreamworksanimation/openmoonray
moonray
Last synced: 28 days ago
JSON representation
MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer.
- Host: GitHub
- URL: https://github.com/dreamworksanimation/openmoonray
- Owner: dreamworksanimation
- License: apache-2.0
- Created: 2023-03-14T22:36:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-05T02:55:29.000Z (4 months ago)
- Last Synced: 2025-01-30T21:28:04.520Z (3 months ago)
- Topics: moonray
- Language: CMake
- Homepage: https://openmoonray.org/
- Size: 191 KB
- Stars: 4,377
- Watchers: 72
- Forks: 251
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- my-awesome - dreamworksanimation/openmoonray - 01 star:4.4k fork:0.3k MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. (CMake)
- stars - openmoonray - source, award-winning, state-of-the-art production MCRT renderer. | dreamworksanimation | 4410 | (CMake)
README
# MoonRay
MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer, which has been used on the following feature films:
* [How to Train Your Dragon: The Hidden World](https://www.dreamworks.com/movies/how-to-train-your-dragon-the-hidden-world)
* [Abominable](https://www.dreamworks.com/movies/abominable)
* [The Croods: A New Age](https://www.dreamworks.com/movies/the-croods-2)
* [Trolls World Tour](https://www.dreamworks.com/movies/trolls-world-tour)
* [The Boss Baby: Family Business](https://www.dreamworks.com/movies/the-boss-baby-2)
* [The Bad Guys](https://www.dreamworks.com/movies/the-bad-guys)
* [Puss In Boots: The Last Wish](https://www.dreamworks.com/movies/puss-in-boots-the-last-wish)
* [The Wild Robot](https://www.dreamworks.com/movies/the-wild-robot)MoonRay was developed at DreamWorks and is in continuous active development and includes an extensive
library of production-tested, physically based materials, a USD Hydra render delegate, multi-machine and cloud rendering via the
Arras distributed computation framework.## Cloning
This is the top-level repository for MoonRay opensource. The actual source code is contained in a number of other repositories referenced here as git submodules.To clone this repository along with the submodules:
```bash
git clone --recurse-submodules https://github.com/dreamworksanimation/openmoonray.git
```[Source Structure](https://docs.openmoonray.org/developer-reference/source-structure/)
[Building MoonRay](https://docs.openmoonray.org/getting-started/installation/building-moonray/)
[Documentation](https://docs.openmoonray.org/)
[Website](https://openmoonray.org/)