Fakiir helps a programmer to expose an API with its methods and properties, generating code for object introspection which can be used by an object-oriented application to offer external access to its own public functions. It analyzes an OO header using a Lex/C grammar parser and generates C++ code from it.
| Tags | Software Development Code Generators |
|---|
Recent releases


Release Notes: Missing liblo headers have been included along with some other fixes for a smooth build. The code has been cleaned up a bit and tested on *BSD.


Release Notes: OSC remote access has been implemented using liblo. XML-RPC remote access has been implemented using xmlrpc++. Fakiir is now also a library to be linked by programs using it. It can now read headers and write code for concurrent object exposure in OSC and XML-RPC at the same time (including TCP and UDP server code). Important code cleanups and a test implementation are included.


Release Notes: This is the first functional version ready for testing.