Rotating 3D shapes, started from cubes and donuts. Now can show and translate/rotate .off files.
- CMake:
Typemake init
for the first time. After first time you can usemake all
for compiling, output file will be named main.out - G++:
Typemake g++
to compile and run. - Windows:
It should work on Windows too, with or without CMake. You need to compile it yourself though.
None. I only used standard library.