oglplus 0.67.0
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.
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>oglplus</id>
<version>0.67.0</version>
<title>OGLplus</title>
<authors>Matúš Chochlík</authors>
<owners>Stailgot</owners>
<licenseUrl>https://github.com/matus-chochlik/oglplus#license</licenseUrl>
<projectUrl>http://oglplus.org/</projectUrl>
<iconUrl>http://oglplus.org/oglplus/html/oglplus.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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.</description>
<copyright>2008-2015 Matus Chochlik</copyright>
<tags>native nativepackage c++ c++11 opengl</tags>
</metadata>
</package>