/cpp-skeleton

Simple skeleton for C++ projects using SFML and Dear ImGui.

Primary LanguageC++MIT LicenseMIT

cpp-skeleton

License

This is a simple template skeleton for graphics C++ projects using SFML and Dear ImGui.

Summary

Build

To build this project, you need to have Cmake installed on your system.

Linux

Windows

Libraries

  • Dear ImGui ~ Bloat-free Graphical User interface for C++ with minimal dependencies
  • SFML ~ Simple and Fast Multimedia Library
  • GLAD ~ OpenGl loader
  • stb ~ Stb single-file public domain libraries for C/C++
  • glm ~ OpenGL Mathematics

License

This project is released under the MIT license.

Releases

To run the program without editing the source code or building it yourself, go see the Releases.

Credits