You are browsing as a guest. Sign up (or log in) to start making projects!

selenag

@selenag

Joined June 5th, 2026

  • 1Devlogs
  • 3Projects
  • 0Ships
  • 0Votes
Open comments for this post

3h 23m 21s logged

Fluffernaut, the first (and second) “MediaMonster,” is here! I added and tweaked many aesthetic customization options. Also displays energy level (0-100) correlating with monster appearance — intent is that number decreases as screen time increases.

The spikes took a few tries. I started by duplicating one spike around the monster, but it looked too artificial. So, I randomized the size and angle of each one.

However, the random function would run and change the monster’s appearance on every render. So, I decided to create a pseudo-randomization that always returns the same output for a given input. Essentially, the appearance of each tuft is predictable, but the overall shape still looks natural because each one is unique!

(edit: formatting)

0
0
14

Followers

Loading…