Skip to content

Commit

Permalink
updated readme and bumped version because of code changes in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxfrazer committed Dec 19, 2018
1 parent bc5784b commit bb8db55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ARKit-SCNPath

Navigation seems to be a strong point for people making AR apps. So here's a class to easily create a path in AR along a set of centre points.
Navigation seems to be a strong point for people making AR apps. So here's a class to easily create a path in AR along a set of centre points. This class can also be used to draw out a racetrack, road for an animated character to follow, or even draw a pentagram on the floor!

I'll be releasing a full tutorial shortly after Xmas on my [Medum page](https://medium.com/@maxxfrazer) on how I made the examples in the below gifs using this Pod and about 30 lines of non boilerplate code.

Expand Down
2 changes: 1 addition & 1 deletion SCNPath.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "SCNPath"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "SCNPath lets you create paths for any purpose in AR."
s.description = <<-DESC
SCNPath lets you create a path from just centre points on the path you want to draw.
Expand Down

0 comments on commit bb8db55

Please sign in to comment.