Skip to content

kirjavascript/webgl-fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebGL Fractals

Inspired by SVG fractals with React

SVG is a bad choice for this task as manipulating 2k+ DOM nodes at once is extremely slow.

Using webGL allows us to use the GPU and get insanely smooth animation.

With some performance tweaks, it's possible to animate 32k nodes and retain full speed. That's 16 times as many as the SVG versions.

About

performant pythagoras tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published