jaredly / fluid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

js screenshot

Trying the native demo:

Macos only at the moment

$ npm run native
$ ./lib/bs/native/appnative.native

macos screenshot

About


Languages

Language:OCaml 67.4%Language:C 29.0%Language:JavaScript 1.7%Language:Objective-C 1.6%Language:HTML 0.2%Language:Shell 0.1%