https://github.com/simplex-chat/cpp-for-mobile
Template for cross-platform mobile app with native UIs and C++ core
https://github.com/simplex-chat/cpp-for-mobile
Last synced: 11 months ago
JSON representation
Template for cross-platform mobile app with native UIs and C++ core
- Host: GitHub
- URL: https://github.com/simplex-chat/cpp-for-mobile
- Owner: simplex-chat
- License: mit
- Created: 2021-12-03T09:49:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T09:53:38.000Z (over 4 years ago)
- Last Synced: 2025-04-06T14:43:21.605Z (12 months ago)
- Language: Swift
- Size: 15.9 MB
- Stars: 17
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Template for cross-platform mobile app with native UIs and C++ core
## Structure
- [packages/chat](https://github.com/simplex-chat/cpp-for-mobile/tree/master/packages/chat) - C++ core
- [packages/ios](https://github.com/simplex-chat/cpp-for-mobile/tree/master/packages/ios) - iOS app connected to core via C header
- [packages/android](https://github.com/simplex-chat/cpp-for-mobile/tree/master/packages/ios) - Android app connected to core via JNI bridge
## License
[MIT](./LICENSE)