Skip to content

GregoryKogan/fractal-rendering-webgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. I tried to optimize it as much as possible (even used SIMD), but it still runs significantly slower than the WebGL version.