Hello d3x0r,
Glad to see you, and sorry for the mistake on your pseudo.
Thanks for all these very interesting examples and games. As you know, we like automaton. The Bug brain program seem very interesting.
This world of automaton is fascinating and there is an infinite number of way to explore ...
Yes, in the future, maybe we could dream about some kinds of programmable logic robot or an IA robot.
You talked to us about Alice on a post, that's a very interesting project with cool features.
FPLA programming with high level languages.
there are lots of registers available. A register is a single bit, it can be used just like any input or output bit.
Every node fires at a clock and can process...
Reg1 = Input1
all logical operators .... & | + - * / > < = .... get supported... with carry and overflow able to be redirected to other registers/outputs..
We understand what you mean. Long ago, on Amiga, I have made a very little logic door simulator. It was very basic and lacked graphic interface, but I remember it was very fun.
For assembly language, we have added a little basic syntactic parser (z/ZParser.h) to Blackvoxel. So it will be simpler to handle parsing of some languages.
I would think though that a input/output/register (sh/c)ould be an analog value instead... which allows more operators like sin/cos/square wave pulse generator functions... which can be done at a digitial level also...
This remember me the "fuzzy logic" concept. That's powerful.
So, very interesting thoughts.
The Blackvoxel Team