Metadata-Version: 2.1
Name: nanogui
Version: 0.1.2
Summary: A minimalistic GUI library for OpenGL, GLES 2, and Metal
Home-page: https://github.com/mitsuba-renderer/nanogui
Author: Wenzel Jakob
Author-email: wenzel.jakob@epfl.ch
License: BSD
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt

NanoGUI is a minimalistic cross-platform widget library for OpenGL 3+, GLES
2/3, and Metal. It supports automatic layout generation, stateful C++ lambdas
callbacks, a variety of useful widget types and Retina-capable rendering on
Apple devices thanks to NanoVG by Mikko Mononen. Python bindings of all
functionality are provided using pybind11.

