NanoGUI-Mono is a mono C# port for https://github.com/wjakob/nanogui
This is still Work In Progress.
NanoGUI-Mono builds on:
- OpenTK for cross-platform OpenGL context creation and event handling.
- NanoVGDotNet to draw 2D primitives, which is a C# port of NanoVG.
NanoGUI-Mono currently works on Mac OS X (Xamarin Studio Community Version 6.3), with target framework Mono/.Net 4.5 and target platform x64.
NanoGUI-Mono is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
NanoGUI-Mono is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with NanoGUI-Mono. If not, see http://www.gnu.org/licenses/. See the file lgpl-3.0.txt for more details.