monica_b1998@lemmy.world to Programming@programming.dev · 1 day agoAnimated particle constellations in 42 lines of JavaScriptslicker.meexternal-linkmessage-square8fedilinkarrow-up189arrow-down14cross-posted to: programming@programming.dev
arrow-up185arrow-down1external-linkAnimated particle constellations in 42 lines of JavaScriptslicker.memonica_b1998@lemmy.world to Programming@programming.dev · 1 day agomessage-square8fedilinkcross-posted to: programming@programming.dev
minus-squaresping@lemmy.sdf.orglinkfedilinkEnglisharrow-up8·1 day agoWell j = i + 1, and drop the equality test.
minus-squarechisel@piefed.sociallinkfedilinkEnglisharrow-up2·6 hours 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!