Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
cleliodpaula
cleliodpaula's Profile
3
Posts
9
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Is possible to set a sketch to run in a specific Texture?
[1 Reply]
13-Sep-2012 06:19 PM
Forum:
General Discussion
Let me explain:
For example:
I have two examples from our default library:
Animate/Sequential
Effect/Plasma Demo Effect
Those two have different settings, setups and etc.
What I'm trying to do is:
Create a new Sketch (PROJECT), with some of GLTextures or another kind of...
put some part of codes of these two examples in news tabs.
And use a GUI to select them, to appear in the Draw(), or use some kind of Input to control them.
MIgrating to 2.0b1 from 1.51 - Issues on video lib.
[12 Replies]
05-Sep-2012 01:12 PM
Forum:
Core Library Questions
Hi there,
I'm trying to migrate to new processing, as I use to do always in my life (it's an update, so moving on...).
But is being so hard so far.
my setup:
Mac OS X 10.7.3
Processing 2.0b1 - Launch Programm in 32-bit mode
$ java -version
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11D50b)
Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)
Used to work on Processing 1.5 - and all the problems that I'm front right now I not had using this release.
First:
Any examples form libraries/video/capture simple doesn't works. Sometimes crash, sometimes freeze.
the console log after AsciiVideo
DVFreeThread - CFMachPortCreateWithPort hack = 0xc083b7c0, fPowerNotifyPort= 0xc085a0f0
DVFreeThread - CFMachPortCreateWithPort hack = 0xc0809a60, fPowerNotifyPort= 0xc0808080
DVFreeThread - CFMachPortCreateWithPort hack = 0xc08159a0, fPowerNotifyPort= 0xc082add0
I use the GSVideo too, and I tried to run the AsciiVideo from there.
the console error:
GSVideo version: 1.0.0
19200
Invalid memory access of location 0x0 eip=0x97cee3ba
and raised an error window
Process: java [25673]
Path: /usr/bin/java
Identifier: com.apple.javajdk16.cmd
Version: 1.0 (1.0)
Code Type: X86 (Native)
Parent Process: JavaApplicationStub [24849]
PlugIn Path: /var/folders/*/libjogl_desktop.jnilib
PlugIn Identifier: libjogl_desktop.jnilib
PlugIn Version: ??? (???)
Date/Time: 2012-09-05 17:04:08.993 -0300
OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9
...
I work with SimpleOpenNI, GSVideo, GLgraphics, SurfaceMapper...
And I decided migrate yesterday, to increase performance using the same CPU when I render videos.
Someone can help me?
Thanks
for_loop + delay doesn't work
[5 Replies]
10-Jun-2011 09:54 AM
Forum:
Programming Questions
Hi guys,
i'm a newbie at processing.
i'm trying to do something like this:
String[] lines = loadStrings("sometext.txt");
for(i = 0; i< 18; i= i+1){
text(lines[i].toUpperCase(), 15, 20, 760, 200);
delay(1000);
background(255);
}
obviusly it's not working.
so, I looked for some help, and I realized uses the function delay is not considered a good pratice.
So, what i'm trying is change the way of to do this.
I tried put framerate(1) and did not work too.
my response is something like:
all phrases appear at the same time, and all them in the same space.
thanks.
«Prev
Next »
Moderate user : cleliodpaula
Forum