An open API service indexing awesome lists of open source software.

https://github.com/cginternals/cppexpose-web

Website of cppexpose.org
https://github.com/cginternals/cppexpose-web

Last synced: 3 months ago
JSON representation

Website of cppexpose.org

Awesome Lists containing this project

README

        

*cppexpose* allows for a C++ program to expose its interfaces into runtime, making it possible to, e.g., create automatic GUI representations for interfaces, or to expose them into a scripting environment.
The implementation is based on standard C++ templates and does not use language extensions
or macros, making it typesafe and usable with any C++11 compliant toolchain. Also, no meta
compilation step is required.