ENIGMA Forums

General fluff => Off-Topic => Topic started by: freezway on December 31, 2010, 03:31:02 pm

Title: my first REAL opengl project
Post by: freezway on December 31, 2010, 03:31:02 pm
It displays too two triangles:

source:
http://dl.dropbox.com/u/8605870/MyOpenGL.tar.bz2

you need glfw to compile as well as gl3.h in your GL include folder.
It's for opengl 3.x or better, sorry intel/ancient card folks.

EDIT:
to compile: g++ *.cpp -lGL -lglfw