Graphics Programming weekly - Issue 430 - March 1st, 2026 www.jendrikillner.com/post/graphic...
@hellcatpnext
- MSc in Graphics Programming @ Charles University - Looking for remote (or Prague based) internship/job π§πͺinπ¨πΏ Portfolio: https://xanderbertenportfolio.wordpress.com/ Blog: https://xanderbert.github.io/
Graphics Programming weekly - Issue 430 - March 1st, 2026 www.jendrikillner.com/post/graphic...
Really cool stuff!
Real-time Rendering with a Neural Irradiance Volume
Delivering fast inference (~1ms/frame), a tiny memory footprint (1-5MB), 10x quality gains over probe-based methods @ equivalent mem budgets, bringing neural rendering within reach of consumer hardware without RT or denoising.
arnocoomans.be/eg2026
Temporal
non-Temporal
Today i added Temporal Accumulation in my GTAO Implementation.
I used Interleaved Gradient Noise as a low discrepancy noise.
I could practically halve the render time, while still having better results.
Here is a comparison with and without:
it's with 2 hemisphere slices and 4 samples each.
Graphics Programming weekly - Issue 428 - February 15th, 2026 www.jendrikillner.com/post/graphic...
Looking for a basic @vulkan.org #Vulkan descriptor heap example? I've got you covered: github.com/SaschaWillem...
Cornell box rendered by ray tracing using the pinhole camera model and the camera model with radial distortion - a comparison.
Want to build your own ray tracer or path tracer on AMD GPUs? Our #Raytracing using #HIP paper covers:
π The essential math
π Camera setup, intersections, NEE, BVH
π How to accelerate everything with HIPRT
Find it with our papers: gpuopen.com/learn/public...
30MB PDF: gpuopen.com/download/202...
I recently read this paper. Interesting idea to use infrared to decompose the lighting terms.
ieeexplore.ieee.org/stamp/stamp....
Graphics Programming weekly - Issue 424 - January 18th, 2026 www.jendrikillner.com/post/graphic...
Graphics Programming weekly - Issue 423 - January 11th, 2026 www.jendrikillner.com/post/graphic...
Anddd We have NEE and MIS implemented
Graphics Programming weekly - Issue 422 - January 4th, 2025 www.jendrikillner.com/post/graphic...
I just released my video about the engine (and game) I've been working on.
The engine is based on dynamic SDFs, and the video describes how it works and what it makes possible.
Link in the reply!
This is my first YouTube video and it took forever - please repost!
GPC 2025 slides are now up! graphicsprogrammingconference.com/archive/2025/
#SIGGRAPH2025 Advances in Real-Time Rendering in Games course talk recording of "MEGALIGHTS: STOCHASTIC DIRECT LIGHTING IN UNREAL ENGINE 5" by @knarkowicz.bsky.socialβ¬
and @tiagocostav.bsky.social⬠from @epicgames.alt.store.ap.brid.gy is now online: youtu.be/dmmN8_c8Tb0?... Enjoy!
-- JOB SEARCH POST/RT APPRECIATED --
Hello everyone!
I am available for work (full time position/internship) anywhere in the world with priority going to the EU, starting June 2026. π§΅
My "No Graphics API" blog post is live! Please repost :)
www.sebastianaaltonen.com/blog/no-grap...
I spend 1.5 years doing this. Full rewrite last summer and another partial rewrite last month. As Hemingway said: "First draft of everything is always shit".
What a awesome read!!!!
Ke-Sen Huang has a large batch of SIGGRAPH Asia papers today:
www.realtimerendering.com/kesen/siga20...
Among them: "ReSTIR PG: Path Guiding with Spatiotemporally Resampled Paths" by Zeng et al., which describes a *real-time* framework combining ReSTIR PT and path guiding.
Experimenting with this look for the fractals.
It's GDS Prague Game Jam!
Game Jam progress :)))
C++ code that emits an OBJ file filled with points from voxel edge/SDF intersections.
A collection of vertices in OBJ plaintext format.
A sphere of vertices in Blender.
Dirty gamedev secret: sometimes instead of building proper debug visualizations I just dump the information to OBJ and use Blender to visualize it π
But now at least I know my SDF dual contouring is working
I saw some really interesting talks today!
Ive learned a ton about how virtual lights can improve indoor rendering and what the pitfalls are.
This is a great article about ReGIR / World-Space ReSTIR with nice improvements by Tom Clabault:
tomclabault.github.io/blog/2025/re...
Implemented whitted-style ray tracing with wavelength-dependent IOR today
My talk about ray-tracing is out!
youtu.be/CGR1gu2KW2s?...
Here I try to explain it in simple terms, while giving some historical context as well.
There is also a quick RTAO implementation with the worst denoise ever here:
github.com/JorenJoestar...
feedback is more than welcome!
New blog post! Behind the scenes of some of the techniques involved in making our last PC demo π« gboisse.github.io/posts/this-i...
Bonus post to end the week: If you are a graphics programmer do yourself a favor and get a MIDI board. It makes the work way more tactile and fun. Full props to Matt and @aaronmjacobs.com for getting me on the MIDI train. :)
RayTraced AO π