I am currently trying to get to grips with processing as part of my dissertation for my Masters Degree.
I am hoping to write a piece of code which will be able to randomly distribute houses (represented by rectangles) within a given area, with a minimum distance between each house (i.e no overlapping), and possibly arranged around a road structure (probably just represented by some lines- but this part is only if i have time/is even possible). Then use genetic algorithm to test the fitness function (based around the number of houses achieved) to reach the optimal solution in terms of density.
I have been looking at a number of examples for the initial part of my study (most of which involve circles):
// i have mainly been looking at this one - though i think a few of the details (the square spiral, the mouse/keyboard inputs etc) are unnecessary for what i am trying to achieve. I just cant figure out what to take out!