Giter Club home page Giter Club logo

Comments (8)

szabolcsdombi avatar szabolcsdombi commented on September 25, 2024

ongoing task #4, i am testing on the latest Fedora

But pull requests are always welcome 😄

from moderngl.

szabolcsdombi avatar szabolcsdombi commented on September 25, 2024

Install mesa-dev:

apt-get install libgl1-mesa-dev

Try to install the latest (2.1.2) version of ModernGL
Run the PyQT5 example.

from moderngl.

szabolcsdombi avatar szabolcsdombi commented on September 25, 2024

I hope the module works the same, inside a VM I cannot access OpenGL 3.x+

from moderngl.

stuaxo avatar stuaxo commented on September 25, 2024

Cool! That was fast :)

Just did a git pull and tried running the QT5 example and get this error -

Traceback (most recent call last):
  File "QT5_01_HelloWorld.py", line 51, in initializeGL
    self.vbo = GL.NewVertexBuffer(struct.pack('6f', 0.0, 0.8, -0.6, -0.8, 0.6, -0.8))
TypeError: NewVertexBuffer() argument 1 must be impossible<bad format char>, not str
Aborted (core dumped)

from moderngl.

szabolcsdombi avatar szabolcsdombi commented on September 25, 2024

do you use python 2 or 3?
according to the main idea NewVertexBuffer takes a single parameter in bytes
or anything that can implement a buffer interface

from moderngl.

stuaxo avatar stuaxo commented on September 25, 2024

Good catch, I was using python2 out of habit, switched to py3 and things get much further.

(Though it could be made to work in py2 as well, I'm not going to raise a bug as I've done enough of that to know it's a pain :) )

$ python QT5_01_HelloWorld.py 
QOpenGLShaderProgram: could not create shader program
QOpenGLShader: could not create shader
bool QOpenGLTextureBlitter::create() Could not link shader program:
 ""

from moderngl.

szabolcsdombi avatar szabolcsdombi commented on September 25, 2024

Does the QT5 + OPenGL sample code work?
I got a black window on Fedora

ModernGL.Error: NewVertexShader() compile failed
0:2(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.00 ES, and 3.00 ES

glxinfo tells me I have OpenGL 4.1 support.

from moderngl.

szabolcsdombi avatar szabolcsdombi commented on September 25, 2024

please follow #43

from moderngl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.