Cappy Screen is a simple animated wallpaper application featuring a capybara in a forest doing basic actions at random loations. The application uses SFML to render the animations and can be run on both Linux and Windows platforms.
After installing the sfml
package for your distribution, the application can be compiled with the make
command.
After installing the MinGW
set of compilers, a release can be built using the make release PLATFORM=win64
command. Note that the first time this command is executed, it will download the MinGW version of SFML from the internet.
After compiling, the application can be started using make run
.
A Windows release can be extracted and then launched by executing the CappyScreen.exe
. The release can also be imported into applications like Wallpaper Engine to use it as a wallpaper.