Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erichocean/blossom
Blossom is an iOS-style user interface framework for the web (JavaScript views, <canvas> rendering, and implicit animation).
https://github.com/erichocean/blossom
Last synced: 3 months ago
JSON representation
Blossom is an iOS-style user interface framework for the web (JavaScript views, <canvas> rendering, and implicit animation).
- Host: GitHub
- URL: https://github.com/erichocean/blossom
- Owner: erichocean
- License: other
- Archived: true
- Created: 2012-01-20T10:48:56.000Z (almost 13 years ago)
- Default Branch: 1.0
- Last Pushed: 2013-08-18T16:07:01.000Z (over 11 years ago)
- Last Synced: 2024-06-22T22:03:57.614Z (6 months ago)
- Language: JavaScript
- Homepage: http://fohr.github.io/blossom/
- Size: 10.8 MB
- Stars: 211
- Watchers: 9
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About Blossom
-------------Designed specifically for tablets and mobile browsers, Blossom extends the
reach of traditional SproutCore applications to these resource-constrained
environments by re-architecting the view layer to be HTML and CSS-independent.Blossom is especially well-suited to data-driven, business-type applications.
Blossom also extends the kinds of apps that can be written in JavaScript by
implementing an easy-to-use, high-performance animation subsystem that
leverages hardware acceleration on the GPU whenever possible. The API is
roughly based on Apple's Core Animation framework, and provides similar
capabilities in modern web browsers.Blossom's developer tools run on Node.js with an MIT license, and Blossom
itself is licensed under the GPLv3.If you are interested in using Blossom as the basis for your own business
application shell, please contact Lauren Ocean at [email protected].-----
Blossom was conceived and written by Erich Ocean at Fohr ,
and is based on the SproutCore version 1.4.5 release.