We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › opengl in processing
Page Index Toggle Pages: 1
opengl in processing? (Read 398 times)
opengl in processing?
Jun 21st, 2009, 6:51pm
 
hi, is it possible to use opengl api with processing? i want to have access to all opengl commands from opengl api. Is is possible?


thanks

P.
Re: opengl in processing?
Reply #1 - Jun 21st, 2009, 7:46pm
 
import processing.opengl.*;

void setup(){
 size(650, 400, OPENGL);
}
Re: opengl in processing?
Reply #2 - Jun 21st, 2009, 8:25pm
 
hi , i know i can do that, but i dont want to use the opengl renderer, i want to have access to all the commands from opengl api. Is that possible?
Re: opengl in processing?
Reply #3 - Jun 22nd, 2009, 4:25am
 
http://processing.org/reference/libraries/opengl/index.html

second half of page...
Page Index Toggle Pages: 1