Alex Rivera @codingvibe42
Creative coder exploring the intersection of art and technology โจ Currently building interactive web experiences and learning Rust
24
Experiments
3
In Progress
42
Day Streak
17
Public Builds
Skills & Interests
JavaScriptReactThree.jsCreative CodingGenerative ArtWebGLP5.js
Community Feed
Jamie Chen
@jamiecodes
Just launched my WebGL particle system experiment! Check it out ๐
Taylor Kim
@devtaylor
Day 30 of learning Svelte! I've built a small weather app with beautiful transitions. The reactive programming model is clicking for me now.
function fadeIn(node, { delay = 0, duration = 400 }) {
return {
delay,
duration,
css: t => `
opacity: ${t};
transform: scale(${1 - 0.05 * (1 - t)});
`
};
}Morgan West
@morganw
Looking for a WebGL wizard to collaborate on an interactive music visualization project! DM if interested ๐งโจ
Project Showcase
Waveform Visualizer ๐ต
CompletedInteractive audio visualization using WebAudio API and Canvas
JavaScriptWebAudio APICanvas
Neural Pattern Generator ๐ง
In ProgressML-powered generative art system using TensorFlow.js
TensorFlow.jsReactP5.js
Collaborative Pixel Canvas ๐จ
CompletedReal-time multi-user drawing platform with shared canvas
Socket.ioExpressCanvas API
Rust Game Engine Basics ๐ฆ
In ProgressLearning project to understand Rust and game development fundamentals
RustWebAssembly
Recommended Vibes
Robin Torres
Three.jsShadersWebGL
95% Match
Jordan Lee
ReactCreative CodingAnimation
87% Match
Casey Evans
MLPythonGenerative Art
82% Match