leoraclet / cpp-skeleton

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C++ 83.8%Language:C 15.9%Language:CMake 0.3%