Qt 5.11 is an app development framework that provides a great user experience and develops full capability applications with Qt Widgets, QML, and even Qt 3D. Whether you're building GUI prototypes or fully-fledged cross-platform GUI applications with a native look and feel, Mastering Qt 5 is your fastest, easiest, and most powerful solution. This book addresses various challenges and teaches you to successfully develop cross-platform applications using the Qt framework, with the help of well-organized projects.
2021-08-12 09:23:06 4.2MB QT 5.0 C++ cross-platform
1
Brainsatplay.js Brains@Play 是用于部署大脑响应应用程序的平台。 我们平台背后的整个软件堆栈包含在这里作为Brainsatplay.js :一个开源框架,用于使用现代网络技术开发持久的大脑响应应用程序。 浏览我们的文档。 在此 Repo 中构建应用程序 克隆这个 repo 并将内容解压缩到一个文件夹。 通过命令行打开文件夹(推荐使用 VS Code,需要最新的 NodeLTS 和最新的 NPM) npm install npm start 按照为本地构建提供的 localhost(通常为 localhost:1234)的 url 进行操作。 启用热重载以通过 Parcel 进行编辑。 安装 npm install brainsatplay 用法 ES 模块 import * as brainsatplay from 'brainsatplay' 脚本标
2021-08-04 22:05:02 58.76MB cross-platform eeg bci web-bci
1
精灵表情 :man_genie: 表情精灵 什么是 Geniemoji? Geniemoji 是一款让在桌面上使用表情符号变得比以往更简单的应用程序它适用于包括 Windows、MacOS 和 Linux 在内的操作系统! 它是一个使用 Electron 构建的开源桌面应用程序它的目的是根据您的命令为您提供最相关的表情符号! 它是如何工作的? 一旦应用程序启动,Geniemoji 就会出现在您的菜单栏中 该应用程序未显示在 Dock 中或其他任何地方 您可以使用快捷键来召唤精灵表情: Control + e或按菜单栏中的图标 所有操作系统的快捷键都相同 这是 Geniemoji :man_genie: Geniemoji 存在于您的菜单栏中 :backhand_index_pointing_up: Geniemoji 起始页 :backhand_index_pointing_up: Geniemoji 表情符号搜索 :backhand_index_pointing_up: Geniemoji 表情符号搜索 :backhand_index_pointing_up: 使用应
2021-08-03 18:04:57 99.81MB electron open-source opensource cross-platform
1
<<<<<<< 头 项目 此自述文件概述了在此 Ember 应用程序上进行协作的详细信息。 这个应用程序的简短介绍可以很容易地转到这里。 先决条件 您将需要在您的计算机上正确安装以下东西。 (带有 NPM) 安装 git clone 这个仓库 切换到新目录 npm install bower install 运行/开发 ember server 在访问您的应用程序。 代码生成器 使用许多代码生成器,尝试使用ember help generate获取更多详细信息 运行测试 ember test ember test --server 建造 ember build (开发) ember build --environment production (生产) 部署 指定部署应用程序所需的条件。 进一步阅读/有用的链接 余烬-cli 开发浏览器扩展 C
2021-07-23 14:03:34 41KB JavaScript
1
Cross-Platform GUI Programming with wxWidgets
2021-07-20 14:03:22 11.55MB C++ GUI wxWidgets
1
wxWidgets必看资料,而且是中文版
2021-07-16 20:05:23 8.06MB wxWidgets 中文版
1
:rocket: 概述 Flutter插件可在您的项目中添加对Camera的支持。 CamerAwesome包括许多有用的功能,例如: :mobile_phone_with_arrow: 现场摄像机翻转(不重建后&前置摄像头之间切换)。 :high_voltage: 无需初始化,只需添加CameraAwesome小部件! :hourglass_done: 即时关注。 :camera_with_flash: 设备闪存支持。 :level_slider: 缩放。 :framed_picture: 全屏或SizedBox预览支持。 :video_game: 完整的例子。 :film_frames: 拍照(当然 :grinning_face_with_big_eyes: )。 :movie_camera: 录像(仅适用于iOS)。 :face_with_monocle: 现场例子 拍照片 :camera_with_flash: & 录视频 :movie_camera: 分辨率变化 :sunset: :open_book: 安装及使用 设定权限 iOS将它们添加到ios
2021-07-15 15:53:51 42.49MB camera cross-platform flutter mobile-development
1
Cross Platform Replay Kit : Easy Screen Recording on iOS & Android allows to easily screen record your games on Unity. It supports both iOS and Android platforms with unified and simple API. **Plugin records what ever is visible on screen** Plugin supports mobile platforms Android(Demo) (API 21 and above), iOS(11 and above - iPhone 5S or later, iPad mini 2 or later, iPod Touch 6th generation, iPad Air or later.) Our Other Top Selling Products Cross Platform Native Plugins | Cross Platform Easy Save | Cross Platform Story Kit (Instagram) | Cross Platform Snapchat Kit Important links Support | Tutorials Highlights • Unified API design. • Auto-generates Android Manifest file. • Easy API for Recording • Easily convertible from Unity's ReplayKit API • Full source code is included. Feature set • Screen Record complete screen with microphone(includes UI) • Preview Recorded Video • Single API for both iOS and Android Platforms • Get recorded file path • Save recorded video to gallery • Share recorded video Note On Android, there is no public API to record audio without microphone.The game music will be recorded through microphone only. In coming updates we allow option to add custom music instead of just microphone captured audio.
2021-07-14 14:02:20 589KB 录屏 unity 跨平台录屏
1
CSerialPort 语言: / 中文 基于C++的轻量级开源跨平台串口类库,可以轻松实现跨平台多操作系统的串口读写 Design Principles 设计原则 跨平台 简单易用 高效 Platform 平台 CSerialPort已经在以下平台做过测试: DOS ( x86_64 ) Windows ( x86_64 ) Linux ( x86_64, aarch64, mips64el, s390x, ppc64le ) macOS ( x86_64 ) Raspberry Pi ( armv7l ) FreeBSD ( x86_64 ) ... Todo List 待处理事项 Strategic Goal 战略目标 1.首先支持windows和linux平台 2.增加通用串口通信协议 3.支持热插拔 4.更高效的通知模块 5.支持其他语言,如C, C#, Python,
2021-07-11 23:06:48 1.43MB linux serial communication cpp
1
https://assetstore.unity.com/packages/tools/integration/qr-code-barcode-scanner-and-generator-cross-platform-pro-56083
2021-07-08 21:10:14 2.76MB unity3d QR QRunity3d Scanner
1