Always remain updated about current software development trends

Articles having tag: OPENGL

Simple Plug-in Architecture in Plain C

How to write an application using architecture that supports plug-ins.

3D Space Flight Demo for Android OS, with Accelerometer-Based Controls

Simulation of flight in 3D space using OpenGL. The accelerometer-based UI is of particular interest.

The time machine

Long time strategy of software design and development.

Random 3D Mazes in OpenGL

Simulates first-person immersion in a randomized, 3D maze having a single solution. The implementation provided is a Win32 application built using MinGW, but the techniques offered are adaptable to a wide variety of OpenGL-compatible devices and development...

Simple OpenGL Framework

GLW is a simple, compact, drop-in framework for developing simple OpenGL games and demos. Its focus is ease of use, platform abstraction and small footprint.

Basic Curves And Surfaces Modeler

A basic demo of modeling curves and surfaces in OpenGL.

Qt 3D and Qt5 / Qt4 news and releases

Well its taken 3+ years for Qt 3D to be an overnight success, but here it is: we are now part of Qt5 and we’ll be front and centre in the exciting picture that will be powering a new generation of QML enhanced apps on a whole range of platforms. As a...

Texture Atlas Maker

A utility to create texture atlases for 2D OpenGL games

A very simple car race game in C# and OpenGL

This article is a simple straightforward car race game with minimum lines of code (LOC).