Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ldci/glfw-rebol
- Owner: ldci
- Created: 2014-01-04T11:08:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-06T10:15:27.000Z (almost 11 years ago)
- Last Synced: 2024-08-01T15:10:33.324Z (3 months ago)
- Language: R
- Homepage:
- Size: 129 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.