Skip to content

Community code

diegoleao edited this page May 30, 2021 · 14 revisions

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 !

Sound test 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.

Street of rage demo port

Odelot shared his port of SoR2 which is now cancelled, it has been made with pvsneslib v2 : https://github.com/odelot/sor2_snes

Bomberworld

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!

The last super

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

Clone this wiki locally