Discover and read the best of Twitter Threads about #p5js

Most recents (6)

⏹️CORRODING CUBES⏹️
in collaboration with:
@IceRain10039208

With help from:
@michaelmicasso
@MarkLudgatex

Live on @fxhash
4th April, 16 GMT / 17 CET
128 Ed | DA: 15➡️10➡️5
.
.
Raffling 10x AL! > RT + like + comment your address
(end at April 3rd)

#p5js #fxhash
3/6
Corroding Cubes, inspired by Isofolk and ISOMETRY collections, depicts the building and destruction in humans. We crafted corroded geometric shapes representing birth, growth, and decay. It showcases the impermanence of human achievement and the beauty in destruction. Image
Read 9 tweets
Have you seen #videoart on @fx_hash_ before?

Teleport Loopr is my genesis💫

Mints open in 10 hours!⏳
[ Sept 14th / 15:00 UTC ]

Follow this thread ! 🧵#fxhash
#creativecoding #p5js #generativeart #CleanNFT
Videos per iteration:

[3], [4] or [5]

Color inversion effect may be applied to:

[ one video ], [ none (rare) ] or [ variable (super rare) ]
Read 8 tweets
Have you seen #videoart on @fx_hash_ before?

Teleport Looper is my genesis💫

Mint opens:
Sept 13th / 15:50 UTC

Follow this thread ! 🧵#fxhash #tezos
#creativecoding #p5js #generativeart #CleanNFT
Link:

fxhash.xyz/generative/192…

There are 30 .mp4 files available to be randomly chosen by the code ~

~ videos per iteration:

[3], [4] or [5]

~ color inversion effect may be applied to:

[ one video ], [ none (rare) ] or [ variable (super rare) ]
All videos are part of my audiovisual research and were recorded from 2016 to 2021 in Brasil, Chile and Canary Islands ~

They're all short and looped in Teleport Looper project, just like moving photos:
Read 6 tweets
I've been #creativecoding #videoart for 5 years in python (check my vimeo) and now that I transposed my codes to #p5js, I feel like I found my NFT place on @fx_hash_

This is my genesis and will be droped sept 11th

More info and iteration tests bellow!🧵
#generativeart #fxhash
There are 30 videos available to be randomly chosen by the code. Each iteration creates a loop with:

3, 4 or 5 videos

A chance of inverting colors in one of them

A small chance of applying the invertion to a variable video each loop
All videos take part on my audiovisual research and were recorded from 2016 to 2021 in Brasil, Chile and Canary Islands

They're all short and looped in this project, just like moving photos💫
Read 4 tweets
Color is probably the trickiest thing to master, especially using code. I wrote a thread breaking down color models and how to manipulate color in @p5xjs 🧵 1/n Image
There are several color models out there, you're probably already familiar with RGB - Red, Green, Blue. Each color is represented by three values ranging between 0 - 255 (256 Possibilities). Image
The problem with RGB is that it is meant to be machine-readable, your brain doesn't intuitively know why 212,24,118 is the color it is. It's meant to control the pixels on the screen and doesn't translate well to other uses, especially in making art.
Read 12 tweets
Here's a small thread of 5 useful but undocumented things you can do in #p5js (because they use drawingContext, the vanilla #javascript canvas API):
1. drawingContext.createLinearGradient() lets you create a gradient with as many colors as you want, at any angle you want, and lets use it as a fill style! developer.mozilla.org/en-US/docs/Web…
2. drawingContext.filter = `blur(${10 * pixelDensity()}px)` blurs everything you draw, and does it so much faster than the js-based blur() filter in p5 that you can use it in animations! developer.mozilla.org/en-US/docs/Web…
Read 7 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!