An open API service indexing awesome lists of open source software.

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

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)