Skip to content

drjam2005/Tapr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tapr 2.0

Warning

incomplete!

dependencies

  • CMake (cmake)
  • C++ compiler (GCC for unix, MinGW for windows)

Building

Unix

$ mkdir build
$ cd build
$ cmake .. -DRELEASE=ON
$ make

and to run

$ ./Tapr

Windows

$ mkdir build
$ cd build
$ cmake .. -G "MinGW Makefiles" -DRELEASE=ON
$ make

and to run

$ Tapr.exe

TODO

  • Proper Skinning system

About

fun little side project

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors