Tagged Questions

3
votes
3answers
101 views

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

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 …
0
votes
2answers
44 views

how can I fix xcode compiling everything all the time ?

Hi, I've started to use XCode and it seems to work, well, most of it. The annoying thing is it compiles all the source files, even those that didn't change, each and every time. I'm getting the …
0
votes
0answers
135 views
1
vote
4answers
516 views

problem saving openGL FBO larger than window

Hello, I'm rendering into an OpenGL offscreen framebuffer object and like to save it as an image. Note that the FBO is larger than the display size. I can render into the offscreen buffer and use it …