DreamWorks Animation’s MoonRay renderer, open‑sourced as OpenMoonRay in 2023, is now a hosted project of the Academy Software Foundation (ASF). The move places MoonRay alongside OpenColorIO, OpenEXR, OpenVDB, and OSL, promising coordinated development, broader industry adoption, and tighter integration with existing visual effects pipelines.
MoonRay Becomes an ASF Project
DreamWorks Animation announced that its production renderer, MoonRay, is now an official hosted project of the Academy Software Foundation (ASF). The transition follows two years of community‑driven development after DreamWorks released the codebase as OpenMoonRay in March 2023. By moving under the ASF umbrella, MoonRay will share governance, release infrastructure, and community resources with established projects such as OpenColorIO, OpenEXR, OpenVDB, and Open Shading Language.
{{IMAGE:2}}
Technical Overview of MoonRay
- Architecture: MoonRay is a hybrid path‑tracer and rasterizer built on a modular plug‑in system. Core components include a scene graph, a unified shading language (compatible with OSL), and a denoising pipeline that can be swapped at runtime.
- Performance: In DreamWorks’ internal benchmarks, MoonRay achieved 1.8 × faster render times than the previous in‑house renderer on a 48‑core Xeon 7420 node when rendering a 4 K, 64‑sample scene. On GPU‑accelerated nodes (NVIDIA H100), the same scene saw a 2.3 × speedup, largely due to the renderer’s native support for CUDA‑based ray‑kernel dispatch.
- Feature Set: The latest OpenMoonRay release (v2.4, September 2024) added:
- Bidirectional scattering distribution functions (BSDFs) for hair and subsurface scattering.
- Adaptive sampling that reduces variance by up to 35 % in low‑frequency regions.
- Procedural geometry pipelines that integrate directly with OpenVDB volumes.
- Licensing: Distributed under the Apache 2.0 license, the code can be incorporated into commercial pipelines without additional fees, a key factor for studios evaluating open‑source alternatives.
Why ASF Matters for MoonRay
The ASF provides a neutral governance model that has proven effective for other visual‑effects standards. By joining ASF:
- Release cadence aligns with industry cycles – ASF’s quarterly release schedule matches major studio production milestones, ensuring that critical bug fixes and feature updates arrive predictably.
- Cross‑project compatibility – Shared CI pipelines and testing suites mean that changes in OpenEXR or OpenVDB can be validated against MoonRay automatically, reducing integration risk.
- Broader contributor base – Studios that already contribute to OpenColorIO or OSL can now submit patches to MoonRay without navigating separate legal or contribution agreements.
- Funding and sponsorship – ASF’s membership model allows studios to sponsor development effort directly, translating into dedicated engineering resources for high‑priority features such as real‑time viewport rendering.
Market Implications
Accelerated Adoption in Feature‑Film Pipelines
MoonRay’s track record includes titles like How to Train Your Dragon: The Hidden World, The Bad Guys, Puss in Boots: The Last Wish, and Kung Fu Panda 4. With ASF backing, smaller studios and independent VFX houses can now adopt a production‑grade renderer without negotiating bespoke licensing terms. Early adopters report a 30 % reduction in total cost of ownership when switching from legacy licensed renderers to OpenMoonRay, primarily due to lower software fees and the ability to run on commodity GPU clusters.
Competitive Pressure on Proprietary Solutions
Major commercial renderers such as Arnold, RenderMan, and V‑Ray have long dominated high‑end film work. MoonRay’s open‑source status, combined with ASF’s governance, introduces a cost‑effective alternative that still meets the fidelity requirements of blockbuster productions. Expect to see a gradual shift in pipeline procurement decisions, especially as studios prioritize flexibility and the ability to customize shading pipelines.
Integration with Real‑Time Workflows
The renderer’s GPU path, already optimized for NVIDIA H100, aligns with the industry’s move toward hybrid offline/real‑time pipelines. By exposing a Metal‑compatible backend in v2.5 (planned for Q4 2026), MoonRay aims to serve Apple‑based post‑production houses, further expanding its ecosystem.
Next Steps for Developers
- Join the ASF mailing list – All ASF projects use a common mailing list infrastructure; subscribing ensures you receive release notes and governance updates.
- Contribute via GitHub – The MoonRay source lives at the OpenMoonRay GitHub repository. Issues are triaged alongside other ASF projects, and pull requests undergo the same community review process.
- Explore the documentation – The official docs, hosted at openmoonray.org/docs, include tutorials on integrating with OpenVDB and writing custom OSL shaders.
In summary, MoonRay’s migration to the Academy Software Foundation marks a significant step toward a more unified, open‑source rendering stack for the visual effects industry. The combination of proven performance, Apache 2.0 licensing, and ASF’s collaborative framework positions MoonRay to become a mainstream choice for both large studios and independent creators.

Comments
Please log in or register to join the discussion