TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A simple procedural animation technique [video]

182 pointsby Meleagris10 months ago

13 comments

cgijoe10 months ago
I hope the author sees this. Dude, your video is so awesome, thank you! But your microphone is "popping" every time you say a 'P' or a 'T' sound. This is because you are speaking directly into it. Try talking "past" it instead. Your vocal sound goes out in all directions, but the "wind" from your mouth that creates the pops only goes in one direction -- straight forward -- so if you slide your microphone to the side, you will still have good sounding audio with no pops.
评论 #41081874 未加载
评论 #41081895 未加载
nox10110 months ago
This is very well made video. That said, the animations don&#x27;t actually move like real snakes or real fish. Animals don&#x27;t move from the head and drag the rest of their bodies behind them with constraints on circles. They pull&#x2F;push with muscles though out the entire length of their body.<p>Fish: <a href="https:&#x2F;&#x2F;www.shutterstock.com&#x2F;video&#x2F;clip-29361571-koi-fancy-carp-swimming-above-water-surface" rel="nofollow">https:&#x2F;&#x2F;www.shutterstock.com&#x2F;video&#x2F;clip-29361571-koi-fancy-c...</a><p>In fact not only do they not drag their behinds, the tails turn further than the bodies<p>Snakes: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=zEto1-ZTbd4" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=zEto1-ZTbd4</a><p>That&#x27;s not a dis. The technique in the video is pretty to watch and might be good enough but it just stuck out to me at a glance as unnatural. Like something was off.
评论 #41088960 未加载
owenpalmer10 months ago
Beautiful video. I would love to see this animation technique combined with an evolution simulation similar to Karl Sims&#x27; Evolved Virtual Creatures project:<p><a href="https:&#x2F;&#x2F;youtu.be&#x2F;RZtZia4ZkX8?si=vxQ904w_CNXsSoj5" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;RZtZia4ZkX8?si=vxQ904w_CNXsSoj5</a><p>Previous HN discussion:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30719801">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30719801</a>
评论 #41081732 未加载
评论 #41085017 未加载
progbits10 months ago
Regarding the &quot;derpy lizard&quot;, I think it would look much better if it had some gait pattern - maybe not allowing some legs to reach at the same time, or just starting the legs and their target points with different offsets so they don&#x27;t move in phase with each other.<p>Beautiful video though, would love to see more content from you.
nighthawk45410 months ago
Wonderful video, cheers! I also had no idea Processing was so efficient at animations, I&#x27;ll have to look into that furhter<p><a href="https:&#x2F;&#x2F;github.com&#x2F;argonautcode&#x2F;animal-proc-anim">https:&#x2F;&#x2F;github.com&#x2F;argonautcode&#x2F;animal-proc-anim</a>
irq-110 months ago
Great video. Much more complicated, but checkout Godot &quot;fish&quot; in the docs.<p><a href="https:&#x2F;&#x2F;docs.godotengine.org&#x2F;en&#x2F;stable&#x2F;tutorials&#x2F;performance&#x2F;vertex_animation&#x2F;animating_thousands_of_fish.html" rel="nofollow">https:&#x2F;&#x2F;docs.godotengine.org&#x2F;en&#x2F;stable&#x2F;tutorials&#x2F;performance...</a><p>&gt; The animation will be made of four key motions:<p>A side to side motion<p>A pivot motion around the center of the fish<p>A panning wave motion<p>A panning twist motion
mikhmha10 months ago
You could also use these techniques as steering behaviors for a group of autonomous agents? Each agent is a point on the segment. It&#x27;d be like a team doing a dragon or lion dance.
globalnode10 months ago
Had no idea about the FABRIK technique, that looks really useful in a lot of different contexts too. I did a little clap irl at the end of the video.
IndySun10 months ago
The animations are less realistic grounded, legless, critters and more accurately things being dragged (without seeing whats dragging them). That said, engaging, concise, and well produced video. The technique also comes to life when legs are added. Maybe thats obvious.
worldsayshi10 months ago
Great demonstration!<p>TheRujiK seems to use a very similar animation technique. These creatures also somewhat remind me of the creatures of Spore: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;a87tB__3KEs?si=2Xl3Ub3j-Z3msxm6" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;a87tB__3KEs?si=2Xl3Ub3j-Z3msxm6</a>
albert_e10 months ago
Great video -- any complementary resource that can help a young learner get started? What tool might one use to do such animations?
评论 #41084488 未加载
heyrikin10 months ago
Oh snap these are built in Processing? I&#x27;ll have to give it another go.
aloisdg10 months ago
Great video. So smooth. Now I want to try it. Good job