From 21525d119fb6d20c9429ff3188de803287ee9b71 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 7 Apr 2013 13:26:06 +0200 Subject: [PATCH] Updated readme links to guides. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e49b7ad3..c6d18f3f 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,12 @@ and contexts, multi-monitor support, EGL and OpenGL ES support, clipboard text support, an error description callback, gamma ramp control, layout-independent keyboard input and UTF-8 for all strings. -Certain features like the threading and image loading functions from GLFW 2.x -have been [removed](http://wiki.glfw.org/wiki/Rationale_for_removing). +If you are new to GLFW, you may find the +[introductory tutorial](http://www.glfw.org/docs/3.0/quick.html) for GLFW +3 useful. If +you have used GLFW 2 in the past, there is a +[transition guide](http://www.glfw.org/docs/3.0/moving.html) for moving to the +GLFW 3 API. ## Compiling GLFW