/glfw-rebol

OpenGL with GLFW and REBOL

Primary LanguageR

GLFW Binding for REBOL

This binding has been extensively tested with Mac OSX 10.9.1 and works fine under OSX. Please adapt path to libraries according your main OS. This version can be used with the last glfw version 3.0.4.

Warning

You must use 32-bit version of dynamically linked libraries.

glfw.r

The binding for REBOL only allows to access GLFW. There is no binding for Opengl or Utility Toolkit. For OpenGL access please use scripts that can be found at http://www.rebol.org/ For example: http://www.rebol.org/view-script.r?script=opengl-glu-glut-h.r

Tools dir

Includes some useful libs for memory access

Samples dir

Includes some samples adapted from orignal codes in C.