An open API service indexing awesome lists of open source software.

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

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.