Skip to content

gpietz/SDLTest4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDLTest4

This is a C++ port of the SDLTest3 project.

How to install required libraries

To get the required libraries I've used vcpkg with the 'x64-windows' package but 'x86-windows' should also work without changes.

  • vcpkg install sdl2
  • vcpkg install sdl2-mixer[core,libflac,libmodplug,libvorbis,mpg123,nativemidi]
  • vcpkg install sdl2-image[libjpeg-turbo]
  • vcpkg install boost-any
  • vcpkg install boost-random

Credits

About

Ported version of SDLTest3 in the C++ language. I wanted to see how things differ.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published