Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jasonCodesAway/XamJam
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonCodesAway committed Oct 1, 2016
2 parents 5b05aaf + 8f5093c commit 41f5974
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@

| Component | Stability | Description | Nuget |
| :--- | :--- | :--- | :--- |
| [Screen](https://github.com/jasonCodesAway/XamJam/tree/master/XamJam.Screen) | beta | Screen size getter | [Xam.Plugins.XamJam.Screen](https://www.nuget.org/packages/Xam.Plugins.XamJam.Screen)
| [BugHound](https://github.com/jasonCodesAway/XamJam/tree/master/XamJam.BugHound) | beta | Type & task-based logging, exception reporting, and (coming soon) runtime log-platform-aware bug reporter and performance monitor | [Xam.Plugins.XamJam.BugHound](https://www.nuget.org/packages/Xam.Plugins.XamJam.BugHound)
| [Screen](XamJam.Screen) | beta | Screen size getter | [Xam.Plugins.XamJam.Screen](https://www.nuget.org/packages/Xam.Plugins.XamJam.Screen)
| [BugHound](XamJam.BugHound) | beta | Type & task-based logging, exception reporting, and (coming soon) runtime log-platform-aware bug reporter and performance monitor | [Xam.Plugins.XamJam.BugHound](https://www.nuget.org/packages/Xam.Plugins.XamJam.BugHound)
| Nav<sup>1</sup> | alpha | ViewModel-based navigation between Root, Navigation, and TabbedPages | [Xam.Plugins.XamJam.Nav](https://www.nuget.org/packages/Xam.Plugins.XamJam.Nav)
| [Wall](XamJam.Wall)<sup>1,2</sup> | alpha | A paged and scrollable wall of images that allows the image size to be intelligently determined based on screen size | [Xam.Plugins.XamJam.Wall](https://www.nuget.org/packages/Xam.Plugins.XamJam.Wall)
| Ratings<sup>1,2,3</sup> | pre-alpha | A 5-star ratings control with 1/2 star increments. | Coming Soon
| PicSelector<sup>1,2</sup> | pre-alpha | A full blown image crop widget! Also a full screen photo viewer with swipe support | Coming Soon
| Pic<sup>1</sup> | pre-alpha | An image loading library | Coming Soon

<sup>1</sup> Requires [Xamarin Forms](https://www.nuget.org/packages/Xamarin.Forms/)

<sup>2</sup> Requires [MR.Gestures](http://www.mrgestures.com) - Highly recommended library, first-class code and documentation, currently only 10 euros per license. (I'm not affiliated with them in anyway)
<sup>3/sup> Requires XamSvg, which used to cost $100 USD but has been raised to a exceedingly high $300. I want to get rid of this dependency, but its so helpful.

<sup>3</sup> Requires XamSvg, which used to cost $100 USD but has been raised to a exceedingly high $300. I want to get rid of this dependency, but it does make working with SVGs across all platforms stupid easy.

0 comments on commit 41f5974

Please sign in to comment.