another big one this time
added blinking eyes, moving mouths, eye movement just for some nice touch and then decided it’s finally time to give da animals a little bit of a brain. The system i decided on for now is a simple “neuronal network” kind of thing. I got a bunch of nodes like: sensor for vision/smell/time, math add/multiply/min/max/relu/…, memory basically just decaying values over time, actuators Move/Turn/Bite/Flee. these modules can then be linked up kinda like unity shader graph (thats why my ui look like dat lmao) the nodes are then connected via neurons that store a weight (which will later be adjusted via, who guessed it, Evolution). Addition of all the math nodes adds some complexity that i am quite a fan of. To recreate an idling cycle for example one could use a sin wave and time, … Anyways that’s all for now next up is probably instincts/hormones or sum else didnt decide yet. Any thoughts as always in the comments. Oh ye i also fixed webgl rendering via adressables (loading resources). 
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.