Linux 2739 Published by

It is bare bones Linux system, stripped down of everything, but core necessary files to compile and run OpenGL/C code. It has simplified directory structure and cleaned up internal cross referencing, it starts up with and in total has only a single script.

There is complete OpenGL Red Book together with 45 examples converted to use Scitech's drivers. Examples are organized to follow chapters and are ready to compile and run, they look very much like their GLUT version in Red Book. This little collection is really all one needs to learn OpenGL. In fact the whole system being very bare bones and really simple can be used as learning tool to teach Linux basics and C/OpenGL programming...

myOS - Miniature, Linux based OpenGL development system