No description
.gitignore | ||
basic_data.hpp | ||
CMakeLists.txt | ||
Config.cmake.in | ||
README.md | ||
window.cpp | ||
window.hpp |
GLFW wrapper
Modules
It is possible to use a kind of "module" by inheriting (public virtual
) BasicData
interface.
Thus, each module will be called in the main callbacks in Window
class.