https://github.com/rhcad/x3c
A plugin-framework that uses C++ and STL.
https://github.com/rhcad/x3c
cross-platform plugin-architecture
Last synced: about 1 year ago
JSON representation
A plugin-framework that uses C++ and STL.
- Host: GitHub
- URL: https://github.com/rhcad/x3c
- Owner: rhcad
- Created: 2011-12-02T07:49:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T15:19:39.000Z (almost 5 years ago)
- Last Synced: 2025-03-31T05:51:08.192Z (about 1 year ago)
- Topics: cross-platform, plugin-architecture
- Language: C++
- Homepage: http://www.cnblogs.com/rhcad
- Size: 3.11 MB
- Stars: 157
- Watchers: 21
- Forks: 75
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- Changelog: ChangeLog.txt
Awesome Lists containing this project
README
x3c - C++ Plugin Framework
-----------------------------------
http://github.com/rhcad/x3c
x3c is designed as a plugin-framework that uses C++ and STL.
This framework has many frequently-used and lightweight plugins.
x3c can be used to easily develop plugins and applications for multiple platforms.
Makefile and config.mk are used to compile x3c on Linux, Mac or Unix.
projects: C++ workspace files using IDE (MS VC++, Code::Blocks + GCC, ...).
code: source code of plugins.
doc: development documents and doxygen files.
tools: some useful tools for development.
--------------------------------------------------------
You may need to download the following files:
1. download cppunit-1.12.1 from one of the following sites, then copy cppunit's lib
and dll files to the folder 'code\bin\vcxx\xxx\tests'.
http://files.cnblogs.com/rhcad/cppunit-1.12.1-vc689&gcc.zip (fix for vc6 and gcc)
http://sourceforge.net/projects/cppunit/files/cppunit/1.12.1/
\\dampub\Tools\CodeCheck\C++\CppUnit\cppunit-1.12.1 (Founder server)
--------------------------------------------------------
License: Apache License V2.0
Bug reports and suggestions are welcome.
Email to the current maintainers may be sent to .
Some documents in chinese may be found at http://www.cnblogs.com/rhcad .