Skip to main content

Luma

Luma Engine is a lightweight Python game engine powered by SDL3

Installation

python -m pip install luma-engine

Quick Start

Create a file named main.py:

from luma import Luma


engine = Luma()
engine.create_window("Luma", 640, 480)
graphics = engine.Graphics


@engine.draw
def draw():
	graphics.setDrawColor(40, 120, 220)
	graphics.drawRect(220, 160, 200, 120)
	graphics.resetDrawColor()


@engine.update
def update(dt):
	# Update game state here. dt is elapsed time in seconds.
	pass


@engine.on(Luma.EVENTS.KEYPRESS)
def on_key_press(key):
	if key == Luma.Keyboard.SPACE:
		print("Space pressed")


engine.run()

Run it with:

python main.py

Examples

The repository includes complete examples in the examples directory, including a Pong game:

python examples/pong.py

Docs

Documentation is available here

Requirements

  • Python 3.8 or newer
  • An SDL3-compatible system

License

Luma Engine is released under the MIT License.

Release files for luma-engine 0.1.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for luma-engine 0.1.3
File Size Uploaded
luma_engine-0.1.3.tar.gz 9.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for luma-engine 0.1.3
File Interpreter ABI Platform
luma_engine-0.1.3-py3-none-any.whl Python 3 none any Details

Total release size: 22.1 kB

Release files / luma_engine-0.1.3.tar.gz

Download URL luma_engine-0.1.3.tar.gz
Size 9.5 kB
Tags Source
SHA-256 checksum
How to use checksums
7a23f478b7514c16683d6a8c8d8d55fbc782e0eaf78eac36b3575d897e14c3f4
BLAKE2b-256 checksum
How to use checksums
91d2cdc582d9d3858c3a816909ba55488578453ef1d8da6f99a70ca11c7ef859
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / luma_engine-0.1.3-py3-none-any.whl

Download URL luma_engine-0.1.3-py3-none-any.whl
Size 12.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
72034328a2ea1858b4cae92d102b84c7e2ba91a2cf8118a6e6856e4535a37e07
BLAKE2b-256 checksum
How to use checksums
640de778440fe05c7c021fe620985da4e4651c834c6bafc6e10456f3b348cd98
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release history Release notifications | RSS feed

0.2.5

2 release files

0.2.4

2 release files

0.2.3

2 release files

0.2.2

2 release files

0.2.1

2 release files

0.2.0

2 release files

0.1.9

2 release files

0.1.8

2 release files

0.1.7

2 release files

0.1.6

2 release files

0.1.5

2 release files

0.1.4

2 release files

This release

0.1.3 This release

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page