GLProgramming.com

home :: about :: development guides :: irc :: forums :: search :: paste :: links :: contribute :: code dump

-> Click here to learn how to get live help <-



Log in

Username

Password


Register

GLProgramming.com News

OpenGL News

Graphics News



Poll

Programmer's drink of choice:

Coffee
Tea
Water
Soda
Milk
Alcoholic Beverage
53


View results

Poll Archive
 
Sticky: Welcome to GLPro.org 09:51:38 24/03/2008 :: DELTRON 

> GLProgramming.com News

Welcome to GLPro.org

This site is a means for the members of the opengl help network to share projects and development help with each other.

The opengl help network is a non-profit public service built on providing help via live interaction with developers and hobbyists experienced with the OpenGL API as well as other areas of development.



Anyone with interest in development is welcome to join us!

IRC Server:
server: IRC.EnterTheGame.com
channel: #OpenGL



(0 comments)

 
gDEBugger V4.4 Adds Graphic Memory Analysis viewer and Graphic Memory Leaks Detection 15:22:23 03/12/2008 :: baldurk 

> GLProgramming.com News

The new gDEBugger V4.4 adds in-depth analysis of the OpenGL memory usage by tracking graphic memory allocated objects, their memory consumption and allocation call stacks. Also new in this version are graphic memory leak detection and the ability to break on them.

Using these new features will enable the OpenGL and OpenGL ES developers to optimize their applications’ memory consumption and improve overall application performance.

gDEBugger, an OpenGL and OpenGL ES debugger and profiler, traces application activity on top of the OpenGL API, lets programmers see what is happening within the graphic system implementation to find bugs and optimize OpenGL application performance. gDEBugger runs on Windows and Linux operating systems.

http://www.gremedy.com

(0 comments)

 
OpenGL Geometry Instancing 09:39:34 24/03/2008 :: DELTRON 

> GLProgramming.com News

Some example demos using instancing techniques rendering sample rings from small spheres. Demos offered in 5 different versions. Code available at www.oZone3D.net

GLProgramming.com



http://www.ozone3d.net/blogs/lab/?p=87.




(0 comments)

 
OpenGL ARB update on OpenGL 3.0 Specification 23:56:40 20/11/2007 :: DELTRON 

> GLProgramming.com News

OpenGL ARB update on OpenGL 3.0 Specification

(0 comments)

 
Mesa 7.0 with OpenGL 2.1 support released 04:31:49 05/07/2007 :: DELTRON 

> GLProgramming.com News

Mesa is a free and open-source implementation of the OpenGL specification. The project has just released a new stable version of Mesa 7.0 which is featuring OpenGL 2.1 API support. A number of bugs have also been fixed since the 6.5.3 release.

http://www.mesa3d.org

(0 comments)

 
Mandelbrot set rendering tutorial with GLSL 22:12:05 02/10/2006 :: DELTRON 

> GLProgramming.com News

A tutorial by Nathan Reed and Jérôme Guinot that discusses how to use the GPU and the OpenGL Shading Language to render the Mandelbrot Set. An appproach based on GPGPU techniques is explained (stream processing) and a realtime interactive demo, using the Hyperion Demo-System, is provided as well as demo complete source code at www.oZone3D.net

GLProgramming.com

(0 comments)

 
Vertex Displacement Mapping using GLSL - By Jerome Guinot 20:03:09 12/08/2006 :: DELTRON 

> GLProgramming.com News

Vertex Displacement Mapping is a technique to deform a polygonal mesh using a texture (displacement map) in order to add surface detail. This tutorial shows methods to achieve this in real time using the GPU.

GLProgramming.com

http://ozone3d.net/tutorials/vertex_displacement_mapping.php.

(0 comments)