Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiomarcias committed Apr 9, 2016
1 parent 5412e88 commit 8f84526
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
GLFWM
=====
GLFW Manager - C++ wrapper with multi-threading
===============================================

GLFW Manager - A C++11 wrapper of GLFW with multi-threading support
-------------------------------------------------------------------
This is meant to be used as a library.
It depends on [**GLFW**](http://www.glfw.org), which must be installed on the system.
A [GLFW](http://www.glfw.org) C++ wrapper with additional OOP features.

### Features
* C++11
* wrapping of GLFW window-related concepts
* multiple event handling through class derivation
* handling of the same event with multiple handlers
* handling of different events for different windows with the same handler
* multiple content drawing through class derivation
* multiple event handling
* handling of same event with multiple handlers
* binding of same handler to multiple windows
* multiple content drawing
* drawing of the same content in multiple windows
* grouping of windows
* multi-threaded drawing through groups
* sending update notifications to any window from others
* multi-threaded drawing with groups
* window-to-window update notifications
* update notifications to whole groups
* automatic control of the loop

Expand Down

0 comments on commit 8f84526

Please sign in to comment.