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
- Host: GitHub
- URL: https://github.com/cginternals/cppexpose-web
- Owner: cginternals
- Created: 2022-01-09T00:47:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T08:47:49.000Z (over 3 years ago)
- Last Synced: 2025-02-08T15:46:23.265Z (5 months ago)
- Language: CSS
- Size: 12.9 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: SUPPORT.md
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.