Rearrange graphics projects into subdirectory
This commit is contained in:
12
cpp/graphics/README.md
Normal file
12
cpp/graphics/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user