DEV Community

Discussion on: I Am Mesmerized By Our New Robotic Vacuum

Collapse
 
cecilelebleu profile image
Cécile Lebleu

Considering you mentioned Processing and HTML Canvas, definitely do check out p5.js. It’s what I would use to model this problem.
Very interesting read too — I’d love to get one as a pet. If it’s a pet, you’re supposed to play with it and feed it and all that, right?

Collapse
 
deciduously profile image
Ben Lovy • Edited

Oh cool, thanks for the tip! P5 looks neat, much easier than what I had in mind doing it manually. I've been focusing more on JS than Python lately, too, so it makes sense to not hop to something brand new.

I hope so. I'll start leaving dust bunnies around for it to find :p

EDIT: I think I'm gonna go with p5.js, it's exactly what I was looking for in a language I already sorta know! Thanks again.