Example of working with OpenGL from Elixir
Triangle:
Start iex:
$ iex -S mix
Run the example:
iex(1)> gc = GameCore.start_link()
iex(2)> GameCore.load(gc, Triangle)
iex(3)> GameCore.unload(gc)
Adapted from Erlang code at https://github.com/asceth/nehe_erlang