Difference between revisions of "New JavaScript framework"

From WebOS-Ports
Jump to navigation Jump to search
(→‎Candidates: Polymer)
m (→‎Candidates: source for Ember demo)
Line 36: Line 36:
  
 
[https://ember-demo.surge.sh/ Ember]
 
[https://ember-demo.surge.sh/ Ember]
 +
[https://github.com/DougReeder/beta-list source code]
  
 
[https://luneos-list.firebaseapp.com/ Polymer]
 
[https://luneos-list.firebaseapp.com/ Polymer]

Revision as of 12:53, 18 May 2017

Required Framework Characteristics

  • Emphasizes development of large, sophisticated apps
  • Responsive, touch-friendly widgets
  • Widget creation is quick on current mobile hardware (for transitions)
  • Supports 60 fps animation on current mobile hardware
  • Will continue to be maintained if one major corporate backer changes direction


Candidate demo apps

Demos apps need to show the "feel" of webOS (but not the look, at this point). Specifically:

  • a single app is usable on both phone- and tablet-sized screens
  • a layout widget [or CSS & JS] to organize multiple panes, like Enyo Panels, but possibly behaving differently
  • a list with 500 items (data can be mocked)
  • whose items can be swiped left or right
  • and whose items can be rearranged by dragging [not absolutely required]

For a demo of Enyo Panels, see http://enyojs.com/sampler/latest/layout/index.html#PanelsSample , particularly the CollapsingArranger.

Perhaps the app that best demonstrates the look and feel of LuneOS is Contacts, which can be seen on the web at https://hominidsoftware.com/Contacts/ (Use the escape key in place of the back gesture, and compare the layout on phone-size vs. tablet-size windows.)

To submit, make your demo visible from a public URL and post the link to the luneos-dev mailing list (or ask a friend on the list): http://lists.webos-ports.org/mailman/listinfo/luneos-dev

Candidates

Angular 2

Ember source code

Polymer