hello, guys
ik it’s been a long time, but i’ve quite started to focus on non-snap things heheh
but i remembered i still have a dozen projects on snap that i started but didn’t finish
so i took one, and finished it.
this is a project that takes a sprite with a costume, creates an outline of the sprite and turns that into an extrusion shape. sounds easy, right? but like, how would you make the outline?
my solution was to create a grid of every single pixel on the sprite’s costume, and sort of creates an outline.
next, i turn the outline into a list which i pass on to start extruding [ V] :: #5cb5ff's arg.
finally, i extrude a ring with the generated shape.
here’s the project:
the controls are:
- left, right arrow – turn
- up, down arrow – move forward/backward (respectively)
- space, shift – “float” upward/downward (respectively)
lmk what yall make by remixing the project and replacing the ring generation with smth else, or if someone made the generation faster ![]()