Login
Discover
Waves
Decks
Plus
Login
Signup
femdev
@femdev
65
Software developer from Antwerpen. When I am not coding I am cycling along the Schelde or hunting for the best koffiekoeken in town. She/her.
Followers
74
Following
17
Resource Credits
Available
Used
Location
Antwerpen, Belgium
Created
January 31, 2018
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
femdev
StemSocial
Thursday, April 2, 2026 2:17 PM
Learn Creative Coding (#22) - Mini-Project: Audio Visualizer
Learn Creative Coding (#22) - Mini-Project: Audio Visualizer Phase 3 finale. We've learned easing, state machines, physics, audio analysis, recording, and shaders. Time to smash the best parts together
$ 0.143
18
1
femdev
StemSocial
Wednesday, April 1, 2026 2:05 PM
Learn Creative Coding (#21) - Shaders: A First Taste of GLSL
Learn Creative Coding (#21) - Shaders: A First Taste of GLSL Everything we've built so far in this series runs on the CPU. Every pixel we've drawn, every particle we've simulated, every noise value we've
$ 0.142
13
femdev
StemSocial
Tuesday, March 31, 2026 2:16 PM
Learn Creative Coding (#20) - Recording and Exporting: GIF, PNG Sequence, Video
Learn Creative Coding (#20) - Recording and Exporting: GIF, PNG Sequence, Video You've built some beautiful things over the last ten episodes. A particle galaxy that reacts to your mouse. Physics simulations
$ 0.124
10
femdev
StemSocial
Monday, March 30, 2026 3:13 PM
Learn Creative Coding (#19) - Sound-Reactive Visuals
Learn Creative Coding (#19) - Sound-Reactive Visuals Last episode we gave our particles mass. Springs that overshoot and settle, friction that makes things slide, flocking boids that self-organize into
$ 0.123
12
femdev
StemSocial
Sunday, March 29, 2026 3:18 PM
Learn Creative Coding (#18) - Physics Lite: Springs, Friction, and Flocking
Learn Creative Coding (#18) - Physics Lite: Springs, Friction, and Flocking Last episode we gave our sketches memory with state machines -- different modes, transitions between them, timeline sequencing.
$ 0.142
13
femdev
StemSocial
Saturday, March 28, 2026 4:02 PM
Learn Creative Coding (#17) - State Machines for Animations
Learn Creative Coding (#17) - State Machines for Animations Last episode we got smooth, polished motion with lerp and easing functions. Everything glides, settles, bounces -- motion that feels alive instead
$ 0.079
14
femdev
StemSocial
Friday, March 27, 2026 4:00 PM
Learn Creative Coding (#16) - Easing and Lerp: Smooth Motion
Learn Creative Coding (#16) - Easing and Lerp: Smooth Motion Welcome to Phase 3. We spent the last six episodes building tools -- particles, noise, trig, Bezier curves, and a whole galaxy. But everything
$ 0.126
12
femdev
StemSocial
Thursday, March 26, 2026 3:42 PM
Learn Creative Coding (#15) - Mini-Project: Particle Galaxy
Learn Creative Coding (#15) - Mini-Project: Particle Galaxy Every few episodes we stop learning new tools and start using them. This is that episode. We're building an interactive particle galaxy -- a
$ 0.122
13
4
femdev
StemSocial
Wednesday, March 25, 2026 3:27 PM
Learn Creative Coding (#14) - Bezier Curves and Organic Shapes
Learn Creative Coding (#14) - Bezier Curves and Organic Shapes Straight lines are fine for grids and geometry. But creative coding lives in the space between precision and organic flow -- and that space
$ 0.138
14
femdev
StemSocial
Tuesday, March 24, 2026 3:53 PM
Learn Creative Coding (#13) - Trigonometry for Artists
Learn Creative Coding (#13) - Trigonometry for Artists Math class made trig feel like punishment. SOH-CAH-TOA, word problems about ladders against walls, test anxiety. Forget all of that. In creative coding,
$ 0.052
13
femdev
StemSocial
Tuesday, March 24, 2026 3:01 AM
Learn Creative Coding (#12) - Noise Without a Library: Implementing Perlin Noise
Learn Creative Coding (#12) - Noise Without a Library: Implementing Perlin Noise We've been using noise() since episode 4 like a magic wand. Point it at a coordinate, get a smooth random value back. Beautiful.
$ 0.124
10
femdev
StemSocial
Wednesday, February 25, 2026 9:48 AM
Learn Creative Coding (#11) - Particle Systems from Scratch
Learn Creative Coding (#11) - Particle Systems from Scratch Particle systems are everywhere in creative coding. Smoke, fire, rain, snow, star fields, explosions, flocking birds, flowing rivers of light.
$ 1.614
406
2
femdev
StemSocial
Tuesday, February 24, 2026 4:17 PM
Learn Creative Coding (#10) - Pixel Manipulation: Reading and Writing Image Data
Learn Creative Coding (#10) - Pixel Manipulation: Reading and Writing Image Data Every image on your screen is just a grid of numbers. Not metaphorically — literally. When you really internalize that,
$ 0.135
12
femdev
stem
Friday, February 20, 2026 12:36 PM
Learn Creative Coding (#9) - Creative Coding Without Libraries: Vanilla Canvas API
Learn Creative Coding (#9) - Creative Coding Without Libraries: Vanilla Canvas API Time for the training wheels to come off. p5.js is fantastic and I'll keep using it. But under the hood, it's wrapping
$ 0.234
11
femdev
stem
Thursday, February 19, 2026 5:50 PM
Learn Creative Coding (#8) - Mini-Project: Generative Poster
Learn Creative Coding (#8) - Mini-Project: Generative Poster Seven episodes in and we've covered shapes, animation, randomness, grids, interactivity, and color theory. Time to smash all of it together
$ 0.230
9
1
femdev
stem
Thursday, February 19, 2026 12:34 AM
Learn Creative Coding (#7) - Color Theory for Coders
Learn Creative Coding (#7) - Color Theory for Coders What will I learn? Why HSB is better than RGB for creative work; complementary, analogous, and triadic color schemes; generating harmonious palettes
$ 0.998
286
2
femdev
stem
Tuesday, February 17, 2026 9:48 AM
Learn Creative Coding (#5) - Loops and Grids: Repetition as a Design Tool
Learn Creative Coding (#5) - Loops and Grids: Repetition as a Design Tool What will I learn Nested for-loops for creating grids; varying properties per grid cell; patterns from simple rules; modular design:
$ 0.556
11
1
femdev
stem
Tuesday, February 17, 2026 9:15 AM
Learn Creative Coding (#4) - Randomness: The Secret Ingredient
Learn Creative Coding (#4) - Randomness: The Secret Ingredient What will I learn The difference between random() and noise(); what Perlin noise is and why it matters; generating color palettes with randomness;
$ 0.556
11
3
femdev
stem
Tuesday, February 17, 2026 9:00 AM
Learn Creative Coding (#6) - Interactivity: Mouse, Keyboard, and Touch
Learn Creative Coding (#6) - Interactivity: Mouse, Keyboard, and Touch What will I learn Tracking mouse position with mouseX and mouseY; responding to clicks and key presses; building a simple drawing
$ 0.174
12
1
femdev
stem
Tuesday, February 17, 2026 12:45 AM
Learn Creative Coding (#3) - Movement and Time: Making Things Animate
Learn Creative Coding (#3) - Movement and Time: Making Things Animate What will I learn How the draw loop creates animation; using frameCount as a clock; sin and cos for smooth, organic motion; translate
$ 1.476
294
5