No description
  • C++ 74.6%
  • CMake 25.4%
Find a file
2026-01-10 15:26:08 +01:00
doxygen-awesome-css@1f3620084f Add submodule for doxygen-awesome-css 2026-01-10 15:26:00 +01:00
include context_window.cpp is back 2026-01-08 20:43:01 +01:00
src context_window.cpp is back 2026-01-08 20:43:01 +01:00
.gitignore init 2025-05-24 19:07:31 +02:00
.gitmodules Add submodule for doxygen-awesome-css 2026-01-10 15:26:00 +01:00
CMakeLists.txt Remove private debug define. If neede, top project puts it. 2026-01-08 21:59:02 +01:00
Config.cmake.in install procedure and exporting targets 2025-05-28 23:00:38 +02:00
Doxyfile Doxyfile for documentation generation 2026-01-10 15:26:08 +01: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.