#computeshader — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #computeshader, aggregated by home.social.
-
Our first #vvvv workshop in #Berlin is now also featured on the official website, go check it out!
https://vvvv.org/blog/2026/workshop-interactive-particle-systems-in-vvvv/
#creativecoding #visualprogramming #newmediaart #particles #shader #computeshader #workshop
-
Our first #vvvv workshop in #Berlin is now also featured on the official website, go check it out!
https://vvvv.org/blog/2026/workshop-interactive-particle-systems-in-vvvv/
#creativecoding #visualprogramming #newmediaart #particles #shader #computeshader #workshop
-
Our first #vvvv workshop in #Berlin is now also featured on the official website, go check it out!
https://vvvv.org/blog/2026/workshop-interactive-particle-systems-in-vvvv/
#creativecoding #visualprogramming #newmediaart #particles #shader #computeshader #workshop
-
Our first #vvvv workshop in #Berlin is now also featured on the official website, go check it out!
https://vvvv.org/blog/2026/workshop-interactive-particle-systems-in-vvvv/
#creativecoding #visualprogramming #newmediaart #particles #shader #computeshader #workshop
-
I'm so confused right now. Doing some compute shader work with 2 passes. One draws dots and the other copies the previous frame and decays its value (so that you have trails). The values do decay, but for some reason they don't decay all the way to 0 (or very near 0) 😵💫 #ComputeShader #GodotEngine
-
Ah, yes, another groundbreaking revelation: using a compute shader to render flame fractals. 🔥💻 Because who wouldn't want to harness the full #power of their #GPU for... decorative math scribbles? 🎨 Maybe next we'll solve world hunger with pixel shaders. 🍽️🙄
https://wrighter.xyz/blog/2023_08_17_flame_fractals_in_comp_shader #computeShader #flameFractals #decorativeMath #pixelShaders #HackerNews #ngated -
"Rotational Force"
Tooll3 Tutorial on how to create your own HLSL Compute Shader Particle Force:
In this video I show you how to create your own HLSL compute shader particle force in Tooll3 and the complete workflow on how to set up the operator interface, create parameters and dropdowns with defaults and useful input ranges, re-order parameters ( ;-) ), rename inputs, sort out the compute shader input buffer slots, get useful error messages, write documentation, create examples and presets and also guide you through the code and the simple example scene I created.
I talk a bit about GPU threading and [numthreads] and I found this video very helpful to understand the inner workings of GPUs and compute shaders:
https://www.youtube.com/watch?v=eDLilzy2mq0Tooll3 is open source and ATM available on Windows only (although one user reported having it running on Linux in a Bottle).
You should have a decent GPU for good performance.Download it here:
https://tooll.ioI did several animations with the force already:
https://youtu.be/HCY5tdhlcMU
https://youtu.be/H41QNp9ghWk
https://youtu.be/v25vCSL967Y#Tooll3 #realtime #tutorial #operator #force #particle #radial #rotational #generativeart #particles #livingpainting #creativecoding #hlsl #csharp #gpu #nodes #shader #computeshader #generative #procedural #visualart
-
"Rotational Force"
Tooll3 Tutorial on how to create your own HLSL Compute Shader Particle Force:
In this video I show you how to create your own HLSL compute shader particle force in Tooll3 and the complete workflow on how to set up the operator interface, create parameters and dropdowns with defaults and useful input ranges, re-order parameters ( ;-) ), rename inputs, sort out the compute shader input buffer slots, get useful error messages, write documentation, create examples and presets and also guide you through the code and the simple example scene I created.
I talk a bit about GPU threading and [numthreads] and I found this video very helpful to understand the inner workings of GPUs and compute shaders:
https://www.youtube.com/watch?v=eDLilzy2mq0Tooll3 is open source and ATM available on Windows only (although one user reported having it running on Linux in a Bottle).
You should have a decent GPU for good performance.Download it here:
https://tooll.ioI did several animations with the force already:
https://youtu.be/HCY5tdhlcMU
https://youtu.be/H41QNp9ghWk
https://youtu.be/v25vCSL967Y#Tooll3 #realtime #tutorial #operator #force #particle #radial #rotational #generativeart #particles #livingpainting #creativecoding #hlsl #csharp #gpu #nodes #shader #computeshader #generative #procedural #visualart
-
"Rotational Force"
Tooll3 Tutorial on how to create your own HLSL Compute Shader Particle Force:
In this video I show you how to create your own HLSL compute shader particle force in Tooll3 and the complete workflow on how to set up the operator interface, create parameters and dropdowns with defaults and useful input ranges, re-order parameters ( ;-) ), rename inputs, sort out the compute shader input buffer slots, get useful error messages, write documentation, create examples and presets and also guide you through the code and the simple example scene I created.
I talk a bit about GPU threading and [numthreads] and I found this video very helpful to understand the inner workings of GPUs and compute shaders:
https://www.youtube.com/watch?v=eDLilzy2mq0Tooll3 is open source and ATM available on Windows only (although one user reported having it running on Linux in a Bottle).
You should have a decent GPU for good performance.Download it here:
https://tooll.ioI did several animations with the force already:
https://youtu.be/HCY5tdhlcMU
https://youtu.be/H41QNp9ghWk
https://youtu.be/v25vCSL967Y#Tooll3 #realtime #tutorial #operator #force #particle #radial #rotational #generativeart #particles #livingpainting #creativecoding #hlsl #csharp #gpu #nodes #shader #computeshader #generative #procedural #visualart
-
I already got some kind of bug in my WGPU compute shader code that causes the whole system to freeze. It's a simple particle simulation with the nannou framework. If anyone is curious to take a look: https://gist.github.com/somecho/0ce97a911dad2e6141daa0003730ea08
#webgpu #wgpu #nannou #rust #graphics #graphicsprogramming #gfx #computeshader
-
THURSDAY June 6th Live Online
Noise functions are fundamental tools for generating textures, patterns, and simulations. In this session, we’ll explore the diverse range of noise functions available in FUSE and demonstrate how they can be utilized to enhance complexity and detail in your projects. Led by FUSE developer Christian Riekoff
https://thenodeinstitute.org/courses/ss24-vvvv-all-about-noise-functions-with-fuse/
#vvvv @vvvv #visualdesign #programming #creativecomputation #generative #visualprogramming #creativecoding #computeshader #nodes
-
It doesnt look like much, its a "virtual pipes" based version of a fluid simulation. The win here is that it took me 2 days instead of a few weeks to get JFA working. This also has lot more futzing around with compute stages and differen buffers. This time I tried using a hacked up version of wgsl_to_wgpu to update the bindings. Big win there keeping everything in line for sure. Next up, hooking the two stages together so that I can use JFA to calculate the distance to water.
The original repo: https://github.com/ScanMountGoat/wgsl_to_wgpu
My hacked up version (please forgive me!) https://github.com/00alia00/wgsl_to_wgpu_bevy
#bevy #rust #rustlang #gamedev #compute #computeshader #simulation #fluids #rendering
-
Wahooo! Finally got #gpu #compute working with #Bevy. I'm using Jumpflood to calculate distance (right) from the seed points (left)
I couldnt get hlsl to spirv working so after much head+desk decided to deal with wgsl. It hasnt been super straight forward but getting renderdoc working yesterday was the magic sauce :D #rust #rustlang #rendering #indie #computeshader #ScreenshotSaturday p.s I miss hlsl, its so pretty compared to glsl/wgsl! -
Mandelbrot in #WebGPU
from an old demo made in the previous version of my library, I just ported it to WebGPU. Actually a very easy port.
#generativeart #creativecoding #genart #webgl
#abstract #abstractart #digitalart #vaporwave #vaporwaveart
#animation #80s #90s #math #mathart #javascript #surrealism #surrealart
#shader #glsl #p5js #processing
#wgsl #computeshader #cgi #mandelbrot #fractal -
Trying to get back to the #webgpu grind after a long time
#generativeart #creativecoding #genart #abstract #abstractart #digitalart #animation #mograph #motiongraphics #math #mathart #javascript #shader #glsl #loop #wgsl #computeshader
-
I made a tutorial on how to use #WebGPU with my library POINTS
https://www.youtube.com/watch?v=xSB2Zm_faNE
#javascript #wgsl #genart #generativeart #shaders #cgi #computeshader #webgl #glsl #wgpu
-
Tunnel
made with #webgpu
#generativeart #creativecoding #genart #webgl #abstract #abstractart #digitalart #vaporwave #vaporwaveart
#animation #mograph #motiongraphics #80s #90s
#math #mathart #javascript #surrealism #surrealart
#shader #glsl #loop #p5js #processing #wgsl #javascript #computeshader #shader #cgi -
Mostly got my compute shader working, but it's running really in constantly.
I'm doing some color averaging, but the count of pixels processed is fluctuating every frame! I hope the problem more obvious after some sleep.
#unity #hlsl #computeShader -
Flow Fields animated in #webgpu
this after a few improvements in my library that allows me to create buffers/data types in an easier way