Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.08 KB

GyvrTools

What is this project about ?

GyvrTools is a tool library. My goals for this project are:

  • Improving my skills using modern C++
  • Provide a easy-to-use set of tools to kick start my future projects
  • Getting better at commenting my code and organizing it
  • Having fun doing what I like

Software used

  • StarUML as a UML diagram editor
  • Visual Studio 2017 to code

Libraries used

  • Standard Library
  • Standard Template Library

Target platforms and configurations

For this project I target Windows and Linux (32 bits and 64 bits), but some features are Windows-only.

How to build ?

The build isn't included in this repository to let you having fun compiling it in the platform/configuration you want. To build this project, the best and easiest way is to use Visual Studio 2017. All you have to do is to build in any configuration you want. A "Build" folder will be generated at the root of the repository, ready for use with .lib, .dll and .h files !

Current architecture

GyvrTools - Package Diagram

GyvrTools Package Diagram