From 9c60477716c3877546870108779918466c1506f6 Mon Sep 17 00:00:00 2001 From: Shuichi Tsutsumi Date: Wed, 19 Sep 2018 21:11:04 +0900 Subject: [PATCH] Add iOS-Depth-Sampler by @shu223 (#670) --- contents.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/contents.json b/contents.json index 8f29b878..ba35d879 100644 --- a/contents.json +++ b/contents.json @@ -17076,6 +17076,24 @@ ], "date_added": "Sep 4 2018", "suggested_by": "@riley-usagi" + }, + { + "title": "iOS-Depth-Sampler", + "category-ids": ["photo"], + "description": "A collection of code examples for Depth APIs", + "source": "https://github.com/shu223/iOS-Depth-Sampler", + "lang": "swift", + "license": "mit", + "stars": 1, + "tags": ["swift"], + "screenshots": [ + "https://github.com/shu223/iOS-Depth-Sampler/blob/master/README_resources/3d.gif?raw=true", + "https://github.com/shu223/iOS-Depth-Sampler/blob/master/README_resources/portraitmatte.gif?raw=true", + "https://github.com/shu223/iOS-Depth-Sampler/blob/master/README_resources/arkit-depth.gif?raw=true", + "https://github.com/shu223/iOS-Depth-Sampler/blob/master/README_resources/depth_1.gif?raw=true" + ], + "date_added": "Sep 19 2018", + "suggested_by": "@shu223" } ] }