Custom 2d Game Engine developed for Machine Learning Testing

This package provides a light weight and fast game engine developed specifically for rapid game design and protyping. This project was created by ColinTF and it is currently in the developement phase and now released have been made.

Requirments

  • PyOpenGl
    • The opengl package we use
    • pip install PyOpenGL PyOpenGL_accelerate
    • or download it here and install with pip install [the name .whl file]
      • Grab the python 3.10 version of the non accelerate version for your correct system
  • pyGLFW
    • The package we use to actually use opengl
    • pip install glfw

Notes

Originally the project was to be a light weight wrapper for pygame. However it was decided to be expanded. Later, during testing, pygame was realized to not fit the needs of the new

 

 

 

To finish reading, please visit source site