Skip to content

BryanRykowski/nspre-gui

Repository files navigation

NSPRE-GUI

Create and extract Neversoft pre/prx files.

Built using nspre and Dear ImGui.

ⓒ 2025 Bryan Rykowski - MIT License

Building

Prerequisites

  • CMake
  • SDL2 development files

Instructions

Clone the repository.

git clone https://github.com/BryanRykowski/nspre-gui

Enter the directory and clone the submodules.

cd nspre-gui/
git submodule update --init --recursive

Create a build directory and generate the build files.

mkdir build
cmake -S . -B build/

Build the project.

cmake --build build/

Binary will be at build/nspre-gui

About

Create and extract Neversoft pre/prx files

Resources

License

Stars

Watchers

Forks

Packages

No packages published