An open API service indexing awesome lists of open source software.

https://github.com/thetestgame/panda3d-astron

Panda3D Astron server support as a Python 3 module. Allows the use of Astron with stock Panda3D
https://github.com/thetestgame/panda3d-astron

astron astron-server distributed-object-networking distributed-object-server mmo panda3d python3

Last synced: 3 months ago
JSON representation

Panda3D Astron server support as a Python 3 module. Allows the use of Astron with stock Panda3D

Awesome Lists containing this project

README

          

# Panda3D Astron

[![Build, Test, and Publish](https://github.com/thetestgame/panda3d-astron/actions/workflows/main.yml/badge.svg)](https://github.com/thetestgame/panda3d-astron/actions/workflows/main.yml)
![PyPI - Version](https://img.shields.io/pypi/v/panda3d-astron)

## Overview

Panda3D Astron is a package that integrates the Astron distributed server framework with the Panda3D game engine. This allows for the creation of large-scale multiplayer games using Panda3D.

## Installation

You can install the package using pip:

```bash
pip install panda3d-astron
```

## Dependencies

- `panda3d`
- `panda3d-toolbox`

These dependencies will be installed automatically when you install `panda3d-astron`.

## Usage

To use Panda3D Astron in your project, simply import it along with Panda3D:

```python
import panda3d_astron
from panda3d.core import *
```

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

## Contact

For any questions or inquiries, please contact the project maintainers through GitHub.