diff options
-rw-r--r-- | nbproject/project.properties | 6 | ||||
-rw-r--r-- | www/index.html | 33 |
2 files changed, 28 insertions, 11 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 401fc04..2460214 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -96,11 +96,13 @@ run.test.classpath=\ source.encoding=UTF-8 src.dir=src test.src.dir=test +#no classpath for jarfile +jar.classpath= #the jocl-demos version you are building jocl_demos_base_version=0.9 #jnlp codebases -#jocl.codepase=http://jogamp.org/deployment/webstart-next +#jocl.codepase=file:../../jocl/dist/ #jogl.codepase=http://jogamp.org/deployment/webstart-next -#jocl-demos.codepase=http://jogamp.org/deployment/webstart-next
\ No newline at end of file +#jocl-demos.codepase=
\ No newline at end of file diff --git a/www/index.html b/www/index.html index ae07b94..a5b173c 100644 --- a/www/index.html +++ b/www/index.html @@ -5,7 +5,7 @@ <link href="../../style.css" rel="stylesheet" type="text/css"/> <link href="../../jocl/www/style.css" rel="stylesheet" type="text/css"/> <link href="http://jogamp.org/SocialCoding/logo_symbol_finals/website_final_blue_favicon_symbol_16x16pel.ico" rel="shortcut icon"/> - <title>Java Bindings for the OpenCL API</title> + <title>Java Bindings for the OpenCL API - Demos</title> </head> <body> <div id="container"> @@ -23,25 +23,30 @@ <li><a href="../../wiki/">Wiki</a></li> <li><a href="../../blog/">Blogs</a></li> <li><a href="../../forum.html">Forums</a></li> - <li><a href="../../chuck/job/jocl_onmaster/label=linux64-null-centos54-jogamp-x64-chuck-001/javadoc/">JavaDoc</a></li> + <li><a href="../../deployment/webstart-next/javadoc/jocl/javadoc/">JavaDoc</a></li> </ul> </div> <div id="main"> <div id="sidebar"> <h3>Useful Links</h3> <ul> - <li><a href="http://jogamp.org/chuck/job/jocl_onmaster/label=linux64-null-centos54-jogamp-x64-chuck-001/javadoc/">JOCL JavaDoc</a></li> - <li><a href="http://jogamp.org/wiki/index.php/JOCL_FAQ#Getting_Started">JOCL Hello World</a></li> + <li><a href="../../deployment/autobuilds/master/">Download JOCL</a></li> + <li><a href="../../deployment/webstart-next/javadoc/jocl/javadoc/">JOCL JavaDoc</a></li> + <li><a href="../../wiki/index.php/JOCL_FAQ#Getting_Started">JOCL Hello World</a></li> <li><a href="http://github.com/mbien/jocl">Code Repository</a></li> <li><a href="http://github.com/mbien/jocl-demos">Demos Repository</a></li> <li><a href="../doc/HowToBuild.html">Building JOCL</a></li> </ul> - <h3>External</h3> + <h3>External References</h3> <ul> <li><a href="http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/">OpenCL Reference Pages</a></li> <li><a href="http://www.khronos.org/registry/cl/specs/opencl-1.1.pdf">OpenCL 1.1 Specification</a></li> <li><a href="http://www.khronos.org/files/opencl-quick-reference-card.pdf">OpenCL Quick Reference</a></li> - <li><a href="http://developer.amd.com/documentation/videos/OpenCLTechnicalOverviewVideoSeries/Pages/default.aspx">ATI Stream OpenCL Technical Overview Video Series</a></li> + </ul> + <h3>External Tutorials</h3> + <ul> + <li><a href="http://developer.amd.com/zones/OpenCLZone/universities/pages/default.aspx">AMD OpenCL University Kit</a></li> + <li><a href="http://developer.amd.com/documentation/videos/OpenCLTechnicalOverviewVideoSeries/Pages/default.aspx">AMD Stream OpenCL Technical Overview Video Series</a></li> <li><a href="http://www.macresearch.org/opencl">Mac Research OpenCL Tutorials</a></li> </ul> <a href="http://www.khronos.org/opencl/"><img src="http://www.khronos.org/opencl/images/opencl_100px.png" alt="OpenCL"/></a> @@ -50,13 +55,23 @@ <div id="text"> <h3>Java OpenCL demos project</h3> <p> - OpenCL Info utility <a href="../../deployment/webstart-next/jocl-demos/clinfo.jnlp">launch</a>. + <a href="../../deployment/webstart-next/jocl-demos/clinfo.jnlp">launch</a> OpenCL Info utility. + </p> + <p> + <a href="../../deployment/webstart-next/jocl-demos/gamma.jnlp">launch</a> Simple gamma correction using BufferedImages. + </p> + <p> + <a href="../../deployment/webstart-next/jocl-demos/julia3d.jnlp">launch</a> 3D interactive Julia fractal. + </p> + <p> + <a href="../../deployment/webstart-next/jocl-demos/multi-device-fractal.jnlp">launch</a> Multi device Mandelbrot fractal. </p> <p> - (webstart demos using OpenGL are disabled until JOGL 2 is ready) + <a href="../../deployment/webstart-next/jocl-demos/glclinterop.jnlp">launch</a> OpenGL-OpenCL memory sharing. </p> <p> - <a href="http://github.com/mbien/jocl-demos">Demos Repository</a> + <i>Sourcecode of the above and several other samples is available via the + <a href="http://github.com/mbien/jocl-demos">demos repository</a></i>. </p> </div> </div> |