Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jirihnidek/glut-template

Template of 3D GLUT application
https://github.com/jirihnidek/glut-template

Last synced: about 8 hours ago
JSON representation

Template of 3D GLUT application

Awesome Lists containing this project

README

        

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:

```bash
mkdir ./build
cd build
cmake ../
make
```