monica_b1998@lemmy.world to Programming@programming.dev · 4 days agoAnimated particle constellations in 42 lines of JavaScriptslicker.meexternal-linkmessage-square8linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkAnimated particle constellations in 42 lines of JavaScriptslicker.memonica_b1998@lemmy.world to Programming@programming.dev · 4 days agomessage-square8linkfedilink
minus-squaresping@lemmy.sdf.orglinkfedilinkEnglisharrow-up0·4 days agoWell j = i + 1, and drop the equality test.
minus-squarechisel@piefed.sociallinkfedilinkEnglisharrow-up0·3 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!