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

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

[WIP] High level Python 3 game framework based on the Panda3D game engine.
https://github.com/thetestgame/panda3d-gemstone

async-python distributed-networking entity game-development game-engine multiplayer online-game panda3d python3 video-game

Last synced: 3 months ago
JSON representation

[WIP] High level Python 3 game framework based on the Panda3D game engine.

Awesome Lists containing this project

README

          

Gemstone
========
Gemstone is a high level Python 3 game engine designed around the Panda3D game engine.

## Dependencies
Gemstone's dependencies break down into two categories. Required and optional. Gemstone will function normally without all the optional dependencies present. However certain features will be unavailable.

### Required
* Python 3
* Panda3D
* PyQt5 (Editor only)

### Optional
* watchdog
* limeade
* playfab

## Install
To install the latest Gemstone framework run the following commands from your development root folder.

```bash
git clone https://github.com/thetestgame/panda3d-gemstone
cd panda3d-gemstone
python setup.py install
```