Skip to content

magician11/sacred-geometry

Repository files navigation

Sacred Geometry

Generating shapes like this..

Flower of life

Built using https://konvajs.org/

construction

Converting from polar to cartesian coordinates: wikipedia

x = cx + r * cos(a)
y = cy + r * sin(a)

Where r is the radius, cx,cy the origin, and a the angle.

The angle has to be in radians for Math. To convert from degrees to radians wikipedia

notes

3D shapes

React with three.js directly (with hooks) - https://codepen.io/WebSeed/pen/ZmXxKz react-three-fibre - https://github.com/react-spring/react-three-fiber to create 360 and VR experiences - https://facebook.github.io/react-360/

specific shapes

About

Generating Sacred Geometry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published