Introduction
OGLplus is a collection of open-source, cross-platform libraries which implement an object-oriented facade over the OpenGL® (version 3 and higher) and also OpenAL® (version 1.1) and EGL (version 1.4) C-language APIs. It provides wrappers which automate resource and object management and make the use of these libraries in C++ safer and more convenient. Read more...
Quick links
- Get OGLplus
- Components
- OGLplus - a wrapper for OpenGL (version 3.0 and higher)
- README
- Documentation and reference
- Latest documentation
- Examples
- Tutorials
- Translations
- Serbo-Croatian (by Anja Skrba from Webhostinggeeks.com)
- OALplus - a wrapper for OpenAL (version 1.1)
- EGLplus - a wrapper for EGL (version 1.4)
- OGLplus - a wrapper for OpenGL (version 3.0 and higher)
- Media
- Follow OGLplus
Features
- Automatic resource management
- Type safety
- Error handling and diagnostic
- Interoperability with OpenGL C API
- Additional CG-related classes
- Optional description of objects and resources
- Configurability
- Utilities
- Text rendering utilities
- Mesh loaders / generators
- Image loaders / generators