Hi, i need a some suggestions on how to implement the following and what GDI+ functionilty i would need. What i need to do is a Visualization of an assembly line (tracks, ...): - if a certain track/machinery is in motion i would have to animate the gfx representing
that machinery on the screen - the gfx does not have to be very detailed, so basic shapes without fancy shading/textures would be 100% sufficient - i further need LEDs for some parts to show on/off states - and finally each part of the assembly line would
need a label displaying a short description, e.g. "Track 1" So for my specific questions: For animated gfx, would it be better to use animated GIFs or is there an easy way to create an animated texture in GDI+? Also would it be better to display the whole
assembly line using standard bitmap (e.g. PNG file in a picture box), and then draw/display the animations as overlay? Or is it better to create GDI+ objects for each part, even for those that do not need to be changed/animated. Any suggestions and pointers
to sources regarding this would be very helpful :) Thx in advance!
Moon
Participant
830 Points
166 Posts
Visualization of an assembly line
Feb 05, 2004 08:56 AM|LINK
Moon
Participant
830 Points
166 Posts
Re: Visualization of an assembly line
Feb 06, 2004 08:25 PM|LINK