I really like the work that's done with processing (http://processing.org) but I'm more exposed to the .Net world and would like to stay there. Is there a library or sub-language within .Net that is very focused on being easy to use for artists?

Processing and OpenFrameworks excel because it's so easy to create animations and other visual art from code without having to worry about the other bits.

link|improve this question

feedback

4 Answers

up vote 3 down vote accepted

Microsoft has come out with Vedea, which is they're actually billing as Processing for .Net It should be available in early 2010

http://research.microsoft.com/en-us/projects/vedea/

http://blogs.msdn.com/martinca/archive/2009/12/03/introducing-the-microsoft-visualization-language.aspx

link|improve this answer
feedback

there is XNA of course - a games library for C#. Although not quite as easy to use as processing it's not far off once you've overcome the initial learning curve. XNA has has much more powerful graphics than processing and uses a vastly superior IDE (visual studio) and gives you all the advantages of c# and .net.

link|improve this answer
Start at creators.xna.com – Dour High Arch Oct 19 '09 at 19:45
feedback

Take a look to VVVV http://vvvv.org/propaganda

link|improve this answer
feedback

I'm not sure if this is exactly what you're looking for, but you could check out Expression, which is a designer-focused tool from Microsoft. It is not free, though, and really more of an IDE than a language/framework. It is supposed to allow developers (coding the behavior/logic) and interface designers (coding the user experience/interface) to work together effectively.

link|improve this answer
Not quite what I had in mind. Although, does using experssion with WPF/SilverLight animations have a similar purpose? – pnewhook Oct 7 '09 at 20:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.