Add README.md

This commit is contained in:
Pcornat 2025-05-29 11:59:28 +02:00
parent cfebea3b74
commit c66e95bbdf
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD

6
README.md Normal file
View file

@ -0,0 +1,6 @@
# 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.