Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 864 Bytes

README.md

File metadata and controls

executable file
·
27 lines (18 loc) · 864 Bytes

README

THIS PROJECT IS NO LONGER BEING MAINTAINED.

How do I get set up?

See INSTALL.md

Contribution guidelines

  • Use git flow for the management of branches, using the default prefixes.
  • Release branches should increment the second version number (e.g. Y in X.Y.Z)
  • Release branches may reset the second revision number, if enough changes have been made to warrant an increment of the first version number (e.g. X in X.Y.Z)
  • Hot fixes branches should increment the third version number (e.g. Z in X.Y.Z)
  • All code should follow the Google C++ Style Guide [http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml]

Third party libraries

  • Assimp 3.0
  • FreeImage 3.16
  • FreeType 2.5.3
  • LibJSON 7.6.1
  • GLM 0.9.5.3.7

Who do I talk to?