Is There A .Net Library for Artistic Coding like Processing or OpenFrameworks?
Asked Answered
G

4

5

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.

Greenhouse answered 4/10, 2009 at 18:31 Comment(0)
G
4

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

Greenhouse answered 10/12, 2009 at 18:12 Comment(0)
D
3

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

Dimitry answered 2/11, 2011 at 23:29 Comment(0)
P
1

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.

Proudlove answered 12/10, 2009 at 23:15 Comment(0)
M
0

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.

Macula answered 4/10, 2009 at 18:49 Comment(1)
Not quite what I had in mind. Although, does using experssion with WPF/SilverLight animations have a similar purpose?Greenhouse

© 2022 - 2024 — McMap. All rights reserved.