DEV Community

Cover image for Morphing spirals (live demos), 6 of 365
Joe Pea
Joe Pea

Posted on

Morphing spirals (live demos), 6 of 365

I'm making one demo per day for 2021!

I took an old spiral demo of mine, and made two new spirals from it. All I had to do was modify a couple numbers, and the result was two distinct spirals. The code is short too!

Which spiral do you like more?

👇 Made with #LUME

GitHub logo lume / lume

GPU-powered 3D HTML. ✨🧊 <lume-box size="1 2 3">

LUME

A toolkit that simplifies the creation of rich and interactive 2D or 3D experiences.

Home  ·  Documentation  ·  Examples  ·  Forum  ·  Chat  ·  Source

npm install lume

Features

LUME is composed of several packages that can be used individually, or together as a whole:

lume - HTML elements for rich graphics

HTML elements for easily defining rich and interactive 2D or 3D applications powered by CSS3D, WebGL, or a combination of both.

This package uses and re-exports features from the below packages.

@lume/element - System for defining HTML elements

This is a web component system that allows you to create new, fast, and performant HTML elements in a simple way. It provides the foundation for LUME's HTML elements, and a standard pattern for building new elements that extend the features of LUME.

element-behaviors - Mix functionalities onto HTML elements

This allows you to augment HTML elements with features called…

topics: #365DaysOfCode2021 #webgl #html #css #creativecoding #creativecode #graphics #webdev

Top comments (0)