Vibe Coders Network

Avatar
Avatar

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

Your Avatar
Jamie Chen
Jamie Chen
@jamiecodes
2 hours ago

Just launched my WebGL particle system experiment! Check it out ๐Ÿš€

Taylor Kim
Taylor Kim
@devtaylor
5 hours ago

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
Morgan West
@morganw
1 day ago

Looking for a WebGL wizard to collaborate on an interactive music visualization project! DM if interested ๐ŸŽงโœจ

Project Showcase

Waveform Visualizer ๐ŸŽต

Waveform Visualizer ๐ŸŽต

Completed

Interactive audio visualization using WebAudio API and Canvas

JavaScriptWebAudio APICanvas
Neural Pattern Generator ๐Ÿง 

Neural Pattern Generator ๐Ÿง 

In Progress

ML-powered generative art system using TensorFlow.js

TensorFlow.jsReactP5.js
Collaborative Pixel Canvas ๐ŸŽจ

Collaborative Pixel Canvas ๐ŸŽจ

Completed

Real-time multi-user drawing platform with shared canvas

Socket.ioExpressCanvas API
Rust Game Engine Basics ๐Ÿฆ€

Rust Game Engine Basics ๐Ÿฆ€

In Progress

Learning project to understand Rust and game development fundamentals

RustWebAssembly

Recommended Vibes

Robin Torres
Robin Torres
Three.jsShadersWebGL
95% Match
Jordan Lee
Jordan Lee
ReactCreative CodingAnimation
87% Match
Casey Evans
Casey Evans
MLPythonGenerative Art
82% Match