About 331,000 results
Open links in new tab
  1. moderngl/moderngl: Modern OpenGL binding for Python - GitHub

    ModernGL is a Python wrapper over OpenGL Core. ModernGL simplifies the creation of graphics applications like scientific simulations, games or user interfaces. Usually, acquiring in-depth knowledge of OpenGL requires a steep learning curve.

  2. moderngl - PyPI

    May 27, 2016 · ModernGL is a Python wrapper over OpenGL Core. ModernGL simplifies the creation of graphics applications like scientific simulations, games or user interfaces. Usually, acquiring in-depth knowledge of OpenGL requires a steep learning curve. In contrast, ModernGL is easy to learn and use.

  3. ExamplesModernGL 4.1.7 documentation - Read the Docs

    Built with Sphinx using a theme provided by Read the Docs.

  4. ModernGL 5.8.2 documentation

    ModernGL is a high performance rendering module for Python.

  5. a couple of moderngl examples you might find useful

    Feb 21, 2024 · There is a simple sprite example including rotation and size, a simple spline example and finally there is a spline editor example that uses sprites for the control points, this also shows putting events in a separate class which provides screen panning and zoom.

  6. Draw objects on moderngl context in Pygame - Stack Overflow

    Jun 21, 2020 · I wrote this simple program that displays an image onto a moderngl context, using pygame, and my goal is to draw a rectangle on the screen. (This is obviously just a minimal working example, and the real goal is to animate the texture and make more than a rectangle on the screen). def __init__(self): pygame.init()

  7. GitHub - moderngl/moderngl-window: A cross platform utility …

    Easily create a window for ModernGL using pyglet, pygame, PySide2, GLFW, SDL2, PyQt5 or tkinter supporting a wide range of window, keyboard and mouse events. These events are unified into a single system so your project can work with any window. A highly plugable library supporting custom loaders, resource finders and windows.

  8. Slime simulation in python using ModernGL : r/Python - Reddit

    Mar 27, 2021 · Here is my implementation of "Slimes": https://vimeo.com/529559410. It uses the python library ModernGL to interface with OpenGL and execute compute shaders, that way it can handle up to 2^26 slimes at 60 fps. I would highly suggest watching Sebastian's video, as it is, as always, awesome.

  9. First Step at ModernGL : r/opengl - Reddit

    Oct 29, 2023 · Don't, Python will faceplant at simulator/larger game. Running at 60 FPS means completing all calculations and drawing under 16 ms, and Python isn't the most performant language. It also doesn't have threading (multi-processing is far worse in most use cases).

  10. ModernGL is a python wrapper over OpenGL 3.3+ core

    Jan 1, 2023 · ModernGL is a python wrapper over OpenGL 3.3+ core that simplifies the creation of simple graphics applications like scientific simulations, games or user interfaces. Usually, acquiring in-depth knowledge of OpenGL requires a steep learning curve.

  11. Some results have been removed
Refresh