An open API service indexing awesome lists of open source software.

https://github.com/mg-rast/retinademo

demonstration widgets of the Retina framework
https://github.com/mg-rast/retinademo

Last synced: 15 days ago
JSON representation

demonstration widgets of the Retina framework

Awesome Lists containing this project

README

          

RetinaDemo

The RetinaDemo repository holds demonstration widgets and rendereres implemented with the Retina framework. Standalone applications should go into their own repository. General use widgets and renderers should be placed into the base Retina repository.

Setup

To use, fork this repository and clone to your desktop. The module contains the Retina repository as a submodule. Once you cloned your fork you must do:


> git submodule init
> git submodule update --remote

That will get you the latest Retina code. To view the available widgets and renderers, open index.html in your web-browser.