Skip to main content

EAF-based 3D engine

Project description

PyPI Build Status codecov.io

xo2

Python framework for creating 3D applications.

Requirements

  • >=python-3.7

  • >=eaf-0.2

Installation

$ pip install xo2

Development

Installation

$ poetry install

Testing

$ poetry run pytest -s -v tests/  # run all tests
$ poetry run pytest --cov=xo2 -s -v tests/  # run all tests with coverage
$ poetry run black xo2/ tests/  # autoformat code
$ # run type checking
$ poetry run pytest --mypy --mypy-ignore-missing-imports -s -v xo2/ tests/
$ # run code linting
$ poetry run pytest --pylint -s -v xo2/ tests/

Documentation

  • To be added

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xo2-0.1.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

xo2-0.1.0-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page