No description
Find a file
2026-01-07 22:27:54 +01:00
include basic_data.hpp is now a real interface. 2026-01-06 23:21:19 +01:00
src basic_data.hpp is now a real interface. 2026-01-06 23:21:19 +01:00
.gitignore init 2025-05-24 19:07:31 +02:00
CMakeLists.txt Changing it to a cmake interface 2026-01-07 22:27:54 +01:00
Config.cmake.in install procedure and exporting targets 2025-05-28 23:00:38 +02:00
README.md Add README.md 2025-05-29 11:59:28 +02:00

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.