No description
Find a file
Pcornat bc12874c80
Change library to make it less buggy when destroying objects
# Conflicts:
#	include/window.hpp
#	src/window.cpp
2025-06-06 17:12:45 +02:00
include Change library to make it less buggy when destroying objects 2025-06-06 17:12:45 +02:00
src Change library to make it less buggy when destroying objects 2025-06-06 17:12:45 +02:00
.gitignore init 2025-05-24 19:07:31 +02:00
CMakeLists.txt Change library to make it less buggy when destroying objects 2025-06-06 17:12:45 +02: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.