-
Notifications
You must be signed in to change notification settings - Fork 23
Add working draft of SIGGRAPH roundup blog post #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
95e0eed
ebf7342
71d5832
be898b2
dcf7126
dfa0070
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| --- | ||
| layout: post | ||
| title: "SIGGRAPH 2025 Materials Now Available: Recordings and Resources from Our Events" | ||
| date: 2025-10-03 17:00:00 | ||
| categories: [ "blog" ] | ||
| tags: [slang, siggraph, events] | ||
| author: "Shannon Woods, NVIDIA, Slang Working Group Chair" | ||
| image: /images/posts/neuralshading-thumbnail.webp | ||
| human_date: "October 3, 2025" | ||
| --- | ||
|
|
||
| Recordings and materials from all three of our SIGGRAPH 2025 sessions are now available! Whether you missed the events or want to revisit the content, you can now access everything from our hands-on lab, Birds of a Feather session, and neural shading course. | ||
|
|
||
| ### Hands-On Class: Introduction to Slang | ||
|
|
||
| Our hands-on lab covered everything from language fundamentals to advanced features like modules, generics, and automatic differentiation. You can now work through the entire session at your own pace. | ||
|
|
||
| Download the lab materials and walk through the examples on your own computer here: | ||
| [Lab Materials](https://developer.download.nvidia.com/ProGraphics/nvpro-samples/SlangLab/Lab.zip) | ||
| [Lab Slides](https://developer.download.nvidia.com/ProGraphics/nvpro-samples/SlangLab/Slides.pdf) | ||
|
|
||
| ### Birds of a Feather: Developing with Slang | ||
|
|
||
| Our Birds of a Feather session covered the latest developments, language roadmap, and featured discussions with developers using Slang in production. | ||
|
|
||
| [Presentation Materials](https://www.khronos.org/assets/uploads/developers/presentations/Slang_BOF_SIGGRAPH_2025.pdf) | ||
| [Recording](https://www.youtube.com/watch?v=Y7uBfTxFnnA) | ||
|
||
|
|
||
| ### Neural Shading Course | ||
|
|
||
| Our intensive course on neural shading techniques provides a deep dive into the cutting edge of graphics programming, showing how to implement neural networks in Slang while leveraging automatic differentiation and modern GPU capabilities. | ||
|
|
||
| You can find the slides for this course, along with all example code in our repository, or watch the recordings: | ||
|
|
||
| [Neural Shading Course Materials](https://github.com/shader-slang/neural-shading-s25) | ||
| [Course Recordings](https://youtube.com/playlist?list=PLPTS9gmXL0u_BA3bG67IYQHgrMl48Xml3&si=-b5OVpGnqywCvfHA) | ||
|
|
||
| These materials provide comprehensive coverage of modern shader programming with Slang, from basic concepts to advanced techniques. Whether you're new to Slang or looking to expand your skills, these resources offer valuable insights into the future of shader development. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is probably fine but I found it a little strange that the URL is under "nvpro-samples".