monica_b1998@lemmy.world to Programming@programming.dev · 5 days agoAnimated particle constellations in 42 lines of JavaScriptslicker.meexternal-linkmessage-square8fedilinkarrow-up194arrow-down14
arrow-up190arrow-down1external-linkAnimated particle constellations in 42 lines of JavaScriptslicker.memonica_b1998@lemmy.world to Programming@programming.dev · 5 days agomessage-square8fedilink
minus-squaresping@lemmy.sdf.orglinkfedilinkEnglisharrow-up9·5 days agoWell j = i + 1, and drop the equality test.
minus-squarechisel@piefed.sociallinkfedilinkEnglisharrow-up2·4 days agoNice! This is a fun demo btw, makes me want to play around with canvas. I’ve never really come across a need for it besides things like hacky camera implementations.
Well
j = i + 1, and drop the equality test.done, thanks a bunch!
Nice! This is a fun demo btw, makes me want to play around with canvas. I’ve never really come across a need for it besides things like hacky camera implementations.
Glad to hear you enjoyed it!