OpenGL Headline News
Lightweight Java Game Library adds AWT support
Mar 31, 2005
The Lightweight Java Game Library (LWJGL) is a solution for commercial quality games to be written in Java. It supports the OpenGL and OpenAL APIs, as well as access to controllers such as gamepads and joysticks. The OpenGL API is integrated via Java that specifies the interface to C code which in turn calls the appropriate OpenGL method. The new v0.96 adds AWT support and expanded DevIL and FMOD support.
Category: Developers • Permalink
Alpha texture blending using the OpenGL API
Mar 31, 2005
This sample demonstrates how to perform alpha blending using the alpha channel of a standard .tga texture. For proper alpha blending, the sample uses a cull-mode sorting trick to ensure the sides of the textured cube get rendered in back-to-front order.
Category: Developers • Permalink
GLStereoPlayer stereoscopic movie and image viewer using the OpenGL API
Mar 31, 2005
GLStereoPlayer is an OpenGL API-based stereoscopic movie and image viewer application. It supports various input file formats via DirectShow and DevIL libraries, and popular stereo rendering types including anaglyph, horizontal and vertical split, interlaced, Sharp3D and quad buffer. The software consists of 3 components: an easy to use standalone application, an ActiveX control to embed stereoscopic contents in other applications, and a GLUT based simple viewer application for reusability. Its source code is be a good example of implementing a movie texture in OpenGL API-based software. For Win32, written in C++, under LGPL.
Category: Applications • Permalink
SARGE animation SDK imports 3D models into OpenGL API-based applications
Mar 31, 2005
SARGE is an animation SDK that helps you to import object and character animations from 3D modelling software into your own OpenGL API-based application or game engine. It supports import and play of animations with bones using an object’s weightmaps to determine influence of each bone on the animated object, ragdoll physics, child parent hierarchies, interpolation, shaders, and fast object swapping. The downloadable demo is an OpenGL API-based example.
Category: Applications • Permalink
IRIS Explorer V5.2 visual programming environment for OpenGL API accelerated scientific visualizatio
Mar 29, 2005
IRIS Explorer is a scientific OpenGL API-accelerated data visualization system that features a visual programming interface to you to develop, prototype and build visualization applications quickly and easily. Visualization techniques range from simple graphs to multidimensional animation.The new V5.2 is available for Linux and Mac OS X running X11 (and also Windows, SGI, Sun, HP and IBM systems)
Category: Applications • Permalink
Motion blur effect using the OpenGL API and alpha values
Mar 29, 2005
This demo with source shows how to create a motion blur effect using the OpenGL API without the accumulation buffer. By rendering the object into a texture you can access the precedent frame, and render it with a lower alpha value. Doing this in a recurrent mode we get a motion blur effect.
Category: Developers • Permalink
3D GO Screen Saver V3.0 using the OpenGL API
Mar 29, 2005
The GO Screen Saver V3.0 uses the OpenGL API to play GO games in 2D and 3D. Features include camera movements, board tags, board in 2D and 3D, and 3D markers. The GL_ARB_vertex_buffer_objects is used to display stones on the 3D board. This feature can be disabled/enabled in real time. The software also include an OpenGL analyser of OpenGL extension support form your video card.
Category: Applications • Permalink
OpenGL Shading Language video mixer
Mar 29, 2005
This demo with source, uses the OpenGL Shading Language to create a video mixer where you can blend two video sources together. It requires an NVIDIA FX 5200+ or ATI Radeon 9500+.
Category: Applications • Permalink
OpenGLEAN 0.2 GLUT work-alike adds support for Win32 and OpenGL auxillary buffers
Mar 25, 2005
OpenGLEAN is an evolution of GLUT based on OpenGLUT and freeglut. It provides an OpenGL API 3D graphics rendering context attached to windows. (The name is supposed to suggest “lean”, in contrast to “glut”). The new v0.2 adds support for Win32 using C and .Net. It also adds support for OpenGL auxiliary buffers (a possible first for GLUT-like programs)
Category: Developers • Permalink
sdljava adds support for GLU to OpenGL API java bindings
Mar 25, 2005
sdljava is a java binding to the SDL library with support for access to the audio, keyboard, mouse, joystick, 2D framebuffer and OpenGL API-accelerated 3D hardware. This latest release adds GLU support to the gljava OpenGL API bindings.
Category: Developers • Permalink

