michaelerule / webgpgpuLinks
Examples and utility routines for general-purpose graphics card computation in WebGL, with a focus on 2D spatiotemporal rendering
☆32Updated 6 months ago
Alternatives and similar repositories for webgpgpu
Users that are interested in webgpgpu are comparing it to the libraries listed below
Sorting:
- A (bad) attempt at implementing wavelet filtering and temporal reprojection in threejs☆83Updated 4 years ago
- A WebGL friendly port of Mercury's hg_sdf library (http://mercury.sexy/hg_sdf)☆40Updated 9 years ago
- A JS generator function that returns a list of vertices describing an isosuface given a density and level.☆35Updated 7 years ago
- Tired of doing math to get normals in your vertex shader? Same.☆44Updated last year
- GLSL setup for performing a Fast Fourier Transform of real-valued input☆48Updated 7 years ago
- Typescript library for generating distance fields from 2d images on the GPU☆105Updated 4 years ago
- Simple glsl-path tracer made in webGL2 + threejs☆66Updated 5 years ago
- Experiment implementation of Multiple Neighborhoods Cellular Automata using WebGPU☆40Updated 2 years ago
- WebGPU demo demonstrating marching cubes, deferred rendering, PBR, shadow mapping and different post-processing☆30Updated 2 years ago
- physically based rendering materials for nanogl☆33Updated last month
- Draws an antialiased grid along the X/Y/Z direction of a mesh.☆72Updated 6 years ago
- A simulation of Slime Mold for in WebGL and GLSL Shaders for CS420X☆27Updated 2 years ago
- ☆43Updated 7 years ago
- SDF Physics☆44Updated 3 years ago
- GLSL setup for a Fast Fourier Transform of two complex matrices☆84Updated 6 years ago
- A collection of modifiers and operations for distance field equations☆114Updated 4 years ago
- A GPU-parallel Marching Cubes implementation using WebGPU☆60Updated last year
- A TypeScript implementation of High-Performance Polynomial Root Finding for Graphics (Yuksel 2022)☆16Updated 2 years ago
- A Typescript library for multidimensional convex hulling and Delaunay triangulations.☆34Updated last year
- Utilities to manipulate spherical images☆71Updated 6 years ago
- Realtime Euclidean distance field generation and rendering☆65Updated 3 years ago
- Calculates the specular/fresnel power in the Cook-Torrance model☆31Updated 8 years ago
- Pre-filtered mipmapped radiance environment map generator that runs on WebAssembly.☆85Updated 7 years ago
- Simple text editor that lets you write Shadertoy shaders more comfortably, anytime, anywhere.☆154Updated 3 months ago
- A series of examples written while learning about WebGPU☆52Updated 3 years ago
- 🔌 A node-based editor for experimenting with signed distance fields and raymarching.☆60Updated 5 years ago
- C++/WASM GL Framework☆96Updated last week
- Calculate SDF for image/bitmap/bw data☆50Updated last year
- Given a signed distance function and ray, trace a scene to find the first point of intersection.☆36Updated 8 years ago
- approximate face normal in the fragment shader☆29Updated 10 years ago