Daniel

Results 234 comments of Daniel

Probably has some hardcoded path name assumptions.

Well here is your problem from one error: ``` OpenGL.GL.shaders.ShaderCompilationError: ('Shader compile failure (0): b"ERROR: 0:4: '#extension' : 'GL_ARB_explicit_uniform_location' is not supported ``` If this from your laptop, it's gpu...

Quad is a 3D construct representing a simple 3D square plane. The others are 2D shapes and lines made from lots and lots of quads/tris. Quads are lower level.

Mesa has a software renderer and might be a source of some info...

Actually, you'd might want to use this too. https://github.com/libgdx/libgdx/wiki/Distance-field-fonts You can render a font to a buffer once, and then use that for font scaling

Packages on the beta site still depend on Python2 which is not available in latest Ubuntu.

If they are using SemVer, breaking changes are allowed on major version bumps. If its not being documented it should be.

By semver, it's perfectly okay that major version bumps can drastically change APIs. That's what major version changes are for. That said for a commercial project, they should have a...

Welp, I can now understand what you guys are seeing. Nothing is kept in sync. Hoboy. It looks like when they released 6.0 they didn't rebuild auth.d.ts VsCode says "getUserInfo()"...

This has been a super frustrating experience trying to consume this in a Typescript project. Nothing right now seems to fit together and work type-wise. I've tried different versions of...