All Projects → rhcad → X3py

rhcad / X3py

C++ Plugin Framework that can integrate with QT, Python, Java or C#.

Projects that are alternatives of or similar to X3py

Gwork
Skinnable GUI with useful widget collection. Fork of GWEN.
Stars: ✭ 179 (-8.21%)
Mutual labels:  cross-platform
Fyne
Cross platform GUI in Go inspired by Material Design
Stars: ✭ 15,142 (+7665.13%)
Mutual labels:  cross-platform
Swift
Swift XMPP client and Swiften XMPP library
Stars: ✭ 190 (-2.56%)
Mutual labels:  cross-platform
Wmail
The missing desktop client for Gmail & Google Inbox
Stars: ✭ 2,093 (+973.33%)
Mutual labels:  cross-platform
Dspdfviewer
Dual-Screen PDF Viewer for latex-beamer
Stars: ✭ 184 (-5.64%)
Mutual labels:  cross-platform
Camera awesome
A flutter plugin to handle Android / iOS camera
Stars: ✭ 186 (-4.62%)
Mutual labels:  cross-platform
Akavache
An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires.
Stars: ✭ 2,185 (+1020.51%)
Mutual labels:  cross-platform
Timemory
Modular C++ Toolkit for Performance Analysis and Logging. Profiling API and Tools for C, C++, CUDA, Fortran, and Python. The C++ template API is essentially a framework to creating tools: it is designed to provide a unifying interface for recording various performance measurements alongside data logging and interfaces to other tools.
Stars: ✭ 192 (-1.54%)
Mutual labels:  cross-platform
Sharik
Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot
Stars: ✭ 185 (-5.13%)
Mutual labels:  cross-platform
Fishengine
Simple, Unity-like Game Engine.
Stars: ✭ 191 (-2.05%)
Mutual labels:  cross-platform
Skiasharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Stars: ✭ 2,493 (+1178.46%)
Mutual labels:  cross-platform
Si4735
SI4735 Library for Arduino
Stars: ✭ 182 (-6.67%)
Mutual labels:  cross-platform
Youi
Next generation user interface and application development in Scala and Scala.js for web, mobile, and desktop.
Stars: ✭ 186 (-4.62%)
Mutual labels:  cross-platform
Sudoku Android
Sudoku sample app for Android, Web and iOS using Koltin/JVM + Kotlin/JS + Kotlin/Native
Stars: ✭ 179 (-8.21%)
Mutual labels:  cross-platform
Hello Weex
hello-weex包括一个Weex App(GitHub第三方App),和自己扩展的WeexiOSKit(iOS上的常用组件与模块)。
Stars: ✭ 193 (-1.03%)
Mutual labels:  cross-platform
Robot
Native cross-platform system automation
Stars: ✭ 178 (-8.72%)
Mutual labels:  cross-platform
Minecraft World Downloader
Download Minecraft worlds, extend server's render distance
Stars: ✭ 187 (-4.1%)
Mutual labels:  cross-platform
Penguin Subtitle Player
An open-source, cross-platform standalone subtitle player
Stars: ✭ 194 (-0.51%)
Mutual labels:  cross-platform
Svelte Nodegui
Build performant, native and cross-platform desktop applications with native Svelte + powerful CSS-like styling.🚀
Stars: ✭ 2,598 (+1232.31%)
Mutual labels:  cross-platform
Spotlightify
The Spotify overlay controller
Stars: ✭ 190 (-2.56%)
Mutual labels:  cross-platform
     x3py - C++ Plugin Framework
    https://github.com/rhcad/x3py

x3py is designed as a lightweight plugin-framework that uses C++ and STL. It can integrate with languages including Python, Perl, Java or C# by using SWIG. x3py can be used to easily develop plugins and applications for multiple platforms.

For MSWindows installation notes, see INSTALL-win.txt . For Linux, Mac OS X or other systems, see INSTALL-unix.txt .

FAQ and other hints may be found on the Wiki: https://github.com/rhcad/x3py/wiki

Discussion and suggestions are welcome. You may commit issues on the site: https://github.com/rhcad/x3py/issues

Email to the current maintainers may be sent to [email protected]. Some documents in chinese may be found at http://www.cnblogs.com/rhcad .

Open-source license: Apache License V2.0 You may copy, distribute, and modify it under the terms of the License.


x3py:可与Python等集成的轻量级C++插件框架

此框架使用了少部分STL,没有使用MFC、ATL、COM。 x3py 通过使用 SWIG,可与 Python 等语言进行集成(当然可以单独使用C++)。 使用此框架可以快速开发出更多的插件和应用软件,此框架已在 Windows/Linux/MacOSX 上测试过。

要在 Windows 上编译和运行,请参考 INSTALL-win.txt 要在 Linux、Mac OS X 或其他操作系统上编译和运行,请参考 INSTALL-unix.txt

更多文档和常见问题的说明可在下列网站查阅: https://github.com/rhcad/x3py/wiki

如果没找到,可以在此提出问题: https://github.com/rhcad/x3py/issues

或者与作者联系: [email protected] http://www.cnblogs.com/rhcad (博客)

开源协议为 Apache License V2.0,你可修改和再分发,但需要保留来源和作者信息。 欢迎使用(可免费用于商业软件),谢谢。

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].