Skip to content

intheswim/soccer_ball_gl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soccer Ball with OpenGL

/* Copyright (c) 2020 Yuriy Yakimenko */

For mathematical part visit this page:

Mathematics of the soccer ball

Build instructions:

Bulld requires OpenGL and GLUT. To install GLUT under Linux Ubuntu:

sudo apt-get install freeglut3 freeglut3-dev

(Please web-search installing GLUT if you're on Mac or Windows).

Then run make:

make

Usage

Run from command line:

./ball

Use keyboard arrow keys to rotate the ball.

Screenshot

License

MIT

About

Accurate soccer ball using OpenGL (with GLUT)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published