hi, i'm asked to make a very large rendering (movie file) of one of my p5 apps.
once i heared something of a possibility to make a movie directly to drive, without screen output. couldn't find more about it.. does that exist?
or might there be another way to do that?
thank you!
h.
hi,
how can i please implement a function into a createGraphics layer?
i want to have the drawCircl function (bottom) run within the PGraphics, as the ellipse sample i put in is working..
thank you!
Rad = random(15)+width*noise(frameCount)/11; pg.ellipse(random(width), random(height), Rad,Rad); // this works pg.drawCircl(random(width), random(height), random(0.5,1)); // this works not:( ..how to implement a function into createGraphics ???
hi, i'm working often with alpha background rect's to slowly blend out the objects. i found out that with lower alpha values white turn grey and black too. is there a solution that white stays white and black black? thank you!
hi, i'd like to make the "saveFrame" function possible for online users, so that anyone who pushes key "s" gets a "save frame or image" window popped up to save it...
couldn't find it, might be somewhere explained. thank you!
hi, i installed a new windows 7 64 bit computer, which shows this message at quite a lot of openprocessing sketches via firefox:
line -6978:at.head is undefined with my older computer it shows up fine.
does anybody have any clue what that could be? thanks!
hi, when i work with loadImage and export it for online setup, it never loads the images, even when i put them into the sketch folder...? ok, it works by using the full path, but is there an better solution or an easy preload function?
hi, i want to export 3d data out of p5 for later rendering in external software..
till now i only manage to get dxf or stl data without the (fill) color information.
what is today the easiest way to get a dxf/obj/stl ...what ever, with color information?
thank you!
hi, i want to have a simple background gradient, but as vector for large PDF image export.
now i use this:
but when i render it large with gimp it shows up as many lines, not at all even. how can i solve this better?
thank you!