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

GPU raycasting tutorial using the OpenGL API

Jan 31, 2007

GPU raycasting is a technique that can be used to render volumetric effects in real time. GPU raycasting is well suited for modern graphics cards, different optimizations and visual enhancements are easy to implement. This tutorial explains how to implement a simple GPU raycaster using the OpenGL API with vertex-fragment shaders and Nvidia’s CG. Includes demo with source.

Category: DevelopersComments Permalink

GLCaml Objective Caml interface to OpenGL API

Jan 29, 2007

GLCaml is an Objective Caml (general-purpose programming language) interface for OpenGL versions 1.1, through 2.1, plus extensions. It is intended as a compact drop-in direct, dynamic binding to the OpenGL API. An OCaml SDL binding is provided as well, along with texture-map scaling functions, texture mip-map generators, and a bitmapped font library.

Category: DevelopersComments Permalink

jslibs native libraries and OpenGL API wrapper for the SpiderMonkey Javascript engine

Jan 29, 2007

jslibs is a set of general-purpose native libraries for the SpiderMonkey Javascript engine (Mozilla’s C implementation of JavaScript). Some of these modules are simple wrappers to familiar libraries including the OpenGL API. Other modules provide tools for Javascript programming. Modules can be used in any project that embeds SpiderMonkey.

Category: Comments Permalink

BigWake OpenGL API-based alarm clock

Jan 29, 2007

BigWake is an OpenGL API-based alarm clock that is easy to use, and is rendered like an elegant analog clock.

Category: ApplicationsComments Permalink

Tao Framework v2.0 RC1 offers .Net and Mono bindings to OpenGL 2.1

Jan 28, 2007

The Tao Framework provides .NET and Mono bindings to various native libraries, including OpenGL, SDL, Cg, DevIL, ODE, OpenAL, Lua, and more. The new v2.0 RC1 includes bindings for OpenGL 2.1, FreeGLUT, OpenAL GLFW, CG 1.4, and SDL. The Tao.OpenGl binding has been completely rewritten with native bindings to OpenGL 2.1.

Category: Comments Permalink

GLEX OpenGL API extension specification parser

Jan 27, 2007

GLEX is an Open Source project that implements an OpenGL extension specification parser in PHP that can be used both online (using the OpenGL Extension Registry) or from the command line. It reads the specification text file either from a file or URL and outputs a minimal set of compact C source files that can be easily added to existing projects to initialize the desired extension. It is intended to be used when only a small number of extensions are required and code size should be minimized and to complement existing extension initialization libraries like GLEW or GLee. This makes it a good tool to test new extensions for which a specification is available but which are not yet included in any of the above libraries.  (also available at mirror site)

Category: DevelopersComments Permalink

Soft shadows dynamic branching benchmark v1.5.4 using OpenGL 2.0

Jan 22, 2007

This benchmark stresses the pixel pipelines by rendering a scene with soft shadows using a 7x7 kernel filter. The benchmark uses an OpenGL 2.0 codepath as well as OpenGL Shading Language shaders to render the soft shadows. You can enable or disable dynamic branching in the pixel shader in order to see the impact on the performances. Very handy to quickly benchmark a graphics card.

Category: DevelopersComments Permalink

Antiryad Gx 3d game engine v1.6 adds support for OpenGL 2.0

Jan 22, 2007

Antiryad Gx is a cross platform 3d game creator. It includes an embedded BASIC language and is very modular. The new v1.6 adds OpenGL 2.0 support using the OpenGL Shading Language, rendering optimization, new audio and video codec, and more.

Category: Comments Permalink

FOX (Free Objects for Crystallography) displays crystal structures using the OpenGL API

Jan 21, 2007

FOX (Free Objects for Crystallography) in an open source program for determining crystal structure ab initio from diffraction data (mostly powder diffraction). It is built on an object-oriented crystallographic computing library called ObjCryst++. FOX features a graphical interface, including a 3D OpenGL API-based display of the crystal structure. 

Category: Comments Permalink

Crystal Space v1.0 OpenGL API-based 3D engine framework

Jan 17, 2007

After nearly 10 years of development Crystal Space v1.0 is released. Crystal Space is an Open Source and portable 3D engine framework that runs on GNU/Linux, Windows, and MacOS/X. It fully supports the OpenGL API including vertex and fragment shaders, along with CG shaders and much more.

Category: DevelopersComments Permalink

Piecewise Smooth Subdivision demo using the OpenGL API

Jan 15, 2007

This OpenGL API-based demo implements the method for piecewise smooth surface representations based on subdivision described in the paper ’Piecewise Smooth Surface Reconstruction‘.  The demo is written in plain C. The zip file contains source that can be built with VStudio 2005 or gcc, and also includes a pre-compiled binary for win32.

Category: DevelopersComments Permalink

Kahnadex OpenGL API-based MP3 jukebox

Jan 15, 2007

new graphic

Kahnadex Jukebox is a free MP3 Jukebox program written in C++ using the OpenGL API. It’s meant for a touch-screen but it works great without one. It has a slick OpenGL API-based UI, plays MP3s, and does internet radio. Includes source.

Category: ApplicationsComments Permalink

io OpenGL API-based 3D side scroller game for Mac and PC

Jan 14, 2007

io is a stealth 3D side scroller action game in development for the Mac and PC. It uses the OpenGL API for real-time per-pixel dynamic point and directional lights, stencil buffered shadows, framebuffer effects like heat shimmers, night and thermal vision, particle system FX and more.

Category: ApplicationsComments Permalink

GRIFINOR 3D virtual globe in Java using the OpenGL API for rendering

Jan 12, 2007

GRIFINOR is an open source 3D virtual globe platform, written in Java. It lets you publish a geo-referenced 3D model on the Internet and render the scene using the OpenGL API. You can explore the model itself but also associate parts of the model with data stored in databases, analytical functions or resources available on the Web.  The model itself can be built collaboratively in a decentralized manner. See the video for an example.

Category: DevelopersComments Permalink

Video podcast - Dazzling pyrotechnics and FX on a handheld 3D budget

Jan 10, 2007

new graphic

If you haven’t already thought about how your desktop OpenGL API coding skills are applicable to handheld development, you might want to check out this video podcast for OpenGL ES 1.1 performance coding techniques. The podcast is fast-paced, and visually compelling, presenting tips on matrix management, vertex lighting, visibility determination, and how to generate convincing volumetric explosions using OpenGL ES 1.1. It brings all the tips together by showing a 64-spaceship battle scene with dynamic lighting and explosions running at 30 fps on a mobile phone.

Category: Comments Permalink

OpenGL.org Recent Headlines - View News Archives with Descriptions

Horde3D v0.8 OpenGL 2.0-based crowd rendering engine ehances shadowing Jan 08, 2007

GLM mathematics library v0.5 updates core features to match OpenGL Shading Language 1.2 Jan 07, 2007

Tutorial on implementing Marching Cubes algorithm using OpenGL API Geometry Shaders extension Jan 04, 2007

GabrielStudio OpenGL API-based real-time exploration of biological structures in computational neuroscience Jan 04, 2007

Coverage Sampling Anti-Aliasing (CSAA) using NVIDIA's GL_NV_framebuffer_multisample_coverage extention Jan 04, 2007

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