Skip to content

Commit 5d74503

Browse files
authored
Update README.md
1 parent b7e8cf2 commit 5d74503

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
*globjects* is an [MIT licensed](http://opensource.org/licenses/MIT), cross-platform C++ wrapper for [OpenGL API](http://www.opengl.org) objects.
44

55
*globjects* provides object-oriented interfaces to the OpenGL API (3.0 and higher).
6-
The main goals are much reduced code to use OpenGL in your rendering software and fewer errors
7-
due to the underlying [glbinding](https://github.com/cginternals/glbinding) and further abstraction
8-
levels on top. Typical processes are automated and missing features in the used OpenGL driver
9-
are partially simulated or even emulated.
6+
The main goals are to reduce the required OpenGL code in your rendering software and to facilitate coherent OpenGL use via an additional abstraction layer to [glbinding](https://github.com/cginternals/glbinding). Typical processes are automated and missing features of specific OpenGL drivers are partially simulated or even emulated at run-time.
7+
8+
![what-is-globjects](https://raw.githubusercontent.com/cginternals/globjects/master/docs/what-is-globjects.png)
109

1110
The following code snippet shows an exemplary use of the OpenGL API:
1211
```cpp

0 commit comments

Comments
 (0)