Skip to content

Abandoned multimedia framework (this was useful for me to learn some more C++ and lower-level programming)

Notifications You must be signed in to change notification settings

alex-daley/framework-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Versus

Libraries

  • SDL for Windows, Mac, and Linux platform abstraction

  • stb_image (single header) for image loading

  • yaml-cpp for YAML handling

Enviroment Variables

TODO: Use CMake or something similar

The Visual Studio solution expects the following enviroment variables

  • SDL2_INCLUDE - SDL2 include folder path

  • SDL2_LIB32 - SDL2 (32 bit) library folder path (SDL2main.lib, SDL2.lib, SDL2.dll)

  • SDL2_LIB64 - Same as above but for the 64 bit libraries

  • YAMLCPP_INCLUDE - yaml-cpp include folder path

  • YAMLCPP_LIB32 - yaml-cpp library folder path (yaml-cpp.lib, yaml-cppd.lib)

  • YAMLCPP_LIB64 - Same as above but for the 64 bit libraries

About

Abandoned multimedia framework (this was useful for me to learn some more C++ and lower-level programming)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published