Thanks to visit codestin.com
Credit goes to github.com

Skip to content

okawaw/CPPunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 

Repository files navigation

CPPunk

CPPunk is a free C++ library designed for developing 2D graphical applications. It is modeled after the FlashPunk library by Chevy Ray Johnston.

CPPunk comes with support for graphical display, keyboard input, mouse input, and sound playback.

The default implementation that is provided uses SDL and requires installation of SDL, SDL_Image, and SDL_Mixer. However, if SDL does not fit your needs, your own implementations to the provided interfaces can be used.

CPPunk is written in C++ using the C++14 standard with the intent to use the C++17 standard once more compiler support is available.

About

CPPunk is a free C++ library designed for developing 2D graphical applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages