https://github.com/fuse-open/fuse-sdk
Build beautiful, high-performance iOS and Android apps with a single codebase
https://github.com/fuse-open/fuse-sdk
android fuse ios sdk
Last synced: about 1 year ago
JSON representation
Build beautiful, high-performance iOS and Android apps with a single codebase
- Host: GitHub
- URL: https://github.com/fuse-open/fuse-sdk
- Owner: fuse-open
- License: mit
- Created: 2019-06-30T18:23:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T12:53:17.000Z (over 2 years ago)
- Last Synced: 2024-10-29T22:37:23.060Z (over 1 year ago)
- Topics: android, fuse, ios, sdk
- Language: JavaScript
- Homepage: https://fuseopen.com
- Size: 163 KB
- Stars: 27
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Build beautiful, high-performance iOS and Android apps with a single codebase.
---
---
Fuse SDK is a set of open-source tools and libraries for cross-platform mobile app development.
Build user interfaces using the easy to learn [UX markup language](https://fuseopen.com/docs/ux-markup/ux-markup.html), and add [JavaScript or TypeScript](https://fuseopen.com/docs/fusejs/fusejs.html) for business logic. UX markup is a declarative, XML based language for expressing user interfaces, layout, effects and motion, where animation is a first class citizen, and where you can easily produce advanced visuals and user interfaces.
Access lower level features via the very powerful [Uno programming language](https://fuseopen.com/docs/uno/uno-lang). This is a modern, C#-like language where you can seamlessly access any native API in Java, Objective-C and C/C++, implement new Fuse components, or just write some superfast code. Uno is optimized for performance and portability, compiles down to native C++, and is one of the fastest and most versatile programming languages around. The UI-engine and most run-time features in Fuse are implemented in Uno.
For rapid development, you can even build and test apps directly on your development machine. Fuse apps run on Linux, Mac and Windows, in addition to Android and iOS.
There's also a visual tool suite called [fuse X](https://fuse-x.com), based on Fuse SDK, offering powerful app creation tools, realtime preview (hot reload) and more, available for macOS and Windows.
## Install
```shell
npm install fuse-sdk
```
This will install Fuse SDK, including [`uno`](https://github.com/fuse-open/uno) and [a set of libraries](https://github.com/fuse-open/fuselibs) used to build [Fuse](https://fuseopen.com) apps.
### Beta releases
We are currently working on [`beta-3.0`](https://github.com/fuse-open/fuse-sdk/tree/beta-3.0). Releases made from this branch are tagged `@beta` on NPM.
## Usage
Please refer to the following links for information about using Fuse SDK.
* A quick introduction to using Fuse SDK can be found in [this blog post](https://medium.com/@mortendanielfornes/introducing-fuse-sdk-890180044c13).
* Check out the [official documentation](https://fuseopen.com/docs), [examples](https://fuseopen.com/examples/) and [source code](https://github.com/fuse-open).
* Come chat with us on [Slack](https://fusecommunity.slack.com/) and join the [forums](https://forums.fusetools.com/).
* The old, but still useful [YouTube playlist](https://www.youtube.com/playlist?list=PLdlqWm6b-XALJgM3fGa4q95Yipsgb8Q1o).
## Contributors
### Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]

### Financial Contributors
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/fuse-open/contribute)]
#### Individuals
#### Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/fuse-open/contribute)]



