Metadata-Version: 2.4
Name: PyGine3D
Version: 1.1.0
Summary: A single-file importable 3D game engine for Python built on Pygame and OpenGL.
Author: Somting
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame
Requires-Dist: PyOpenGL
Requires-Dist: PyOpenGL-accelerate
Requires-Dist: numpy
Requires-Dist: pillow
Dynamic: license-file

Dependencies + install command
Quick start code snippet
Full API reference (Engine, Scene, GameObject, Camera, Mesh, Material, Texture, Lighting, Collision, HUD, Inventory)
Controls reference (FlyCamera, OrbitCamera)
A note on the auto_collision parameter
