From 3c473a4bc0173619dae581ba918d3b1774389254 Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Thu, 2 May 2024 13:44:08 -0700 Subject: [PATCH] Add Particles --- contents.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index f8d40c08..aca01935 100644 --- a/contents.json +++ b/contents.json @@ -31466,6 +31466,24 @@ "license": "other", "date_added": "May 1 2024", "suggested_by": "@dkhamsing" - } + }, + { + "title": "Particles", + "description": "Simulating particles", + "category-ids": [ + "apple-vision" + ], + "tags": [ + "vision", + "visionos" + ], + "screenshots": [ + "https://github.com/dkhamsing/open-source-ios-apps/assets/4723115/9e5f5460-14c6-4af3-9166-61831187737c" + ], + "source": "https://developer.apple.com/documentation/realitykit/simulating-particles-in-your-visionos-app", + "license": "other", + "date_added": "May 2 2024", + "suggested_by": "@dkhamsing" + } ] }