Skip to content
sahib edited this page Aug 29, 2011 · 8 revisions

Welcome to the glyrwiki.

This place is mainly intented for developers that want to use libglyr for their library.
See the glyrc --help for the commandline interface.
If you wanted to get started quickly:
  1. Look at the introduction
  2. Look at src/simple.c
  3. Look at src/examples.c
  4. Look at src/threads.c
  5. Look at the API Reference.
  6. Look at src/main.c if you really haven’t enough. All functions are called there at least once.

If you want to use a language other than C:

  1. Look at the 4 first links above, they should be easy enough to understand if you know any C-like language.
  2. Bindings can be done for every language SWIG supports.
  3. Currently official bindings are only provided for Ruby.
  4. For Ruby a wrapper class is available at swig/ruby/glyros.rb
  5. Other languages should be generated by editing CMakeLists.txt

Also, don’t hesitate to mail me any question <sahib@online.de>

Clone this wiki locally