Basic 3D math in action.
Points, Vectors and Matrices.
Dot Products, Cross Products, Translations, Rotations, Scales and more.
Parts of code written in 2011.
$ make help
Available targets:
linux - build using "gcc/g++" (GNU C/C++ Compiler) [default]
win32 - build using "i686-w64-mingw32-g++" (32bit Windows target)
win64 - build using "x86_64-w64-mingw32-g++" (64bit Windows target)
clean - remove compiled objects and main program
- GNU Make
- C++ compiler with C++11 support (gcc or clang)
- Mingw-w64 for windows cross-compilation
- Simple Directmedia Layer
- OpenGL Extension Wrangler Library
machina is released under the Simplified BSD license. See the LICENSE for more details.