jwki.bsky.social
@jwki.bsky.social
This is me on the other thing:
x.com/jascha_wedowski

Software developer with a passion for real-time graphics, simulation and systems programming.
Previously Maxon, Keen Games, Deck13. Opinions my own etc
Reposted
Very excited to present a few interesting bits about the rendering of #DOOM: The Dark Ages together with @domlaz.bsky.social and @martinfuller.bsky.social .
If you happen to attend #GPC2025 next month, feel free to say hello!
October 20, 2025 at 11:29 AM
Reposted
How does Evolve keep scenes massive and smooth?

Jan dives into our dynamic Level of Detail system, from GPU-driven selection to real-time tweaking and ray tracing tricks.
Full deep dive 👇
www.evolvebenchmark.com/blog-posts/d...
October 8, 2025 at 6:12 PM
Reposted
New blog post: Outlining an alternative path to learn graphics programming.

themaister.net/blog/2025/10...
A case for learning GPU programming with a compute-first mindset – Maister's Graphics Adventures
themaister.net
October 5, 2025 at 12:58 PM
Reposted
New blog post! In "Billions of triangles in minutes" we'll walk through hierarchical cluster level of detail generation of, well, billions of triangles in minutes. Reposts welcome!

zeux.io/2025/09/30/b...
September 30, 2025 at 5:40 PM
Reposted
I've got a new blog post for all of you fine folks! It runs through the additions to D3D12 since it was released, and finishes up with some of the things that have changed for me personally in my code.

(And yes it's really been 10 years 👴).

therealmjp.github.io/posts/ten-ye...
Ten Years of D3D12
For those of us that have been using it from the start, it can be hard to believe that Direct3D 12 has been around for nearly ten years now. Windows 10 was released on July 29th 2015, and D3D12 has be...
therealmjp.github.io
September 8, 2025 at 12:49 AM
Judging from the lineup and responses, this year is going to be even more amazing than last year's - can't wait!
August 29, 2025 at 6:02 AM
Reposted
Only a few days till REAC is here - register, log in, and soak in all the rendering architecture goodness!

Program: enginearchitecture.org/2025.htm
Register: tinyurl.com/register4rea...

See you there!!
June 8, 2025 at 12:37 AM
Reposted
REAC 2025 talk details have been posted on the website! Register today - it's free! enginearchitecture.org/2025.htm

If you can share this message, we'd appreciate it. Thanks, and see you soon!
May 10, 2025 at 11:10 PM
Reposted
I wrote a blog post about Blender, FBX, ufbx and similar pleasures of life: "Blender FBX importer via ufbx" aras-p.info/blog/2025/05... #blender
Blender FBX importer via ufbx · Aras' website
aras-p.info
May 8, 2025 at 12:41 PM
Reposted
Honestly, forget about AI tools. The trifecta of power tools for game engine development is RenderDoc, Superluminal and Live++. Hands down the most bang for your buck you can ever get and RenderDoc in particular is criminally underpriced.
April 23, 2025 at 6:59 PM
Reposted
I wrote a blog article about D3D12 resource states.

It explains the rules around state promotion/decay and how that means a resource can be used on multiple queues at the same time (even if one queue is writing!)

danglingpointers.com/post/d3d12-r...
D3D12 Resource States Cheat Sheet - Dangling Pointers
D3D12 Resource States rules are complicated, especially around state promotion and decay, but this article is helpful summary.
danglingpointers.com
April 21, 2025 at 4:28 PM
Reposted
In today's new blog post, I try to provide some intuition and clear up some misconceptions about early Z cull behavior on desktop GPUs. Have a read if that interests you!
therealmjp.github.io/posts/to-ear...
To Early-Z, or Not To Early-Z
Depth In The Logical Rendering Pipeline Where Does Early-Z Fit In? When Does Early-Z Have To Be Disabled? Discard/Alpha Test Pixel Shader Depth Export UAVs/Storage Textures/Storage Buffers Forcing Ear...
therealmjp.github.io
April 14, 2025 at 12:52 AM
Reposted
My team is hiring. Primarily looking for a SW dev with experience in:

* DX12/DXR graphics engine development.

* Tool development.

Potentially ideal for a game dev looking to make a pivot.

Location may be negotiable.

(Ignore the AI/ML label in the title)
careers.amd.com/careers-home...
Graphics SW Performance Engineer (AI/ ML) in Folsom, California | Advanced Micro Devices, Inc
AMD | Careers Home is hiring a Graphics SW Performance Engineer (AI/ ML) in Folsom, California. Review all of the job details and apply today!
careers.amd.com
April 11, 2025 at 11:58 PM
Reposted
I have another take on “Vibe Coding”, and it doesn’t involve gen AI:

Spend time coding on a project you enjoy, following a coding methodology and style that reflects you, experimenting on things you like, without overbearing process.

That, is vibe.
March 18, 2025 at 2:11 AM
Reposted
Re-wrote my acceleration structure for neighbourhood search based on some insight from @vassvik.bsky.social and got significant speedups on large fluid simulations:) Here’s ~1/2 million particles ✨
January 10, 2025 at 1:22 PM
Reposted
RenderDoc v1.36 is now available! This version brings support for debugging DXIL shaders, as well as adding raytracing capture support to Vulkan and D3D12.

Full release notes: github.com/baldurk/rend...
Binary builds: renderdoc.org/builds
December 20, 2024 at 5:25 PM
Reposted
I'm almost done writing my STL replacement, or at least I have enough to replace almost all std:: uses in Asset Cooker.

All that's missing is Mutex, Semaphore and some specific Atomic specializations for pointers/enums. A few evenings of work?

After that I guess I'll make the github repo public 😶‍🌫️
November 25, 2024 at 1:35 PM
Reposted
RESTIR is one of those moments in computer graphics where a method is too useful to ignore, but too complex to fit in a textbook paragraph - and with time, the explanation simplifies and it becomes canon. This course by Chris Wyman is a huge effort to explain and simplify
November 20, 2024 at 3:13 PM
Reposted
Here's something I've been working on that's (hopefully) useful for others: a single-header spherical harmonics support library for HLSL 2021

github.com/TheRealMJP/S...
GitHub - TheRealMJP/SHforHLSL: SH for HLSL 2021
SH for HLSL 2021. Contribute to TheRealMJP/SHforHLSL development by creating an account on GitHub.
github.com
November 4, 2024 at 2:20 AM