summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Trivial-as-possible JOAL testHEADmasterMark Raynsford2012-11-113-0/+75
|
* Update example to rc11Mark Raynsford2012-11-111-2/+2
|
* Adapt to latest JOGL changesSven Gothel2012-10-126-9/+13
|
* Merge remote-tracking branch 'origin/master'Sven Gothel2012-09-200-0/+0
|\
| * Merge pull request #5 from xranby/masterSven Gothel2012-09-201-68/+90
| |\ | | | | | | es2/RawGL2ES2demo: Remove AWT dependency to allow running on a Raspbe…
* | | Improve frame rendering smoothness in src/demos/es2/RawGL2ES2demo.javaXerxes Rånby2012-09-201-4/+7
| |/ |/| | | | | | | | | | | by using Animator instead of FPSAnimator. Calculate the time deltas for the theta movement using milliseconds passed between two frames. Signed-off-by: Xerxes Rånby <[email protected]>
* | Fix ecj warnings in src/demos/es2/RawGL2ES2demo.javaXerxes Rånby2012-09-201-21/+0
| | | | | | | | | | | | Removed unused imports, unused c field and the unused printMatrix function. Signed-off-by: Xerxes Rånby <[email protected]>
* | Use NIO Direct buffers to pass data to glVertexAttribPointer in ↵Xerxes Rånby2012-09-201-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RawGL2ES2demo.java https://github.com/sgothel/jogl/commit/3f5aac3536956e245d0e151e4915e7dd67a08b7e Fixed two logical flaws regarding: - GL spec: Pointer functions required passed memory pointers to persist - JNI: Primitive arrays may change their native memory location (swap), even if they were not GC'ed. The demo code is now updated to stay compatible with this change. Signed-off-by Xerxes Rånby <[email protected]>
* | es2/RawGL2ES2demo: Remove AWT dependency to allow running on a Raspberry Pi; ↵Xerxes Rånby2012-08-221-46/+72
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make syntax BeanShell compatible. - Raspberry Pi: Removed dependency of com.jogamp.newt.awt.NewtCanvasAWT to allow running on -Djava.awt.headlessi=true systems, we can do this by using NEWT directly to open a window. You can run this demo on a Raspberry Pi using the JogAmp JOGL auto-build aggregate from 20 Aug 2012 and later: wget http://jogamp.org/deployment/archive/master/gluegen_577-joal_347-jogl_790-jocl_653/archive/jogamp-all-platforms.7z 7z x jogamp-all-platforms.7z cd jogamp-all-platforms wget https://raw.github.com/xranby/jogl-demos/master/src/demos/es2/RawGL2ES2demo.java javac -cp jar/jogl-all.jar:jar/gluegen-rt.jar RawGL2ES2demo.java java -Dnativewindow.ws.name=jogamp.newt.driver.bcm.vc.iv -cp jar/jogl-all.jar:jar/gluegen-rt.jar:. RawGL2ES2demo - Beanshell: removed final in function arguments and changed float array declaration to become BeanShell compatible. You can run this demo interpreted using Beanshell: wget http://www.beanshell.org/bsh-2.0b4.jar java -cp jar/jogl-all.jar:jar/gluegen-rt.jar:bsh-2.0b4.jar:. bsh.Interpreter RawGL2ES2demo.java - Vertex and Fragment shaders: remove #version lines to make the shaders compile on more drivers.
* Adapt to JOGL changes commit 00bef95008b02cc71e166da122884402e9381f44Sven Gothel2012-07-251-2/+4
|
* Adapt to FBObject changesSven Gothel2012-07-203-47/+31
|
* Added trivial testMark Raynsford2012-06-273-0/+188
|
* Adapt to changes for Bug #598 - JOGL ALL JAR File Change incl. it's Native ↵Sven Gothel2012-06-269-44/+44
| | | | | | | Jar URL Derivation - Depends on GlueGen commit 9a71703904ebfec343fb2c7266343d37a2e4c3db - Depends on JOGL commit a393e45613d87101dbb13763df263c2f9291d2d0
* setenv-jogl.sh: remove LD_LIBRARY_PATH settings .. no more requiredSven Gothel2012-06-211-2/+2
|
* Remove GLProfile.initSingleton(..) calls and JNLP argument ↵Sven Gothel2012-06-2169-437/+50
| | | | | | | | | | 'NotFirstUIActionOnProcess'; Adapt to CapabilitiesChooser API/generics change; Misc - Remove GLProfile.initSingleton(..) calls and JNLP argument 'NotFirstUIActionOnProcess' - Adapt to CapabilitiesChooser API/generics change - Cleanup some generics use .. etc
* Merge pull request #3 from xranby/masterv2.0-rc9v2.0-rc6Sven Gothel2012-04-161-0/+455
|\ | | | | RAW JOGL2 OpenGL ES 2 demo
| * RawGL2ES2demo: make shaders Mesa X11 GL compatible.Xerxes Rånby2012-03-231-6/+21
| |
| * RawGL2ES2demo: Mention JOGL probing of system installed libGL and libEGL.Xerxes Rånby2012-03-231-3/+17
| |
| * JOGL2 OpenGL ES 2 demo to expose and learn what the RAW OpenGL ES 2 API ↵Xerxes Rånby2012-03-231-0/+426
| | | | | | | | looks like.
* | Adapt to JOGL's ShaderUtil API changes commit ↵v2.0-rc8v2.0-rc7Sven Gothel2012-04-163-14/+14
| | | | | | | | 62e5686fb583ad991d5811baf242d40d21952e27
* | Removed obsolete openmax demos. JOGL has demo/test code for GLMediaPlayerSven Gothel2012-04-098-977/+0
|/
* Adapt to GlueGen IO resource changes URL -> URLConnection for effeciencySven Gothel2012-03-172-17/+14
|
* Adapt to JOGL's NativeWindow changesSven Gothel2012-03-061-5/+17
|
* Extract demos 'dualDepthPeeling' and 'tennis' w/ code and data. Skip ↵Sven Gothel2012-02-287-8/+42
| | | | | | | | www/*.7z from archive. Extracting the demos reduces the footprint of general demo data (especially for dualDepthPeeling's dragon.obj) and also allows to run the demo as standalone (tennis).
* Repackage demos src zip to 7zSven Gothel2012-02-287-4/+4
|
* Adapt to latest JOGL changes (commit: ↵Sven Gothel2012-02-245-17/+12
| | | | a4c7bf0420e369e71561d2847f2fc444ce5abafa, d97c54896d349e8a22c9cafec75c62476c16fdd1)
* Seperate dualDepthPeeling obj data; Add data anchor classSven Gothel2012-02-185-5/+14
|
* JOGL'fy dualDepthPeeling demo (Using JOGL ShaderState/Code/Program)Sven Gothel2012-02-187-462/+277
|
* unify shader names(2)Sven Gothel2012-02-1826-0/+0
|
* unify shader namesSven Gothel2012-02-1826-0/+0
|
* Merge pull request #2 from abokinsky/masterSven Gothel2012-02-1530-0/+1751340
|\ | | | | Dual Depth Peeling Dragon Demo
| * Package and load path changesAlexandra Bokinsky2011-03-153-3/+15
| |
| * Port of NVIDIA OpenGL Dual Depth Peeling demo.Alexandra Bokinsky2011-03-1530-0/+1751328
| | | | | | | | http://developer.download.nvidia.com/SDK/10.5/opengl/samples.html
* | javac - setup encoding to UTF-8Sven Gothel2012-01-231-0/+5
| |
* | Gears: Remove initSingleton()Sven Gothel2012-01-222-4/+2
| |
* | Fix Bug 516 (Determine Java Version) / See gluegen: ↵Sven Gothel2012-01-223-14/+44
| | | | | | | | 64639b805a32338385421f168e12c1ef7f749d00
* | Adding Tennis DemoAlexey Fofonov2012-01-196-0/+920
| |
* | Compress test applet sectionSven Gothel2011-12-201-17/+3
| |
* | Remove JOGLNewtApplet1Run/Base - Promoted to JOGLSven Gothel2011-12-202-402/+0
| |
* | Fix html errorsSven Gothel2011-12-201-12/+1
| |
* | index.html update; Applets use Object/Embed; Use JOGL's JOGLNewtApplet1Run; ↵Sven Gothel2011-12-2010-186/+396
| | | | | | | | | | | | | | NEWT Applets as NApplet w/o JNLP Use JOGL's JOGLNewtApplet1Run: demos.applets.JOGLNewtApplet1Run -> com.jogamp.newt.awt.applet.JOGLNewtApplet1Run
* | HDR demo uses jogl-all-awt-cg.jnlpv2.0-rc5Sven Gothel2011-12-192-2/+2
| |
* | Adapt to JOGL commit bafd9b99816f55c105230a59211caf13f0315910v2.0-rc4Sven Gothel2011-11-271-1/+1
| |
* | update build.xml (jogl.cg.jar location) and manual compile scriptsSven Gothel2011-10-226-25/+22
| |
* | minor editingSven Gothel2011-09-211-3/+4
| |
* | www index: add jogl test linkSven Gothel2011-09-171-15/+15
| |
* | Fix jnlp/html filesv2.0-rc3Sven Gothel2011-09-169-89/+30
| |
* | Complete www/jnlp file cleanup on index.htmlSven Gothel2011-09-151-12/+18
| |
* | Add pos/size/translucency/above to JOGL Applet RunnerSven Gothel2011-09-152-14/+80
| |
* | cleanup www and jnlp-files folder, dropping all jnlp/html code to jnlp-filesSven Gothel2011-09-1520-295/+230
| |