Skip to content
sahib edited this page Aug 4, 2012 · 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/examples/simple.c
  3. Look at src/examples/example.c
  4. Look at src/examples/threads.c
  5. Look at the API Reference.
  6. Look at the datadescription.
  7. Look at the other examples if you like.
  8. Look at src/glyrc/glyrc.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:

See: