Skip to content

tomaszkot/SDLplus_plus

Repository files navigation

SDLplus_plus

SDL library wrapped in modern c++

Example usage:

//create window
SDL::Window window(true);

//fill it red
window.fillRect(255, 0, 0);

//draw bitmap on it
SDL::Surface surface("Images\home.bmp");
window.blit(&surface);

About

SDL library wrapped in modern c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •