Skip to content

requnix/gl_utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Sam Schneider (did 99% of the work, if I'm honest)

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

About

All of the erlang wx macros exposed as normal functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 98.8%
  • Elixir 1.2%