Shaun Reed c2300d7121 | ||
---|---|---|
.. | ||
opengl | ||
opengl-cmake | ||
sdl | ||
sdl-cmake | ||
CMakeLists.txt | ||
README.md |
README.md
Graphics
Example graphics programming projects written in C++
klips/cpp/graphics
.
├── opengl # Barebones opengl application written in C++ built with gcc
├── opengl-cmake# Barebones opengl application written in C++ built with cmake
├── sdl-cmake # Barebones sdl application written in C++ built with cmake
└── sdl # Barebones sdl application written in C++ built with gcc