Skip to content

sansumbrella/TinderBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinderBox

Cinder Logo

TinderBox is the project creation tool for the C++ creative coding framework Cinder. It depends on Qt version 5.5.

Binaries of TinderBox are included in the Cinder repository, so building it from scratch is only necessary if you're working on TinderBox itself.

####Build instructions:####

  • Download Qt 5.x from: http://www.qt.io/download-open-source/
  • Run the installer. You can skip the account registration if you prefer.
  • Mac users can disable everything besides Qt Creator and clang 64-bit under Qt 5.5
  • Windows users can disable everything besides Qt Creator and msvc2013 64-bit under Qt 5.5
  • Once installation is complete, open TinderBox.pro from the repo, which should in turn open with Qt Creator.
  • The first time you do so, a Configure Project dialog will appear. The defaults are fine - press the Configure Project button
  • After Qt Creator reads the project, you can build and run it by pressing the green Play button icon in the lower left corner.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • QMake 0.3%