Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 601 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 601 Bytes

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