1
Darwinbots3 / possible new project
« on: December 13, 2019, 12:41:00 PM »
Good Morning DarwinBots.
It's been a long time but over the last couple of years I've been finding myself missing DarwinBots more and more and almost starting a completely new project along the same lines but not identical.
My thought are to start making a pure C++ evolvable or programable bot system using openGL with a nice tidy wrapper ( SFML is currently my favorite option ) using a multi threaded timer interrupt system and an object oriented environment grid (that constantly tracks local bots) to get around the age old limitations of nasty slow calculations.
I see that it's kind of dead around here but i thought I would just post a quick message here to see if anybody is the least bit interested in starting a complete new generation of DarwinBots.
One of the biggest issues I've come up against with C++ coding is that I will have to move completely away from the forms approach used in the VB6 version.
I took a look at the C++ code that is posted up here but I noticed that it's very old and very incomplete.
TBH I plan to throw away everything and start over with a complete new system with whole new sensory systems. The bots that I envision will literally be more like actual robots in the way they work. They will still have the ability to mutate but my plan to separate the "DNA" into two distinct parts. The first part will designate the form while the second part will be purely behavioral.
My "Bots" will be more like little nanites with different possible configurations that can be used for different things such as power generators, manipulators, weapons.
They may still end up looking like standard darwinbots (at least at first ) but that is where the likeness ends.
If anybody is interested in what I'm planning just let me know and I will keep posting updates here.
Cheers.
PY
It's been a long time but over the last couple of years I've been finding myself missing DarwinBots more and more and almost starting a completely new project along the same lines but not identical.
My thought are to start making a pure C++ evolvable or programable bot system using openGL with a nice tidy wrapper ( SFML is currently my favorite option ) using a multi threaded timer interrupt system and an object oriented environment grid (that constantly tracks local bots) to get around the age old limitations of nasty slow calculations.
I see that it's kind of dead around here but i thought I would just post a quick message here to see if anybody is the least bit interested in starting a complete new generation of DarwinBots.
One of the biggest issues I've come up against with C++ coding is that I will have to move completely away from the forms approach used in the VB6 version.
I took a look at the C++ code that is posted up here but I noticed that it's very old and very incomplete.
TBH I plan to throw away everything and start over with a complete new system with whole new sensory systems. The bots that I envision will literally be more like actual robots in the way they work. They will still have the ability to mutate but my plan to separate the "DNA" into two distinct parts. The first part will designate the form while the second part will be purely behavioral.
My "Bots" will be more like little nanites with different possible configurations that can be used for different things such as power generators, manipulators, weapons.
They may still end up looking like standard darwinbots (at least at first ) but that is where the likeness ends.
If anybody is interested in what I'm planning just let me know and I will keep posting updates here.
Cheers.
PY