All Projects → rhcad → X3c

rhcad / X3c

A plugin-framework that uses C++ and STL.

Projects that are alternatives of or similar to X3c

Essentials
Essential cross platform APIs for your mobile apps.
Stars: ✭ 1,344 (+1192.31%)
Mutual labels:  cross-platform
React Native Cross Platform Starter
One codebase to build for iOS, Android, Web and Desktop with React-Native
Stars: ✭ 101 (-2.88%)
Mutual labels:  cross-platform
Ruui
React's cross-platform UI for Web and Native (Android, iOs)
Stars: ✭ 103 (-0.96%)
Mutual labels:  cross-platform
Vbasync
Cross-platform tool to synchronize macros from an Office VBA-enabled file with a version-controlled folder
Stars: ✭ 98 (-5.77%)
Mutual labels:  cross-platform
Influxdb Cpp
💜 C++ client for InfluxDB.
Stars: ✭ 100 (-3.85%)
Mutual labels:  cross-platform
Joynet
high performance network (tcp socket) library for lua, based on https://github.com/IronsDu/brynet and lua coroutine.
Stars: ✭ 101 (-2.88%)
Mutual labels:  cross-platform
Neuchar
Senparc.NeuChar 跨平台信息交互标准
Stars: ✭ 96 (-7.69%)
Mutual labels:  cross-platform
Tomboy
This is the active development for Tomboy. Tomboy is still merged to git.gnome.org
Stars: ✭ 103 (-0.96%)
Mutual labels:  cross-platform
Hprose Delphi
Hprose is a cross-language RPC. This project is Hprose 2.0 for Delphi and FreePascal
Stars: ✭ 100 (-3.85%)
Mutual labels:  cross-platform
Userpath
Cross-platform tool for adding locations to the user PATH, no elevated privileges required!
Stars: ✭ 103 (-0.96%)
Mutual labels:  cross-platform
Openpanzer
Javascript/HTML5 rewrite of Panzer General 2 game
Stars: ✭ 98 (-5.77%)
Mutual labels:  cross-platform
Cherrypy
CherryPy is a pythonic, object-oriented HTTP framework. https://docs.cherrypy.org/
Stars: ✭ 1,363 (+1210.58%)
Mutual labels:  cross-platform
Stretch
High performance flexbox implementation written in rust
Stars: ✭ 1,383 (+1229.81%)
Mutual labels:  cross-platform
Packetsender
Network utility for sending / receiving TCP, UDP, SSL
Stars: ✭ 1,349 (+1197.12%)
Mutual labels:  cross-platform
Blenderupdater
Small crossplatform Python 3 application to update Blender to the latest buildbot version
Stars: ✭ 103 (-0.96%)
Mutual labels:  cross-platform
Mln
高性能、小巧、易上手的移动跨平台开发框架. A framework for building Mobile cross-platform apps with Lua
Stars: ✭ 1,343 (+1191.35%)
Mutual labels:  cross-platform
Renderer
A shader-based software renderer written from scratch in C89
Stars: ✭ 1,366 (+1213.46%)
Mutual labels:  cross-platform
Enime
Desktop application for anime fans :D
Stars: ✭ 104 (+0%)
Mutual labels:  cross-platform
Boden
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
Stars: ✭ 1,394 (+1240.38%)
Mutual labels:  cross-platform
Flixel
Free, cross-platform 2D game engine powered by Haxe and OpenFL
Stars: ✭ 1,381 (+1227.88%)
Mutual labels:  cross-platform
	    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 [email protected]. Some documents in chinese may be found at http://www.cnblogs.com/rhcad .

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].