Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Template repository for projects using C++ and its ecosystem

License

Notifications You must be signed in to change notification settings

benoit-dubreuil/template-repo-cpp-ecosystem

Repository files navigation

Template Repository : C++ Ecosystem

ABANDONED

LEARNT LESSON : MESON AS A BUILD SYSTEM DOES NOT FIT C++ ECOSYSTEM

Template repository for projects using C++ and its ecosystem.

Specifications

  • Language : C++
    • Version : 20
    • Agnostic
    • Standard / pedantic
  • OS : Agnostic (cross-platform)
    • Officially supports :
      • Windows 10
        • MSVC 1928
        • Clang 12
        • GCC 11
      • Ubuntu 20.X LTS
        • Clang 12
        • GCC 11
  • Architecture : 64-bit
  • Build system generator : Meson
  • Package Manager : Conan
  • Logging : spdlog
  • Documentation : Doxygen
  • Test : Catch2
  • CI/CD : GitHub Actions
  • VCS : Git
  • Projet management : ZenHub
  • Computer Graphics & Visualization API : OpenGL
    • Version : 4.6
    • Implementation : GLAD
    • Window & Context : GLFW
    • Mathematics : GLM

Languages