https://github.com/kosua20/prpviewer
Real-time viewer for Uru and Myst V level assets, based on libHSPlasma.
https://github.com/kosua20/prpviewer
3dviewer assets myst mystv opengl rendering uru videogame
Last synced: about 1 month ago
JSON representation
Real-time viewer for Uru and Myst V level assets, based on libHSPlasma.
- Host: GitHub
- URL: https://github.com/kosua20/prpviewer
- Owner: kosua20
- License: gpl-3.0
- Created: 2018-10-14T14:31:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T13:23:38.000Z (over 2 years ago)
- Last Synced: 2025-03-27T22:23:24.429Z (about 2 months ago)
- Topics: 3dviewer, assets, myst, mystv, opengl, rendering, uru, videogame
- Language: C++
- Homepage:
- Size: 3.91 MB
- Stars: 11
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PRPViewer
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](http://blog.simonrodriguez.fr/articles/10-04-2018_coming_back_to_uru.html)
* [Coming back to Uru, part 2](http://blog.simonrodriguez.fr/articles/22-04-2018_coming_back_to_uru_part_2.html)
* [Coming back to Uru, part 3](http://blog.simonrodriguez.fr/articles/25-10-2018_coming_back_to_uru_part_3.html )
* [Coming back to Uru, part 4](http://blog.simonrodriguez.fr/articles/02-11-2018_coming_back_to_uru_part_4.html)


# License
Libraries in `src/libs/*` and `external/*` remain under their respective licenses.
This work is based on the awesome [libhsplasma](https://github.com/H-uru/libhsplasma) project, licensed under GPLv3. PRPViewer is thus also licensed under the [GPLv3](https://github.com/kosua20/PRPViewer/blob/master/LICENSE).