-
-
Notifications
You must be signed in to change notification settings - Fork 82
Community code
This page has been done to group code we saw everywhere. It contains some complete projects or sometimes only sample code made by the community but all can can be interesting to study.
Please keep in mind that some of them are not maintained, it can have a gap with the latest version of PVsneslib and do not build correctly.
Feel free to contribute and add a link to your project !
This code made by diegoleao with PVSneslib v3 will explain you how to manage the audio part with the library (the "Readme.txt" file also have useful information that is not present in the code itself). If you need the previous version of SoundTest (for PVSneslib v2) you can find it here.
Odelot shared his port of SoR2 which is now cancelled, it has been made with pvsneslib v2 : https://github.com/odelot/sor2_snes
1r3n33 created a game which is available on his github: https://github.com/1r3n33/bomberworld
It is very useful to see how you can organize your code!
Dr. Ludos created it for a game jam then continued to improve it, the code is well commented. The original project is available on his website but it was build for PVSneslib v2: https://drludos.itch.io/the-last-super
It has been ported on PVSneslib v3 and is available here
- Installation
- PVSneslib and Visual Studio Code
- First steps with No$sns emulator
- Compiling from sources