added glutWireTeapot
[miniglut] / README.md
index ed78af6..7eaeea1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
 MiniGLUT
 ========
+
+![logo](http://nuclear.mutantstargoat.com/sw/miniglut/img/miniglut_logo_sm.png)
+
 MiniGLUT is a subset of GLUT (or more precisely a subset of FreeGLUT)
 implemented in a single C source file, without any non-essential dependencies,
 not even the C library.
@@ -21,6 +24,17 @@ you decide to statically link, at which point you need to deal with the whole
 instead of dropping it in your code, it still won't present any MSVC runtime
 compatibility issues, since it doesn't call any C library functions whatsoever.
 
+Download
+--------
+Latest release (v0.2):
+  - https://github.com/jtsiomb/miniglut/releases/download/v0.2/miniglut-0.2.tar.gz
+  - https://github.com/jtsiomb/miniglut/releases/download/v0.2/miniglut-0.2.zip
+
+Both archives are identical, choose whichever is more convenient.
+
+Source repository (git):
+  - https://github.com/jtsiomb/miniglut
+
 Build
 -----
 Under X11 MiniGLUT depends only on Xlib and OpenGL. Therefore to build a program