Skip to content

byronh/astro-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

astro-engine

(Work in-progress) a small game engine written in C++ and Cython.

Installation

#####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

About

Python 3, C++ and Cython game engine

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors