Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.2 KB

readme.md

File metadata and controls

27 lines (14 loc) · 1.2 KB

Live Graphics 🎇

This is my attempt to create some cool graphics in the browser and then use it to display them in a party or something like that.

Actually, i just want to try it so I can create a nice wallpaper-ish

But Why:question:

But_Why.gif

Well, I saw this Video and i wantend to have something like that but a bit more... trippy 🌀

So I had an idea to merge the front-end animation and some way to control it at will remotely

The Solution 💡

I want to have a JS (Probably React) Front-end what will be rendering an image/generated graphic, then, based on a listener, change it when the server say so.

UPDATES

No trippy animations yet!!! BUT I have been trying to get this working. So far I added 3 different but incomplete implementations.

/live-graphics-modular is by far my favorite at the moment

/live-graphics-vanilla is just a very veeeeeery bad implementation of the render cycle and animations, i feel shame that you have to see it.

/live-graphics was supposed to be the react implementation, but i dropped it after the modular implementation