https://github.com/turboss/netpanda
A networking sample in Panda3D, put together from samples found on the Panda3d Forum
https://github.com/turboss/netpanda
Last synced: about 1 year ago
JSON representation
A networking sample in Panda3D, put together from samples found on the Panda3d Forum
- Host: GitHub
- URL: https://github.com/turboss/netpanda
- Owner: TurBoss
- Created: 2015-06-22T13:53:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T07:18:07.000Z (about 12 years ago)
- Last Synced: 2025-02-17T02:33:05.657Z (over 1 year ago)
- Language: Python
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
A Networking sample for Panda3d
- MJ-meo-dmt
- Credits:
- EdBighead - http://www.panda3d.org/forums/viewtopic.php?t=12766
- Yellow and bigfoot29 - http://www.panda3d.org/forums/viewtopic.php?t=940
Those three gave good examples on the Panda3d forums, I took them and made my own version of it.
Feel free to use this
## USING ##
Run Server.py
Run Client.py - BE SURE! you change the client ID of each client. (inside client.py): self.id = "TestClient"