Skip to main content

A Python3 game development toolkit for resource and logic management

Project description

desper logo

desper

A Python3 game development toolkit for resource and logic management. Meant to be used coupled with open source projects.

Inspired by the wonderful ECS library: esper. A special thanks to its author, Benjamin.

Abstract

Desper provides a component based logic system, designed with game development in mind. The objective is to fill the lack of game logic management systems in the open source Python landscape.

In particular, while there are many valuable media libraries out there (pyglet, SDL2, etc.) they mostly provide APIs for window and graphic management. Consequently, often times game logic has to be implemented and reinvented from scratch. Desper provides a minimal expandable API that aims at obtaining interoperation with these powerful media libraries. These expansions will be implemented over time and provided through separate packages.

The project started as an expansion of esper, hence many aspects of the API will result similar.

Installation

Simple installation from PyPi (recommended):

pip install desper

Or installation from master branch:

git clone https://github.com/Ball-Man/desper
cd desper
pip install .

Expansions

Expansion libraries the can offer interoperation with existing media libraries will be implemented over time and provided through separate packages. Current ones:

Project status

(updated 2022-12-29) A first draft of the docs (API reference only) can be found at desper.readthedocs.io. Examples and a user guide are in the making.

desper in action

  • current project, closed source: Lone Planet
  • android game experiment, open source (uses an old alpha version of desper): monospace

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

desper-1.1.1.post0.tar.gz (34.6 kB view hashes)

Uploaded Source

Built Distribution

desper-1.1.1.post0-py3-none-any.whl (37.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page