Metadata-Version: 2.4
Name: py3dbuilder
Version: 0.2.0a1
Summary: Simple 3D Builder for creating 2D and 3D games in Python.
Author: Victor Zou
License: MIT
Project-URL: Homepage, https://github.com/qzou1222-alt/py3dbuilder
Project-URL: Issues, https://github.com/qzou1222-alt/py3dbuilder/issues
Keywords: game,pygame,3d,builder,engine,Victor Zou,vzpy,python,bw,savebw,loadbw
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pygame
Requires-Dist: bwcompiler

# 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.2.0a1` (Alpha 1)

## Features

- Screen
- Scene
- Surface
- Vec2
- Vec3
- save
- load

## Links

- [PyPI](https://pypi.org/project/py3dbuilder/)
- [PyPI Stats](https://pypistats.org/packages/py3dbuilder)
- [Github](https://github.com/qzou1222-alt/py3dbuilder)

## License

MIT License
