Recent Resources
-
GLSL 4.0: Discarding Fragments to Create a Perf...
-
GLSL 4.0: Using Subroutines to Select Shader Fu...
-
Building a Complete Board-based Puzzle Game wit...
-
JIRA: Programming Workflows
-
.NET Generics 4.0: Container Patterns and Best...
-
Raw Meat: Game Design Tips from Team Meat's...
-
Sedge: An Automated Error Reporting Tool
BackBuffer
By Seumas McNally | Published Jul 17 2000 12:17 PM in Game Programming
Download attached article resource
Download attached article resource
We've been meaning to release this for a while now, but better late than never. BackBuffer is the basic 2D display technology used in DX-Ball 2, which provides an abstracted interface to a linear frame buffer in 8, 16, 24, or 32-bits, with seamless full-screen and windowed mode switching. Now the source code for it is being released! With a couple of minor restrictions, you can freely use it in your own projects (freeware, shareware, commercial, whatever).
The source code archive contains four main components:
No reproduction may be made without the author's written consent.
Courtesy Of Longbow Digital Artists
The source code archive contains four main components:
- BackBuffer - the total 2D windowed/full screen interface.
- CreateDib - handly class for displaying graphics in windows.
- GLBuffer - work in progress OpenGL window handling class.
- Sample Apps - simple app skeletons for BackBuffer and GLBuffer.
No reproduction may be made without the author's written consent.
Courtesy Of Longbow Digital Artists
Download attached article resource


















