AlexeyZ
08-28-2012, 09:58 AM
In my 2D app, I'm looking to draw irregular grid consisting of hundreds of short line segments, similar to how spider's web look like.
I'm concerned about performance, therefore before embarking on implementation wanted to consult with professionals here, what technique would you guys use to draw something line that?
Couple of points:
- in my spider's web I want to be able to manipulate individual lines (change color for example)
- the web drawing will not be static for example it can shrink or grow thus less or more lines will be drawn
Appreciate any help.
I'm concerned about performance, therefore before embarking on implementation wanted to consult with professionals here, what technique would you guys use to draw something line that?
Couple of points:
- in my spider's web I want to be able to manipulate individual lines (change color for example)
- the web drawing will not be static for example it can shrink or grow thus less or more lines will be drawn
Appreciate any help.