====== Feathers Community Extensions ====== Various members of the community have contributed the following extensions or components using Feathers. ===== Themes ===== ==== Cloud Mobile Theme ==== Open source theme created by [[https://github.com/caiocanalli|caiocanalli]]. Includes full source code and assets. * [[https://github.com/caiocanalli/CloudMobileTheme|Cloud Mobile Theme]] ==== Flat Theme ==== Commercial theme created by [[http://flashdaily.net|FlashDaily]]. Includes full source code, a sliced PSD, and an online demo to preview the theme in action. * [[http://feathers.flashdaily.net/flat/|Flat Theme]] ==== Halloween Mobile Theme ==== Open source theme created by [[https://github.com/caiocanalli|caiocanalli]]. Includes full source code and assets. * [[https://github.com/caiocanalli/HalloweenMobileTheme|Halloween Mobile Theme]] ==== Material Design Themes ==== Open-source themes created by [[https://marpies.com/|Marcel Piestansky]] based on Google's [[https://www.google.com/design/spec/material-design/introduction.html|Material Design]]. Includes full source code and assets. * [[https://github.com/marpies/material-deep-grey-amber|Material Deep Grey Amber Theme]] * [[https://github.com/marpies/material-grey-cyan|Material Grey Cyan Theme]] * [[https://github.com/marpies/material-deep-purple-red|Material Deep Purple Red Theme]] * [[https://github.com/marpies/material-blue-yellow|Material Blue Yellow Theme]] * [[https://github.com/marpies/material-cyan-lime|Material Cyan Lime Theme]] * [[https://github.com/marpies/material-indigo-pink|Material Indigo Pink Theme]] ==== RGB Theme ==== Commercial theme created by [[http://flashdaily.net|FlashDaily]]. Includes full source code, a sliced PSD, and an online demo to preview the theme in action. * [[http://feathers.flashdaily.net/rgbtheme/|RGB Theme]] ==== Uniflat Theme ==== Open-source theme created by [[https://marpies.com/|Marcel Piestansky]]. Includes full source code and assets. * [[https://github.com/marpies/uniflat-theme|Uniflat Theme]] ===== Components and Libraries ===== ==== FadeImageSkin by Marcel Piestansky ==== Similar to feathers.skins.ImageSkin, this skin animates between different textures. * [[https://github.com/marpies/feathers-fadeimageskin|feathers-fadeimageskin on Github]] ==== Feathers Extension Canvas by pol2095 ==== This project add a Canvas component to Feathers UI : * **Canvas** control supports basic vector drawing functionality. * [[https://github.com/pol2095/Feathers-Extension-Canvas|Feathers Extension Canvas]] ==== Feathers Extension CircleProgress by pol2095 ==== This project add a CircleProgress component to Feathers UI : * **CircleProgress** control displays the progress of a task over time. * [[https://github.com/pol2095/Feathers-Extension-CircleProgress|Feathers Extension CircleProgress]] ==== Feathers Extension ColorPicker by pol2095 ==== This project add a ColorPicker component to Feathers UI : * **ColorPicker** control provides a way for a user to choose a color from a spectrum. * [[http://pol2095.free.fr/Feathers-Extension-ColorPicker/|Feathers Extension ColorPicker]] ==== Feathers Extension DataGrid by pol2095 ==== This project add a DataGrid component to Feathers UI : * **DataGrid** control displays a row of column headings above a scrollable grid. The grid is arranged as a collection of individual cells arranged in rows and columns. The DataGrid control is designed to support smooth scrolling through large numbers of rows and columns. * [[http://pol2095.free.fr/Feathers-Extension-DataGrid/|Feathers Extension DataGrid]] ==== Feathers Extension PinchingControl by pol2095 ==== This project add a PinchingControl to Feathers UI : * **PinchingControl** that allows a pinch to zoom mechanic using the multitouch inputs of a mobile device. * [[https://github.com/pol2095/Feathers-Extension-PinchingControl|Feathers Extension PinchingControl]] ==== Feathers Extension Tabbed Application by pol2095 ==== This project adds two components to Feathers UI : * **ViewNavigatorApplication** adds persitence manager and swipe views (or screens to navigate in the history of views) to feathers.controls.StackScreenNavigator. * **TabbedViewNavigatorApplication** allows persitence manager, swipe views or swipe navigators and drag tabs. * [[http://pol2095.free.fr/Feathers-Extension-Tabbed-Application/|Feathers Extension Tabbed Application]] ==== Feathers Extension Toaster by pol2095 ==== This project add a Toaster component to Feathers UI : * **Toaster** provides simple feedback about an operation in a small popup. * [[https://github.com/pol2095/Feathers-Extension-Toaster|Feathers Extension Toaster]] ==== Feathers Extension Tree by pol2095 ==== This project add a Tree component to Feathers UI : * **Tree** control lets a user view hierarchical data arranged as an expandable tree. Each item in a tree can be a leaf or a branch. A leaf item is an end point in the tree. A branch item can contain leaf or branch items, or it can be empty. * [[http://pol2095.free.fr/Feathers-Extension-Tree/|Feathers Extension Tree]] ==== Logi by justpinegames ==== HUD/Console logging library * [[https://github.com/justpinegames/Logi|Logi on Github]] ==== PullToRefresh by duckleg ==== This library aims to provide a reusable Pull to Refresh widget for Adobe AIR mobile. It was based on Starling Framework. The inherited component is allowed to display a "loading" busy indicator at the top of the list and dispatch a event. * [[https://github.com/duckleg/PullToRefresh|PullToRefresh on Github]] * [[https://sites.google.com/site/ducklegflash/pulltorefresh/example01|Demo]] ==== SoftKeyboard by Jean-Philippe Côté ==== SoftKeyboard is an on-screen virtual keyboard library. It is fully configurable and can be skinned in the standard way through your Feathers theme. * [[http://cote.cc/projects/softkeyboard|SoftKeyboard Component Page]] * [[http://cote.cc/w/wp-content/uploads/projects/softkeyboard/doc|SoftKeyboard API documentation]]