-
Notifications
You must be signed in to change notification settings - Fork 23
Home
sahib edited this page Aug 29, 2011
·
8 revisions
This place is mainly intented for developers that want to use libglyr for their library.
See the glyrc --help
for the commandline interface.
- Look at the introduction
- Look at src/simple.c
- Look at src/examples.c
- Look at src/threads.c
- Look at the API Reference.
- 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:
- Look at the 4 first links above, they should be easy enough to understand if you know any C-like language.
- Bindings can be done for every language SWIG supports.
- Currently official bindings are only provided for Ruby.
- For Ruby a wrapper class is available at swig/ruby/glyros.rb
- Other languages should be generated by editing CMakeLists.txt
Also, don’t hesitate to mail me any question <sahib@online.de>