Metadata-Version: 2.4
Name: py3dbuilder
Version: 0.1.0a1
Summary: Simple 3D Builder for creating 2D and 3D games in Python.
Author: Victor Zou
License: MIT
Keywords: game,pygame,3d,builder,engine,Victor Zou,vzpy,python
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pygame

# py3dbuilder

Simple 3D Builder for creating 2D and 3D games in Python.

## Quick Start

See `quickstart.py` in the project root directory.

## Version

Current version: `0.1.0a1` (Alpha 1)

## Features

- Screen
- Scene
- Surface
- Vec2
- Vec3

## Links

- [PyPI](https://pypi.org/project/py3dbuilder/)
- [PyPI Stats](https://pypistats.org/packages/py3dbuilder)

## License

MIT License
