Skip to main content

Devlog

2024

Learning C++ for Real
·239 words·2 mins
C++ and SFML remind me of OpenFrameworks, Processing, and surprisingly, Flash and Flex.
Learning C++ (Again)
·783 words·4 mins
Starting a project with C++ takes me down memory lane.
Inch Worm Slack Achievement Unlocked
·245 words·2 mins
Successfully getting the tentacle to perform an inch worm maneouvre, at least until the last segment is detached from the surface.
Cyclic Polygons and Angle Chasing
·22 words·1 min
Still trying to find an analytical solution to managing tentacle slack.
Managing the Slack from the Inch Worm
·109 words·1 min
I thought there might be an analytical solution to managing the tentacle slack.
Inch Worm for 1 <= length <= 2
·177 words·1 min
Inch worm attaching and detaching is working but the slack is misbehaving.
Clean up.
·125 words·1 min
A bit of refactoring to help wrap my brain around the inch worm maneouvre.
Multiple Phases for a More Dynamic Inchworm
·227 words·2 mins
Breaking up the problem of the inchworm into manageable chunks.
The Side to Which the Segment is Fixed
·764 words·4 mins
Ginger first steps in getting the tentacle to perform an inch worm maneouvre.
Concurrent Tentacle Instructions
·566 words·3 mins
While the lower segments are still rotating to face the first target, upper segments can start rotating toward a new target.