From 27474060e1287a67c45cd790d29b9095b35b2bdf Mon Sep 17 00:00:00 2001 From: ShizZy Date: Thu, 29 Aug 2013 23:35:09 -0400 Subject: adding initial project layout --- externals/glfw-3.0.2/docs/html/index.html | 94 +++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 externals/glfw-3.0.2/docs/html/index.html (limited to 'externals/glfw-3.0.2/docs/html/index.html') diff --git a/externals/glfw-3.0.2/docs/html/index.html b/externals/glfw-3.0.2/docs/html/index.html new file mode 100644 index 00000000..0c64c625 --- /dev/null +++ b/externals/glfw-3.0.2/docs/html/index.html @@ -0,0 +1,94 @@ + + + + + + +GLFW: Main Page + + + + + + + + + +
+
+ + + + + + +
+
GLFW +  3.0.2 +
+
A multi-platform library for OpenGL, window and input
+
+
+ + + + +
+ +
+ All Data Structures Files Functions Variables Typedefs Macros Groups Pages
+ + +
+ +
+ +
+

+Introduction

+

GLFW is a free, Open Source, multi-platform library for opening a window, creating an OpenGL context and managing input. It is easy to integrate into existing applications and does not lay claim to the main loop.

+

This is the documentation for version 3.0, which has many new features.

+

There is a quick tutorial for people new to GLFW, which shows how to write a small but complete program.

+

If you have used GLFW 2.x in the past, there is a transition guide that explains what has changed and how to update existing code to use the new API.

+
+ + + + -- cgit v1.2.3