PyVerse2D is a 2D game engine built on pyglet and OpenGL, designed for rapid prototyping of simple 2D games. Current version 0.74.13 supports Python >=3.10. The project is in active development with frequent releases.
pip install pyverse2dNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a basic game window and runs the main loop.
Set app.width and app.height after instantiation, not in constructor.
Replace 'from pyverse2d.constants import *' with 'from pyverse2d.math import VEC2_ZERO' etc.
Add 'pyglet>=1.5,<2.0' to your project dependencies.