(Work in-progress) a small game engine written in C++ and Cython.
#####1. Clone the repository
git clone https://github.com/byronh/astro-engine.git
#####2. Install required dependencies:
pacman -S glew glfw glm
pip install cython
#####3. Install python package:
cd astro-python
python setup.py install
#####4. Run example game:
cd example-game
python main.py