klips/cpp/graphics
Shaun Reed c2300d7121 Rearrange graphics projects into subdirectory 2021-05-30 02:18:09 -04:00
..
opengl Rearrange graphics projects into subdirectory 2021-05-30 02:18:09 -04:00
opengl-cmake Rearrange graphics projects into subdirectory 2021-05-30 02:18:09 -04:00
sdl Rearrange graphics projects into subdirectory 2021-05-30 02:18:09 -04:00
sdl-cmake Rearrange graphics projects into subdirectory 2021-05-30 02:18:09 -04:00
CMakeLists.txt Rearrange graphics projects into subdirectory 2021-05-30 02:18:09 -04:00
README.md Rearrange graphics projects into subdirectory 2021-05-30 02:18:09 -04:00

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