diff --git a/_posts/2025-06-05-getting-started-with-slang-reflections-api.md b/_posts/2025-06-05-getting-started-with-slang-reflections-api.md index 81b8aa06..77badd3a 100644 --- a/_posts/2025-06-05-getting-started-with-slang-reflections-api.md +++ b/_posts/2025-06-05-getting-started-with-slang-reflections-api.md @@ -10,6 +10,7 @@ image: /images/events/2025-07-slang-reflections-meetup-thumbnail.webp human_date: "🗓️ July 8, 2025" human_time: "🕜 8:00 USA PT" session_length: "⏱️ 45-60 minutes" +youtube_id: "OxOZ81N3NKw" --- We know it: many developers that are just getting started with Slang find themselves daunted by the reflection API. During this meet-up we will explain the underlying mental model for how Slang reflects shader code and show specific code examples for how to use the reflection API to access the information that developers most often need. Along the way we will call out caveats and pitfalls that we’ve seen bite developers before. diff --git a/_posts/2025-07-09-getting-started-with-slang-reflections-api.md b/_posts/2025-07-09-getting-started-with-slang-reflections-api.md new file mode 100644 index 00000000..c53e3991 --- /dev/null +++ b/_posts/2025-07-09-getting-started-with-slang-reflections-api.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Getting Started with Slang: Reflections API" +tagline: "Slang Virtual Meetup" +date: 2025-05-20 08:00:00 +0000 +categories: [ "video" ] +tags: [gaussian, splat, api] +author: "Shannon Woods" +image: "/images/events/2025-06-04-getting-started-with-slang-reflectsion-api-video.webp" +source_url: "/event/2025/06/04/getting-started-with-slang-reflections-api/" +--- diff --git a/images/events/2025-06-04-getting-started-with-slang-reflectsion-api-video.webp b/images/events/2025-06-04-getting-started-with-slang-reflectsion-api-video.webp new file mode 100644 index 00000000..4f8748ad Binary files /dev/null and b/images/events/2025-06-04-getting-started-with-slang-reflectsion-api-video.webp differ