GlUtils

Exposes all of the macros associated with the erlang :gl modules via a :gl_const module.

Also see WxUtils which I have blatantly copied and does the same thing for the :wx macros.

Credits

Usage

iex> :gl_const.wxVERTICAL
8

Installation

If available in Hex, the package can be installed as:

  1. Add wx_utils to your list of dependencies in mix.exs:

    def deps do

     [{:gl_utils, "~> 0.0.1"}]

    end