XNA, WPF light show visualizer

Posted by Bgnt44 on Stack Overflow See other posts from Stack Overflow or by Bgnt44
Published on 2010-06-09T15:35:05Z Indexed on 2010/06/10 9:12 UTC
Read the original article Hit count: 379

Filed under:
|
|

HI all,

I'm developing a software to control light show ( through DMX protocol ), i use C# and wpf to develop my main software (.net 4.0)

To help people preview their show, i would like to make a live 3D visualizer...

First, i thought that i could use wpf 3D to make the visualizer, but i need to work with light ..

My main application should send property ( beam angle, orientation (X,Y), position(X,Y), Brush ( color,shape,effect)) to the 3D visualizer

But i would like to be able to move light (position in the scene) by mouse during execution and had value in return...

So ..

Does XNA is the easiest way to doing that ?

Can you help me for that :

  • Generating light (orientation , bitmap like filter in front of light )

  • Dynamically moving object with mouse and get position in return

  • Dynamically add or remove fixture

All of your advice, sample, example are very welcome ... I don't espect to have a perfect result at the first time but i need to understand the main concepts for doing that

Thank You !!

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf