Helios Library
A Win32 Static C++ library for setting up an OpenGL window, and various other
utils and functions.
Why create this library?
- Tired of having to dish out GLUT .dll file.
- No more console apps. Proper win32 application.
- Helps keep one version of the code bug free, and up to date.
- No more cut'n'pasting window setup code from app to app.
- Collates all usefull GL functionality into 1 place.
- Rumours about fill-rate performance under glut applications.
Version History
Download Helios Lib : Current Version
1.3
Download Helios Lib : Old Version
1.2.7
Download Helios Lib : Old Version
1.2.5
Download Helios Lib : Old Version
1.2.4
Download Helios Lib : Old version
1.2.2
Download Helios Lib : Old version
1.2
Download Helios Lib : Old version 1.0
Helios GL Library Demos.
- Very Simple Demo. Shows how
to initialize the system, and open a window. And do a simple update render
loop.
back