This is a realtime viewer for Uru and Myst V game assets. It relies on the open-sourced Plasma engine to load levels and extract enough information to perform realtime rendering.
This project was tested on Windows and macOS. After cloning the repository, run configure.bat
or configure.sh
depending on your environment to build and setup all dependencies. You can then use Cmake to generate the main project from the repository root.
More information in this series of blog posts:
- Coming back to Uru, part 1
- Coming back to Uru, part 2
- Coming back to Uru, part 3
- Coming back to Uru, part 4
Libraries in src/libs/*
and external/*
remain under their respective licenses.
This work is based on the awesome libhsplasma project, licensed under GPLv3. PRPViewer is thus also licensed under the GPLv3.