Skip to main content

Simple Game Development library

Project description

LibSGD

Simple Game Development Library

LibSGD is a game development library that provides a high level, easy to use 'scene graph' style API for writing games and apps.

LibSGD is open source software licensed under the Zlib/PNG license.

Feel free to drop in to the LibSGD community here: https://skirmish-dev.net/forum

The API reference can be found here: https://skirmish-dev.net/libsgd/help/html/index.html

You can support the LibSGD project through its Patreon page: https://www.patreon.com/libsgd

The LibSGD github repository is here: https://github.com/blitz-research/libsgd

Here is an example of a minimal LibSGD app:

from libsgd import sgd

sgd.init()

sgd.createWindow(640, 480, "Hello World!", sgd.WINDOW_FLAGS_CENTERED | sgd.WINDOW_FLAGS_RESIZABLE)

sgd.setClearColor(1,.5,0,1)

while not (sgd.pollEvents() & sgd.EVENT_MASK_CLOSE_CLICKED):

	if sgd.isKeyHit(sgd.KEY_ESCAPE):
		break

	sgd.renderScene()

	sgd.present()

sgd.terminate()

LibSGD is not yet at V1.0 so please be aware that there will be changes made before then, although hopefully nothing major!

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

libsgd-0.17.1-cp313-cp313-win_amd64.whl (4.8 MB view hashes)

Uploaded CPython 3.13 Windows x86-64

libsgd-0.17.1-cp312-cp312-win_amd64.whl (4.8 MB view hashes)

Uploaded CPython 3.12 Windows x86-64

libsgd-0.17.1-cp311-cp311-win_amd64.whl (4.8 MB view hashes)

Uploaded CPython 3.11 Windows x86-64

libsgd-0.17.1-cp310-cp310-win_amd64.whl (4.8 MB view hashes)

Uploaded CPython 3.10 Windows x86-64

libsgd-0.17.1-cp39-cp39-win_amd64.whl (4.8 MB view hashes)

Uploaded CPython 3.9 Windows x86-64

libsgd-0.17.1-cp38-cp38-win_amd64.whl (4.8 MB view hashes)

Uploaded CPython 3.8 Windows x86-64

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