Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Reason given by maintainers: The name changed from MGE to LibMGE.

MGE

Version: 1.0.0

Dependencies

numpy

Example of use

import MGE

MGE.init()

window = MGE.Window(resolution=(500, 500), flags=MGE.WindowFlag.Shown)
window.frameRateLimit = 60

gif = MGE.Object2D([0, 0], 0, [500, 500])
gif.material = MGE.Material(MGE.Texture(MGE.LoadImage("./image.gif")))

while True:
    MGE.update()
    window.update()

    window.title = f"LibMGE OpenGif | FPS: {int(window.frameRate)}"

    if MGE.QuitEvent() or MGE.keyboard(MGE.KeyboardButton.F1):
        exit()

    gif.drawObject(window)

Download files

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

Source Distribution

MGE-1.0.0.8b0.tar.gz (52.2 kB view details)

Uploaded Source

File details

Details for the file MGE-1.0.0.8b0.tar.gz.

File metadata

  • Download URL: MGE-1.0.0.8b0.tar.gz
  • Upload date:
  • Size: 52.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.2

File hashes

Hashes for MGE-1.0.0.8b0.tar.gz
Algorithm Hash digest
SHA256 02a0cf9352f6e24c515ea7b2a1d524e743e89d24a315ace4c9a017b63c0f49a1
MD5 136f583831fc95dbf8184363a93f16c8
BLAKE2b-256 9ead8024c8e9ca5ad493720413a8d0ebb5ffdb9b2d6256e7254d7f5125cad141

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.0.8b0 This release

1 file

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