Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 580 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 580 Bytes

render_profile_viewer

This repository contains a tool for viewing and comparing render profile results.

This repository is part of the larger MoonRay/Arras codebase. It is included as a submodule in the top-level OpenMoonRay repository located here: OpenMoonRay

Requirements

This tool requires several Python modules in order to run. These requirements along with their versions are listed in the file requirements.txt, and can be installed on a system using the following:

python -m pip install -r requirements.txt