/elixir-opengl

Example of working with OpenGL from Elixir

Primary LanguageElixir

ElixirOpenGL

Example of working with OpenGL from Elixir

Triangle:

alt tag

Run the example

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