Skip to content

Commit

Permalink
small tweaks and adding eddy's AR example
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlauer committed Feb 1, 2019
1 parent a8c2446 commit e869857
Show file tree
Hide file tree
Showing 46 changed files with 3,345 additions and 9 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The Plum UI Kit is a "kitchen sink" [NativeScript](https://www.nativescript.org/) app that mimics common app scenarios for easy copy-and-paste-ability. Based on the [Plum UI Kit on Uplabs](https://www.uplabs.com/posts/plum-ios-ui-kit-kit) (hey! support the author and buy a license!), you can easily clone this app and use whatever pieces of it you desire.

> **NOTE:** This app has only been tested on iOS! Android coming soon...
## NativeScript Plugins

Plum uses the following NativeScript plugins (find them all at [market.nativescript.org](https://market.nativescript.org)):
Expand All @@ -17,6 +19,8 @@ Plum uses the following NativeScript plugins (find them all at [market.nativescr
- nativescript-ui-listview
- nativescript-ui-sidedrawer
- nativescript-cardview
- nativescript-ar
- nativescript-flashlight

## License

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"info": {
"version": 1,
"author": "xcode"
},
"resources": [
{
"filename": "nativescript nl.arreferenceimage"
},
{
"filename": "nativescripting.arreferenceimage"
},
{
"filename": "nativescripting alt.arreferenceimage"
},
{
"filename": "ship.arreferenceimage"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "hertogjan.jpg"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"width" : 4
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "latrappe.jpg"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"width" : 4
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "nativescript-nl.jpg"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"width" : 4
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "nativescripting alt.jpg"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"width" : 4
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "nativescripting.jpg"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"width" : 4
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "ship.jpg"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"width" : 0.20000000000000001
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
142 changes: 142 additions & 0 deletions app/App_Resources/iOS/Models.scnassets/Ball.dae

Large diffs are not rendered by default.

Loading

0 comments on commit e869857

Please sign in to comment.