logo
  • Contact
  • Scribbles
  • Articles

Showing 2 scribbles with tag SDL2
  • 2015-05-01

    C++11 Smart Pointer wrappers for C libraries

    Wrapping C-libraries' acquire/release functions with unique_ptr and shared_ptr

    c++ c++11 development SDL2
  • 2014-11-12

    Cross-compiling for windows (from linux) - Part 2

    This article covers cross-compiling (from scracth) all the necessary libraries for an SDL2 based OpenGL application. In particular: SDL2, SDL2_image (w/png, jpeg), SDL_mixer (w/ogg), SDL_ttf, GLEW

    c++ development gamedev SDL2 OpenGL SCons linux windows