- OpenGL Graphics
To clone and run this application, you'll need Git installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/derrickwzb/Thomas ThomasEngine
# Go into the repository
$ cd ThomasEngine
# Install dependencies and or submodules
$ git submodule init
$ git submodule update
# Run the appThis software uses the following open source packages:
- spdlog
- GLM
- GLEW
- OpenGL
- GLFW
- Dear Imgui