This is a collection of PS1 related utilities I made for my own needs and workflow.
I doubt this might be of use to anybody as there are better tools out there but just in case you're interested, check out the individual project folders for their own READMEs.
Feel free to get inspired from the code or use parts of it.
At the root of this repo, run the following:
cmake -DCMAKE_BUILD_TYPE=Release -B build
cmake --build buildYou can then find the binaries in the bin folder.
Optionally you can also install these (by default to /usr/local/bin)
cd build
sudo make install