Apokryphos / scalemail

An arcade shooter in C++ and OpenGL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScaleMail

An arcade game made with C++ and OpenGL.

This game is an early work in progress.

screenshot

Build

Install the following into extlibs directory:

Use directory names that match case of projects (earcut.hpp, glad, glfw, glm, imgui, lodepng, TmxMapLib).

Use the glad webservice to generate source for glad.

All other dependencies can be cloned using Git.

The included CMake scripts will build the libraries and the application from source.

mkdir build
cd build
cmake ..
make

About

An arcade shooter in C++ and OpenGL.


Languages

Language:C++ 97.0%Language:CMake 2.0%Language:GLSL 1.0%