From 4598ec1ce1fd5cb2d6e958b7ab3849278c9d256d Mon Sep 17 00:00:00 2001 From: Jon Lanz <1052296+jlanz@users.noreply.github.com> Date: Sat, 12 Sep 2026 15:08:32 -0700 Subject: [PATCH] Update README.md Signed-off-by: Jon Lanz --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29cd99c6..f72de098 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [Website](https://openmoonray.org) | [Discussion Forum](https://github.com/OpenMoonRay/openmoonray/discussions) | [Academy Software Foundation Slack](http://academysoftwarefdn.slack.com/) | [Documentation](https://docs.openmoonray.org/) | [Releases](https://github.com/OpenMoonRay/openmoonray/releases) | [License](https://www.apache.org/licenses/LICENSE-2.0) -# openmoonray - part of the [MoonRay](https://github.com/OpenMoonRay/openmoonray) project +## openmoonray - part of the [MoonRay](https://github.com/OpenMoonRay/openmoonray) project MoonRay is an open source, production path-tracing renderer, that efficiently renders images for animation, visual effects and other uses. MoonRay supports industry standards and libraries and was open sourced by DreamWorks, where it is in active use for their [feature film animation](https://openmoonray.org/documentation) pipeline. With MoonRay, you can take advantage of an extensive library of production-tested, physically based materials, a USD Hydra render delegate, and local, multi-machine and cloud rendering for interactive and batch rendering. It runs on CPU and hybrid GPU (XPU) hardware and offers tools for [regression testing](https://github.com/OpenMoonRay/rats), [performance monitoring](https://docs.openmoonray.org/user-reference/tools/render-profile-viewer/) and [more](https://docs.openmoonray.org/user-reference/tools/). ### License @@ -23,11 +23,11 @@ To clone this repository along with the submodules: ### Build and Run -You can get started building MoonRay on Linux or MacOS, or a container by reading the [Building MoonRay](https://docs.openmoonray.org/getting-started/installation/building-moonray/) documentatation website. +You can get started building MoonRay on Linux or MacOS, or a container by reading the [Building MoonRay](https://docs.openmoonray.org/getting-started/installation/building-moonray/) documentation website. ### Developer Quick Start -A helpful start will be at understanding the [structure of the source code](https://docs.openmoonray.org/developer-reference/source-structure/), followed by the overall [Developer's Guide](https://docs.openmoonray.org/developer-reference/). +Start by reviewing the [structure of the source code](https://docs.openmoonray.org/developer-reference/source-structure/), followed by the overall [Developer's Guide](https://docs.openmoonray.org/developer-reference/).