Skip to content

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

License

Notifications You must be signed in to change notification settings

thetestgame/panda3d-astron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panda3D Astron

Build, Test, and Publish PyPI - Version

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:

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:

import panda3d_astron
from panda3d.core import *

License

This project is licensed under the MIT License. See the 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.