We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi guys,
I am looking for someone to create a dynamic logo for me. I am not quite skilled enough to do it in processing quite yet
The logo will look like this as a phase.
Generated based upon this shape(a hexagon with a hexagon removed from the centre);
I have began to write the rules for creating it(or what I would imagine they are);
Processing will define randomly sized and positioned segments of the hexagonal shape and randomly colour one of those segments yellow. 1 - There must be no overlapped segments 2 - Total area of all the segments must equal half the area of the whole hexagonal shape 3 - The wedges are defined by bounding lines that radiate out from the centre of the hexagonal shape 4 - The area of each segment is randomly generated 5 - The minimum area of a segment is 1/20th the area of the whole hexagonal shape 6- It would need to change after .5 seconds
If you are interested in creating this, please contact me via pm or on johnegan@bimscript.com
Thanks,
Answers
it's a start:
4 segments, all solid black. segments add up to 180 degrees, which isn't necessarily half the area but will be close enough. and .5 seconds is too quick (change delay())
outline version. no yellow segment as yet... (i'm thinking of a seed-fill)