was the next video combining genetic algorithm with nural network brain ever published?
@CarlosOsório-v4lКүн бұрын
Im officially a nerd, i really enjoyed this explanation, id heard the term procedural animation, but never got to know exactly what it was, now i do, thanks a lot
@dylanlamprecht34062 күн бұрын
Thx, this really helped me, I love the illustrations!
@t.sultana3 күн бұрын
Hi, I have no Idea of coding or animation. I loved the video. Can you tell me how to start doing it? Where do I start?
@cthutu3 күн бұрын
The fitness function could use the actual distance through the maze to the exit. You start with the exit and give it a value of 0. Then all subsequent squares attached to it are 1, then 2 and so on.
@LabGecko4 күн бұрын
This feels like a master's thesis in comp sci animation
@thanatosor4 күн бұрын
😂 If every paper is represented this way, we all are professor 👨🏫
@EdeYOlorDSZs4 күн бұрын
Felt very simple honestly, but that means it's good education
@OhMyRoystone5 күн бұрын
Your presentation skills and ideas are incredible, immediately subscribed. Thank you for sharing this knowledge!
@theashbot40977 күн бұрын
I love the quality of these videos! WHat Video editor do you use?
@EvS4447 күн бұрын
I love this video!
@TheEchigo88 күн бұрын
Only 3 vids. Pls make more , this was so well explained! 💜
@nicholasfigueiredo31718 күн бұрын
This works so fucking well. The animations feel pretty fluid. I am lazy and I love it.
@naranyala_dev8 күн бұрын
try animals with a lot of legs
@danthiel862310 күн бұрын
Nice work very impressive.
@JoaoPedro-dx6pn13 күн бұрын
Cute as hell
@alphaknight35714 күн бұрын
Amazing video!!!! At 3:22, how did you get the outline of the snake to be that smooth just by connecting the dots?
@elacademy14 күн бұрын
Great ! Super ! Thank You for sharing !
@logical_mania17 күн бұрын
Please do this in blender
@cedricharris-v2r17 күн бұрын
What we play around with now have been in use for over a decade
@luckyknot17 күн бұрын
amazing work!!
@LoadLiam18 күн бұрын
3:58 "The idea is simple" *Failboat flashbacks*
@DillonBoucherDesigns19 күн бұрын
I watch very few videos that give me those “ah hah!” or “lightbulb” moments. This was one of them!
@mrshodz20 күн бұрын
Nice work.
@sikliztailbunch20 күн бұрын
I am learning Houdini. This is very inspiring. And a great challenge to get this adapted into VEX or python.
@redtree73220 күн бұрын
There are no “bad mutations” from an evolutionary standpoint. There is only common and uncommon (bell-curve).
@Enutie21 күн бұрын
Wow this is impressive! Keep it up 🎉
@alejotassile644121 күн бұрын
So this is how rain world makes movement... interesting!
@fernandaconduto38823 күн бұрын
You could make a good mouse pointer with this
@davidawakim547323 күн бұрын
Wonderful video, thank you for making such a scary concept suddenly seem so simple!
@issamu2k23 күн бұрын
Java ugh... Is there something powerful in python?
@sanjeeth218924 күн бұрын
I would love to see the working code for this using typescript + motion canvas.
@mrorange15925 күн бұрын
Really nice 🙂💯 but can I ask what software you use to produce these animations? I am a game Dev and I am confident in unreal blueprints and GameMaker. I'm thinking that I could apply many of the techniques in GameMaker but I'm very curious what you are using.
@CodingBitesHard28 күн бұрын
Awesome video, thx ♥.
@eggsontoast29 күн бұрын
This is extremely cool, I will definitely be trying out some of these techniques
@waterman7733Ай бұрын
Nice reverse engineering of a tiny part of God's creation. Beautiful!
@LiamKarlMitchellАй бұрын
This is awesome you did an amazing job explaining and showing this process :)
@_EggАй бұрын
Amazing video! You inspired me to incorporate PA into my game!! Thanks for the inspiration!
@frankwerner923Ай бұрын
3:48 me trying to follow the math concepts
@Bullet-with-ShawnАй бұрын
Awesome!!! Really awesome!!
@MagicPixelАй бұрын
This was beautiful, subscribed for more! :) Question: what do you use to make your animations? Never mind, I just read the FAQ :D
@DevRiverАй бұрын
So Hard
@Blue-pd3dvАй бұрын
it is magic...really
@googleyoutubechannel8554Ай бұрын
Yep, you're reinventing normal digital animation techniques... slowly... soon you'll have full IK and ragdoll physics.
@significantharassmentАй бұрын
I feel like I'm looking at Rain World footage right now
@GDhatenalАй бұрын
Now add a system of a point the animal goes to and you have the best loading animation ever
@MaemiNoYumeАй бұрын
this is so incredibly helpful. I'm so grateful for the fact that there are so many creators like you who gives so much helpful information and knowledge for us for free. I'll make sure to credit this video on my next game, because I'll be using these techniques for sure
@sasuke2910Ай бұрын
You're missing an important part, how do you connect the lines? Clearly they're not just line segments or it'd be way more jagged. It is beziers? Or are your actual body segments way more dense?