diff options
author | Matt Strapp <matt@mattstrapp.net> | 2021-09-20 18:15:14 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2021-09-20 18:15:14 -0500 |
commit | 342403a02f8063903d0f38327430721d4d0ae331 (patch) | |
tree | 29d020a27bc16939c568dd4b29166566d1c0e658 /dev/MinGfx/README.md | |
parent | Fix parenthesis (diff) | |
download | csci4611-submission-p1.0.tar csci4611-submission-p1.0.tar.gz csci4611-submission-p1.0.tar.bz2 csci4611-submission-p1.0.tar.lz csci4611-submission-p1.0.tar.xz csci4611-submission-p1.0.tar.zst csci4611-submission-p1.0.zip |
do ass1submission-p1.0
Diffstat (limited to 'dev/MinGfx/README.md')
-rw-r--r-- | dev/MinGfx/README.md | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/dev/MinGfx/README.md b/dev/MinGfx/README.md index c752eec..d1d778d 100644 --- a/dev/MinGfx/README.md +++ b/dev/MinGfx/README.md @@ -1,15 +1,15 @@ -# MinGfx Toolkit - -*Quick Links:* -* [Documentation Main Page](https://ivlab.github.io/MinGfx/index.html) - -* [libMinGfx Installation Guide](https://ivlab.github.io/MinGfx/installation.html) -* [Creating Your Own Graphics Program by Copying an Example](https://ivlab.github.io/MinGfx/installation.html#example) -* [API Organized by Topic](https://ivlab.github.io/MinGfx/api.html) -* [Source on GitHub](https://github.com/ivlab/MinGfx) - - -*Project Overview:* -The MinGfx Toolkit is a minimal library for writing cross-platform (Windows, OSX, linux) graphics programs with modern OpenGL 3.3+ support. Application programmers should subclass from MinGfx::GraphicsApp, which provides callbacks for several styles of rendering and user interfaces. On-screen graphical user interfaces can be created with built-in support for NanoGUI. 2D vector graphics rendering is supported by linking with NanoVG. 3D graphics rendering is supported via MinGfx::Mesh, MinGfx::Shader, MinGfx::Texture2D, and related classes. Additionally, application programmers can do whatever custom 2D or 3D rendering is needed with direct calls to OpenGL. - -The library is maintained by Prof. Daniel Keefe (dfk@umn.edu) and is used for instructional purposes in UMN computer science courses (CSci-4611, CSci-3081W, ...) as well as some research projects. See LICENSE.txt for additional details. +# MinGfx Toolkit
+
+*Quick Links:*
+* [Documentation Main Page](https://ivlab.github.io/MinGfx/index.html)
+
+* [libMinGfx Installation Guide](https://ivlab.github.io/MinGfx/installation.html)
+* [Creating Your Own Graphics Program by Copying an Example](https://ivlab.github.io/MinGfx/installation.html#example)
+* [API Organized by Topic](https://ivlab.github.io/MinGfx/api.html)
+* [Source on GitHub](https://github.com/ivlab/MinGfx)
+
+
+*Project Overview:*
+The MinGfx Toolkit is a minimal library for writing cross-platform (Windows, OSX, linux) graphics programs with modern OpenGL 3.3+ support. Application programmers should subclass from MinGfx::GraphicsApp, which provides callbacks for several styles of rendering and user interfaces. On-screen graphical user interfaces can be created with built-in support for NanoGUI. 2D vector graphics rendering is supported by linking with NanoVG. 3D graphics rendering is supported via MinGfx::Mesh, MinGfx::Shader, MinGfx::Texture2D, and related classes. Additionally, application programmers can do whatever custom 2D or 3D rendering is needed with direct calls to OpenGL.
+
+The library is maintained by Prof. Daniel Keefe (dfk@umn.edu) and is used for instructional purposes in UMN computer science courses (CSci-4611, CSci-3081W, ...) as well as some research projects. See LICENSE.txt for additional details.
|