Skip to content

ggiraldez/crystal-gl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL bindings for Crystal

This is a work in progress!

These are bindings for OpenGL and some other related libraries (GLFW, SOIL, GLM, etc.). Currently only tested on Mac OS X, but probably should work on Linux with minor modifications.

Vestigial SDL support. It doesn't work ;)

Running

You need Crystal 0.22 or later. You also need to have GLFW 3, GLEW (brew install glfw3 glew should do it), and libSOIL which is being used to load textures.

With all dependencies installed, run:

$ crystal test_glfw.cr

About

OpenGL bindings for the Crystal language

Resources

Stars

44 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors