gl_generator

Build Status

Convert the by khronos provided XML files to useable Crystal libs. Only gl.xml is supported for now.

Installation

  1. Fetch this repo

Usage

  1. Run crystal gl_generator.cr from within the src map
  2. The result is placed in the output folder

Contributing

  1. Fork it ( https://github.com/lirith-engline/gl_generator/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors