Com² is a SNES emulator for Linux built in C++ by 3 friends.
You can use an artifact from latest commit by selecting ✔️ and Build commit artifact
. You will have an option, if the commit is correct, to download the artifact which you have to unzip.
Overwhise, you can build yourself the program by cloning the repository : git clone https://github.com/AnonymusRaccoon/ComSquare.git
You need the SFML library.
After going inside the repository directory, create a build folder mkdir build
, go inside and make cmake ..
to finally make make
. If you've done nothing wrong, you should have the program compiled!
During the development we will update and create documentations about the SNES and the emulator, we will use GitHub Projects page and GitHub Wiki to inform you about "everything". The documentation can be found to ComSquare Documentation
As seen on the badge, we use GPLv3 license, so you're free to use, fork and modify our program freely, we are 100% Open Source!