BlendInspect
BlendInspect is a free tool to visualize the blendmodes that are available in OpenGL.
Download
BlendInspect is best downloaded via webstart.

Requirements
All you need is Java and an OpenGL-compatible graphics card. Java can be freely downloaded from the Java.com website.
Screenshot

All contents © 2007-2011 by Matthias Grumet | embege
<Comments>
|
anonymous
08. June 2011
|
| omg i was looking for something like this for ages to finally understand blendmodes. keep it up! |
|
anonymous
18. April 2011
|
| interesting.. not sure if i understand blendmodes though |
|
anonymous
06. January 2011
|
| works good here on windows 7 64bit |
|
anonymous
24. February 2010
|
| Works on Ubuntu 9.10 x64 |
|
anonymous
03. February 2010
|
| thanks for making this with java so i can enjoy it on my ubunutu box!!! |
|
christoph
15. October 2009
|
| great tool! |
|
tugalsan
23. June 2008
|
| can you write the display function of this code. I just dont understand the blend thing. Maybe with your program and the src code of display func, my mind will be at ease. |
|
matthias
08. March 2008
|
| BlendInspect has been updated again to fix some minor bugs. It has been tested on Windows, Linux and MacOS |
|
bel sahir
24. February 2008
|
| this is a great piece o' software! thx a bunch! |
|
anonymous
08. January 2008
|
| JRE 1.6 on Windows XP: must enable the Java web cache from the control panel to run. |
|
anonymous
21. December 2007
|
Helllo,
your webstart app works fine on a nvidia MacBook Pro.
bye
Rob |
|
anonymous
19. October 2007
|
| works well under linux.. |
|
anonymous
19. October 2007
|
Java on the Mac sucks!, You f* idiots Mac users.
Steve Jobs suck balls with his f* arrogant
behaviour!.
When apple will learn their f* mistakes. |
|
anonymous
15. October 2007
|
| sweet.... on mac you nailed it! ;) |
|
kai
09. October 2007
|
people just put jogl libraryies into <jre>libext
directory
and all will be works;) |
|
kai
09. October 2007
|
| Good example!!!...all works on gf2 mx400:) |
|
macnib
05. October 2007
|
That is strange. If I cancel the save blendinspect.app then it runs.
Maybe when I try to save there is a permissions issue and it messes up the process? But if I cancel then it works. |
|
macnib
05. October 2007
|
Still not working.
I just get the application menu. Also, it asks to save the application blendinspect.app to a folder. It appears the app is never saved to the folder.
Also, I did not have Open Safe files check in Safari. So, I had to double click on the blendinspect.jnlp file on the desktop to get it going. If I did check the Open Safe files in Safari it worked automatically. But it just produced the same situation as described previously. |
|
matthias
05. October 2007
|
| BlendInspect has just been updated in order to also work on Macs. Please let me know of any issues. |
|
matthias
02. October 2007
|
thank you everybody for your feedback!
it seems as if there are currently two problems running this webstart app.
1. on linux and windows you need at least a java-version larger than 5.
2. doesnt work at all on macs. at the moment i have no idea why, but i'll look into this.! |
|
macnib
02. October 2007
|
This does not work on the mac. 10.4.10.
java -version
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164)
Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing)
Looks like you signed the certs yourself. So, there are a few warning windows. No problem.
I get to the point where it asks me to create an application. But there is no application created.
Well, there was some sort of process running but it was just a menu. I could get a about window which just said Java.
Sort of bummed. Wanted to see all the blending because its useful. |
|
anonymous
02. October 2007
|
The webstart WORK on my Macbook Pro, but I see only a black rectangle on the upper left corner and nothing...
Try to fix this... cuz it can be really usefull especially if you can directly load/run from the page.
Your concept is good, just need a bit of fine tuning ;)
(I still bookmark your page... hoping that you'll fix this...)
Cheers! |
|
anonymous
02. October 2007
|
| Doe'snt work on my pc also, same sort of exception message! |
|
anonymous
02. October 2007
|
| It does WORK on linux. I am using the latest jvm (java 1.6). |
|
Alex
02. October 2007
|
hmm, it doesnt work on my PC (P4 3Ghz XP ATI 1600XT).
I see only a white Window with about 3 PixelLines (~80 Pixel long) in the upper left corner
|
|
anonymous
01. October 2007
|
|
|
anonymous
01. October 2007
|
Doesn't work on Linux either - Callstack:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.javaws.Launcher.executeApplication(Launcher.java:1272)
at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1218)
at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1065)
at com.sun.javaws.Launcher.run(Launcher.java:105)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.UnsatisfiedLinkError: no gluegen-rt in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at com.sun.gluegen.runtime.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:91)
at com.sun.gluegen.runtime.NativeLibLoader.access$000(NativeLibLoader.java:50)
at com.sun.gluegen.runtime.NativeLibLoader$1.run(NativeLibLoader.java:69)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.gluegen.runtime.NativeLibLoader.loadGlueGenRT(NativeLibLoader.java:67)
at com.sun.gluegen.runtime.NativeLibrary.ensureNativeLibLoaded(NativeLibrary.java:399)
at com.sun.gluegen.runtime.NativeLibrary.open(NativeLibrary.java:163)
at com.sun.gluegen.runtime.NativeLibrary.open(NativeLibrary.java:129)
at com.sun.opengl.impl.x11.DRIHack.begin(DRIHack.java:109)
at com.sun.opengl.impl.x11.X11GLDrawableFactory.<clinit>(X11GLDrawableFactory.java:96)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:111)
at javax.media.opengl.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java:409)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:117)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:86)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:79)
at u.<init>(Unknown Source)
at t.<init>(Unknown Source)
at com.embege.blendinspect.BlendInspect.main(Unknown Source)
... 9 more
|
|
anonymous
01. October 2007
|
Helllo,
your webstart app doesn't work on a MacBook Pro.
bye
Carsten |
|
Andrea
01. October 2007
|
| nice! |
|
anonymous
19. September 2007
|
|
|