Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ldci/glfw-rebol

OpenGL with GLFW and REBOL
https://github.com/ldci/glfw-rebol

Last synced: 13 days ago
JSON representation

OpenGL with GLFW and REBOL

Awesome Lists containing this project

README

        

# GLFW Binding for REBOL
## http://www.rebol.com/ http://www.glfw.org/

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.