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 & HelpPrograms › How exactly to use OpenCl for java in processing
Page Index Toggle Pages: 1
How exactly to use OpenCl for java in processing ? (Read 1350 times)
How exactly to use OpenCl for java in processing ?
Apr 24th, 2010, 6:33am
 
some questions :


is it safe stable to use openclforjava with processing  

how do i use opencl for java with processing

i see there is a page with the code , but how do i actually us it

http://code.google.com/p/nativelibs4java/wiki/OpenCL

thanx !
Re: How exactly to use OpenCl for java in processing ?
Reply #1 - Apr 24th, 2010, 9:35am
 
well it sure is possible http://www.pixelnerve.com/v/2010/02/17/javacl-the-new-opencl4java/

as for how to do it exactly, first learn opencl, learn on how to use JavaCL and then make it work with processing.
Re: How exactly to use OpenCl for java in processing ?
Reply #2 - Apr 24th, 2010, 10:57am
 
ohhhhhhhhhhhhh !

sad news for me. im a newbie.




is there any action form the developers to use natively the gpu power to render ? like using opencl ?


Re: How exactly to use OpenCl for java in processing ?
Reply #3 - Apr 24th, 2010, 12:55pm
 
TweakingKnobs wrote on Apr 24th, 2010, 10:57am:
is there any action form the developers to use natively the gpu power to render

Well, you have already a solution to use the GPU for graphics rendering. It is called OpenGL...
If I am not mistaken, OpenCL is to use the GPU for computations, and I am suspecting it isn't for the faint of heart... Smiley
Page Index Toggle Pages: 1