After several years of intention, I started in on rewriting my genetic art software in Java. Thanks to several good tutorials on tree structures online, I have a GenericTree abstract class built up. The hard part of this endeavor is going to be dealing with evaluating the math functions from the String data that the tree will spit out. Unfortunately, Java is devoid of an eval() method so I’m going to have to whip one up myself.
I want to make this available via a web interface, but I also want to have an application version. I also want to make it defaultly save the images into an actual file format so they can be reproduced at will.
I’m probably getting ahead of myself here, development will happen one piece at a time: first the tree structure, then the function generation/manipulation, and then the presentation. So all in good time. 🙂
Related Articles
No user responded in this post