Skip to content

jirihnidek/glut-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLUT-Template

Template of 3D GLUT application displaying cube in 3D. It coul be used as template for some real project.

Build

Building of this template have following requirements:

  • GCC or CLang
  • Make
  • CMake
  • GLUT

To build template application type following commands in the root of glut-template source code:

mkdir ./build
cd build
cmake ../
make

About

Template of 3D GLUT application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages