This is a simple WebGL application that renders the Julia set fractal. It can be used to show superior performance of GPU over CPU in parallel computations. I have implemented the same algorithm in C++ with SDL2 and compiled to WASM with Emscripten and it is available here. I tried to optimize it as much as possible (even used SIMD), but it still runs significantly slower than the WebGL version.
GregoryKogan/fractal-rendering-webgl
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
