https://github.com/gregorykogan/fractal-rendering-webgl
This is a simple WebGL application that renders the Julia set fractal
https://github.com/gregorykogan/fractal-rendering-webgl
fractal fractal-rendering gpu julia p5js webgl
Last synced: 5 days ago
JSON representation
This is a simple WebGL application that renders the Julia set fractal
- Host: GitHub
- URL: https://github.com/gregorykogan/fractal-rendering-webgl
- Owner: GregoryKogan
- License: mit
- Created: 2023-10-30T23:17:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T01:10:49.000Z (over 1 year ago)
- Last Synced: 2025-02-17T07:20:10.439Z (3 months ago)
- Topics: fractal, fractal-rendering, gpu, julia, p5js, webgl
- Language: JavaScript
- Homepage: https://gregorykogan.github.io/fractal-rendering-webgl/
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fractal-rendering-webgl
## Description
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](https://github.com/GregoryKogan/fractal-rendering). I tried to optimize it as much as possible (even used SIMD), but it still runs significantly slower than the WebGL version.