https://github.com/jaredly/fluid
https://github.com/jaredly/fluid
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaredly/fluid
- Owner: jaredly
- Created: 2018-10-12T00:05:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T14:15:20.000Z (about 7 years ago)
- Last Synced: 2025-03-29T08:05:15.771Z (about 1 year ago)
- Language: OCaml
- Size: 674 KB
- Stars: 109
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Fluid
- cross-platform (js & macos native so far)
- animation-focused (trying to make a pit of success for UI animations & gestures)
- react-inspired (we've got hooks & jsx)
**Stability level:** not at all
## Trying the js demo:
```
$ npm install
$ npm run build
$ open index.html # to view it in your browser
$ npm run pack # this starts the packager
```
Then edit `src/js/App.re` to see things change.

## Trying the native demo:
Macos only at the moment
```
$ npm run native
$ ./lib/bs/native/appnative.native
```
