I appreciate the kind words!!! I really enjoyed hanging out with you and the jangafx team!!! Y'all are absolutely wizards π§ββοΈπ§ββοΈπ§ββοΈπ§ββοΈ
13.08.2025 03:40 β π 1 π 0 π¬ 0 π 0@tearsofjake.bsky.social
#1 Houdini artist west of the Mississippi.
I appreciate the kind words!!! I really enjoyed hanging out with you and the jangafx team!!! Y'all are absolutely wizards π§ββοΈπ§ββοΈπ§ββοΈπ§ββοΈ
13.08.2025 03:40 β π 1 π 0 π¬ 0 π 0At 10am this morning at SIGGRAPH, my teammate Nathan Zeichner will be presenting our talk about a texture streaming system for Ptex on the GPU that we built for our in-house interactive pre-viz GPU path tracer; the talk is by Nathan, Mark Lee, and me.
s2025.conference-schedule.org/presentation...
The github repo also includes links to some shader toy demos, so check those out! Here's one for noise on an SDF surface :)
shadertoy.com/view/WXdXzj
The least obvious part of all of this is how to construct that metric tensor G from a given vector, but it turns out it's super straight forward. The attached example shows how to do so for a 3D metric tensor. In our paper we outline specific bounds for the sizing of this metric.
29.07.2025 00:17 β π 1 π 0 π¬ 1 π 0showing the difference between algorithms.
Just to elucidate the idea a bit more, on the left we have the original perlin noise algorithm, and on the right we have the steerable version, with the changes underlined in red. We simply add a second set of weights, and incorporate our metric into the original dot product step
29.07.2025 00:16 β π 3 π 0 π¬ 1 π 0Anisotropic perlin noise on Suzanne
New at #SIGGRAPH2025:
Can we make Perlin Noise stretch along some underlying vector field? Well it turns out it's possible with two simple additions to the original method! No need for advection or convolutions.
Find the paper and implementations here:
github.com/jakericedesi...
Hehehehehehe thanks for posting this Karl and for all the support on the paper!!! β€οΈ
29.07.2025 00:14 β π 1 π 0 π¬ 0 π 0One of my coworkers, @tearsofjake.bsky.social, has a talk at SIGGRAPH this year about this really cool steerable perlin noise technique that was used on Moana 2. He's just posted some handy reference implementations for Houdini, Unity, Godot, and Blender; check it out!
github.com/jakericedesi...
Time for another long blog post... and today it's all about how we handle the temporal aspect of animation data. And more specifically, how to approach things from a signal processing perspective, covering up-sampling, down-sampling, and everything in-between.
theorangeduck.com/page/filteri...
In anisotropic meshing the metric is defined at all points in space and you use something like fast marching (basically a fancy dijkstras) to generate anisotropic distances. The hacky version would be to give each voronoi pt a metric and swap the euclidean distance calc for the metric equivalent.
16.06.2025 16:14 β π 2 π 0 π¬ 0 π 0For anisotropic voronoi M will be some metric tensor or in easier terms just a positive definite matrix (non zero positive eigenvalues).
One way of generating that matrix is by following the steps outlined in this paper (eq. 9): bougleux.users.greyc.fr/articles/bou...
Yeah, I'm finding that as the resolution of the 3d grid increases the precision issues really start to compound specifically for the SAT computation. I'll stick with 64bit precision in that case! Either way the results are so cool, really amazing work!!!!
10.06.2025 23:25 β π 1 π 0 π¬ 1 π 0If I naively clamp the magnitude of velocity to be at most 1, with 100 timesteps it seems to converge, however if I drop the time steps to something like 10, it no longer converges. So I guess I was curious if there was some way to intuit what a good upper bound for vel magnitudes would be?
10.06.2025 20:11 β π 0 π 0 π¬ 1 π 0Such a cool paper! I tried implementing this with 32 bit precision and it seems much more noisy in the output (which makes sense). I was curious if you had any thoughts with respect to clamping/limiting velocity values? Almost like a cfl condition of sorts...
10.06.2025 20:08 β π 1 π 0 π¬ 1 π 0I do love that true solutions never have crossing edges leaving you with a nice simple polygon.
08.06.2025 19:28 β π 1 π 0 π¬ 0 π 0Assuming I understand the question correctly:
www.geometry.caltech.edu/BlueNoise/
And then there's a linear time algorithm for it using a paper from this year's siggraph:
perso.liris.cnrs.fr/david.coeurj...
A thread on our new, also awesome, Siggraph paper "Linear-Time Transport with Rectified Flows", by K. Do, @dcoeurjo.bsky.social, P. Memari and me.
Paper here: perso.liris.cnrs.fr/nicolas.bonn...
Results in video: youtu.be/EcfKnSe6mhk
How do I get the discover page to align more with my interests? I've tried following a bunch of people, but it still kinda just shows stuff based off whatever categories I clicked when I signed up...
16.03.2025 19:06 β π 1 π 0 π¬ 1 π 0I know itβs a bit uncool to linkedin-post on here but weβre hiring at work, Iβve been looking at quite a lot of showreels, so I wrote up some tips for making a great fx reel #vfx
www.linkedin.com/pulse/creati...
Distances to LP Voronoi Edges :)
shadertoy.com/view/MXVyz1
The painting app rebelle is super fun to play with. I know Craig Mullins (the GOAT) has some a cool time lapse on Instagram where he used it.
www.instagram.com/reel/CzXYoAA...
So what is the tiniest possible fluid simulation?
Can we get anything interesting from a single cell?
For this we'll be using a standard MAC grid, which means we'll represent horizontal velocities (red) on the vertical edges and vertical velocities (green) on the horizontal edges of each cell.
If you were curious why I was after the intersections of paraboloids, this is why! :)
bsky.app/profile/tear...
It's unfortunately not exact, due to using an iterative method to solve the problem (Alternating Projections). But it extends to higher dimensions, and works for any norm >= 2
18.12.2024 02:08 β π 0 π 0 π¬ 1 π 0vowonoi
Distances to the boundary of voronoi in L4.
shadertoy.com/view/lfKfWV
Hopefully it doesn't crash webgl on your device! :)
I wonder if this is where my instinctual urge to wrap comparisons in parenthesis comes from...
06.12.2024 20:17 β π 0 π 0 π¬ 0 π 0I would've assumed 1 and 2 are equivalent, 3 seems like an error... 'a' < False.
But I'm probably wrong here and this is a lesson in order of operations...
Recordings for Graphics Programming Conference 2024 are now up. The lineup is packed with amazing talks ranging from rendering for games like Tiny Glade, Hades, and Baldurβs Gate 3, to even a talk on designing your own GPU!
youtube.com/playlist?lis...
DAMN!!!!
30.11.2024 23:36 β π 1 π 0 π¬ 0 π 0Stop gassing up @thwix.bsky.social
30.11.2024 23:30 β π 0 π 0 π¬ 2 π 0