No description
include | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
Config.cmake.in | ||
README.md |
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.