1
Darwinbots3 / Re: possible new project
« on: December 20, 2019, 09:28:47 AM »
My object oriented env grid concept is really more designed to make it far easier and faster to scan the botlist for details.
Each section of the grid would act as a completely independent map segment that would own all bots and other objects that are present within it.
When an object moves across a border from one segment of the grid to the next, the segments would pass ownership from one to the other.
In this way, during a sensor scan the bots only need to concern themselves with any segments that are within their sensor range. Makes the botlist WAY smaller so takes massively less processing power.
Each section of the grid would act as a completely independent map segment that would own all bots and other objects that are present within it.
When an object moves across a border from one segment of the grid to the next, the segments would pass ownership from one to the other.
In this way, during a sensor scan the bots only need to concern themselves with any segments that are within their sensor range. Makes the botlist WAY smaller so takes massively less processing power.