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
- Host: GitHub
- URL: https://github.com/thetestgame/panda3d-astron
- Owner: thetestgame
- License: mit
- Created: 2022-02-17T19:52:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T21:41:00.000Z (12 months ago)
- Last Synced: 2024-12-11T13:51:28.337Z (11 months ago)
- Topics: astron, astron-server, distributed-object-networking, distributed-object-server, mmo, panda3d, python3
- Language: Python
- Homepage: http://docs.jordan-maxwell.info/panda3d-astron/
- Size: 1.89 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Panda3D Astron
[](https://github.com/thetestgame/panda3d-astron/actions/workflows/main.yml)

## 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.