I got some interesting patterns i made in ofelia. But how do i render them on my harddisk?
I tried gem but the externals arent working on my operating system. Is there an object to render those patterns just like audio on harddisk?
-
How to render with ofelia?
-
@AllesDings Maybe using a screengrab app, on linux I'm using this:
https://www.maartenbaert.be/simplescreenrecorder/Cheers
-
@EEight i am on mac.. i could use quicktime player but it isnt that good on mac.
but thanks for the input. -
@AllesDings I think you could do something like this in Ofelia:
local img = ofImage() img:grabScreen(0, 0 , ofGetWidth(), ofGetHeight()) img:save("screenshot.png")