Part of the Khronos Group
News Type Content of interest to everyoneGeneral Content for developers & codersDeveloper 3D applications & gamesApplications & Games 3D graphics cardsProcessors

OpenGL Headline News

GRASS v6.2.0 GIS suite enhances OpenGL API-based 3D visualizations

Oct 31, 2006

The GRASS (Geographic Resources Analysis Support System) geographic information system is an open-source project that includes tools for spatial modeling, visualization of raster and vector data, management and analysis of geospatial data, and the processing of satellite and aerial imagery. The new v6.1.2 adds many new modules that converts raster maps to 3D for visualizations in the OpenGL API-based NVIZ tool.

Category: Comments Permalink

OpenCity V0.0.4 OpenGL API-based 3D city simulator project adds support for building roads, electric lines, electric plants and trees

Oct 30, 2006

OpenCity is a 3D city simulator project (nothing like SimCity) based on the OpenGL API and SDL.  You can build residential, commercial and industrial zones then supply them with necessary goods and watch them grow up. OpenCity is also a OpenGL API game programming tutorial. In the resources section, you can find the micro simulators’ algorithm, design document, UML diagram and information about other issues. The new v0.0.4 includes a multi-platform save format and auto package for Linux and lets you build roads, electric lines, electric plants, trees, and the three standard RCI zones.

Category: ApplicationsComments Permalink

OpenVRML v0.16.1 cross-platform VRML and X3D browser, OpenGL API -based renderer and C++ runtime library enhance Mozilla plugin

Oct 30, 2006

OpenVRML is a VRML and X3D browser plug-in and C++ toolkit for incorporating VRML support into applications. It provides VRML97 and Classic VRML X3D parsers, a runtime, and an OpenGL API-based harenderer as C++ libraries. The new v0.16.1 modifies the Mozilla plug-in backend to be openvrml-gtkplug, a reusable out-of-process GTK+ VRML browser component, and supports text rendering nodes under Windows.

Category: DevelopersComments Permalink

Mac OS X 10.5 Leopard will support OpenGL 2.1 and enhanced performance

Oct 26, 2006

new graphic

Mac OS X 10.5 Leopard will support OpenGL 2.1 which adds pixel buffer objects, color managed texture images in the sRGB color space, and improvements in the shader programming API. Leopard will also provide a dramatic increase in OpenGL performance by offloading CPU-based processing onto another thread which can then run on a separate CPU core feeding the GPU. This can increase, or in some cases, even double the performance of OpenGL-based applications.

Category: GeneralComments Permalink

Drishti volume exploration and presentation tool using OpenGL Shading Language shaders and 3D textures

Oct 26, 2006

Drishti is designed to let you explore volumetric datasets as well as use them in presentations. The software employs direct volume rendering approach using OpenGL Shading Language shaders and 3D textures available on modern GPUs for exploring scalar and vector volumetric data. 2D transfer functions are used for classification of scalar volumes. Users can create and animate streamlines for vector volumes.  Source code is available. 

Category: ApplicationsComments Permalink

Remo 3D v1.2 OpenGL API-based modeler enhances performance and import capabilities

Oct 25, 2006

Remo 3D is an OpenGL API-based 3D modeler with support for OpenFlight format, for real-time visualization. The new v1.2 adds improved rendering performance and import functionality for many file formats including 3ds, COLLADA, dxf, osg, obj, shp.

Category: ApplicationsComments Permalink

BuGLe OpenGL API debugger adds support for NVPerfSDK under Linux

Oct 25, 2006

BuGLe, an open-source OpenGL API debugger for UNIX systems, has revamped its statistics display and added support for NVPerkSDK. This allows NVIDIA GPU performance counters to be graphed under Linux, similar to NVPerfHUD under Windows.

Category: DevelopersComments Permalink

New book teaches Real-Time Volume Graphics using the OpenGL API

Oct 25, 2006

Based on course notes of the SIGGRAPH course ‘Real-Time Volume Graphics’ this book teaches techniques for real-time rendering of volumetric data and effects using the OpenGL API. The book covers both applications in scientific visualization and real-time rendering. It starts with the basics (texture slicing and texture-based ray casting) and then improves and expands the algorithms incrementally. The book is full-color throughout and includes source code, algorithms, diagrams, and rendered graphics.

Category: DevelopersComments Permalink

NVPerfKit v2.1 debugging and profiling for OpenGL API applications adds Linux support

Oct 19, 2006

new graphic

NVPerfKit is a comprehensive suite of performance tools for debugging and profiling OpenGL API software applications. It gives you access to low-level performance counters inside the driver and hardware counters inside the GPU itself. The counters can be used to determine exactly how your application is using the GPU, identify performance issues, and confirm that performance problems have been resolved.  The new v2.1 adds support for Release 90 driver support; 32-bit and 64-bit Linux support (NVPerfSDK only); 64-bit Windows support ; Improved features in NVPerfHUD (including ‘take screenshot’ [F10]) ; Improved installer with automatic driver removal and installation.

Category: DevelopersComments Permalink

libMILO library for loading images as OpenGL textures

Oct 19, 2006

libMILO is a free minimal image loading library written in C. The library is capable of loading TGA and DDS files. It provides also a general purpose API for loading images as OpenGL textures.

Category: DevelopersComments Permalink

SDL.NET v5 .NET bindings to SDL and OpenGL API-based 3D acceleration adds support for .NET 2.0

Oct 18, 2006

SDL.NET is a set of object-oriented CLS-compliant .NET bindings (and Mono) for the SDL multimedia library that provides high-level access to audio, keyboard, mouse, joystick, TrueType fonts, various image formats, sound mixing, MPEG-1 movies, 2D video framebuffer and 3D hardware via the OpenGL API. The new v5 includes .NET 2.0 support.

Category: DevelopersComments Permalink

powerPlant OpenGL API-based algorithmic 3D model generator

Oct 18, 2006

powerPlant is an OpenGL API-based project that features algorithmic 3D model generation (especially plants and terrain), scene composition, texture generation, interactive visualization, L-Systems, Turtle-Interpretation, and a Diamond-Square algorithm.

Category: ApplicationsComments Permalink

HardwareInfos v1.5.0 OpenGL API capabilities viewer

Oct 18, 2006

HardwareInfos is a small Windows tool that provides information regarding the OpenGL API capabilities of the graphics controller (such as the number of fixed and programmable texture units or the number of fsaa samples for example). It is also useful to check the support of a specific OpenGL extension and allows to export all information to a XML file.

Category: ProcessorsComments Permalink

OpenGL API-based shader tutorial to simulate LED displays

Oct 17, 2006

This tutorials shows how to achive the pixelated effect commonly seen in led displays. The tutorial explores in depth how to achieve each of the features of these low res displays using OpenGL API-based shaders.  Full source code is made available.

Category: DevelopersComments Permalink

OpenSG scenegraph v1.8 with support for the OpenGL Shading Language adds ShadowMap-based shadowing algorithms

Oct 17, 2006

OpenSG is a scenegraph system for realtime rendering with support for the OpenGL Shading Language.  Th new v1.8 alpha include most current ShadowMap-based shadowing algorithms, including hard as well as soft shadow versions. The soft shadows use different filters, leading to different quality/performance tradeoffs. Adding shadow mapping to existing OpenSG applications requires about 15 lines of code.

Category: DevelopersComments Permalink

OpenGL.org Recent Headlines - View News Archives with Descriptions

Wirecast 3 OpenGL API-based webcasting software supports HDV Oct 17, 2006

Downloadabl OpenGL Shading Language course Oct 16, 2006

Embedded Ch 5.5 adds new OpenGL API-based plotting capabilities Oct 16, 2006

Danger from the Deep v0.2 WWII U-boat sim adds enhanced shaders and hydroacoustics Oct 14, 2006

NVIDIA GPU Gems 3 Call for Participation from OpenGL API developers Oct 12, 2006

Earthsculptor real-time 3D terrain heightmap editor and painter using OpenGL API-based shaders Oct 09, 2006

SilverLining class library for real-time 3D cloud using the OpenGL API enhances lighting model Oct 08, 2006

CINEMA 4D 10 3D modeler adds OpenGL API shader support Oct 05, 2006

BazAR uses OpenGL Shading Language to render 3D objects on a real surface in a video stream Oct 03, 2006

Column Header

OpenGL Pipeline Newsletter - Vol 004

Newsletter Sign Up




Message Boards: Recent New Topics


Khronos APIs
Recent News

Column Footer
Column Header

RSS News Feeds

RSS News Feeds


Featured Book


Links



Recent OpenGL
Job Postings


OpenGL User Poll

What is your primary OS?
Total Votes: 734
Apple OS X
13 %  11% (82)
 
Linux (any flavour)
50 %  41% (299)
 
Unix (FreeBSD, etc)
2 %  2% (12)
 
Windows NT/2000
2 %  2% (17)
 
Windows Vista
10 %  9% (66)
 
Windows XP
41 %  34% (253)
 
other
1 %  1% (5)
 

News Highlights from April 2008

Column Footer