Geometric Shapes / 260603
#p5js
#generative
#creativecoding
Geometric Shapes / 260602
#p5js
#generative
#creativecoding
OPENRNDR & p5.js

In the past I wrote some posts here showing OPENRNDR and Processing programs side by side. I suddenly felt like doing the same with p5.js 🙂 I’ll start with this example that introduces the constrain p5.js function (open it in a new window to compare it side by side): Here’s a similar program it in OPENRNDR: ▶ Imports fun main() = application { configure { width = 720 height = 400 } program { val radius = 24.0 val edge = 100.0 va...

OPENRNDR

Q5play spielt jetzt auch mit P5.js v2

Wie Quinton Ashley gestern verkündete: Auch wenn ihr dem traditionellen P5.js-Ökosystem treu bleiben wollt, könnt Ihr nun die Power der Q5play-Spieleengine damit nutzen. Dafür hat er eine q5play-p5-compat.js entwickelt, eine Kompatibilitätsschicht, die Q5play-Programme mit P5.js ausführt. https://kantel.github.io/posts/2026060103_q5play_p5js/ #P5js #Q5play #JavaScript #GameDev #CreativeCoding

Geometric Shapes / 260601
#p5js
#generative
#creativecoding