Skip to content

magician11/sacred-geometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published