Skip to content

Pythonista7/DX-Ball-OpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

Requriments

(assuming you have g++ installed else please get that too)

sudo apt-get install freeglut3-dev

sudo apt-get install libglew-dev

sudo apt-get install libglfw3 libglfw3-dev

To execute:

$make all

$./glutitout

Here are some common bugs that you may run into:

Application crashes at glutInitContextVersion( 2, 1 ); with error glXCreateContextAttribsARB not found - This means your GPU does not support the glXCreateContextAttribsARB OpenGL extension. This also means your GPU does not support OpenGL 3.0 and later. For now, comment glutInitContextVersion( 2, 1 ); out. When we get to the GLEW and Extensions tutorials, we'll cover OpenGL extended functionality.

About

Re-make of the classic Atari breakout using OpenGL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published