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.
-
Notifications
You must be signed in to change notification settings - Fork 0
This is a simple WebGL application that renders the Julia set fractal
License
GregoryKogan/fractal-rendering-webgl
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
This is a simple WebGL application that renders the Julia set fractal
