Andreas Monitzer

Results 49 issues of Andreas Monitzer

While some corresponding constants are there (but not all!), glow doesn't appear to expose [compressedTexImage2D](https://www.khronos.org/registry/OpenGL-Refpages/es3.0/html/glCompressedTexImage2D.xhtml), [compressedTexImage3D](https://www.khronos.org/registry/OpenGL-Refpages/es3.0/html/glCompressedTexImage3D.xhtml), [compressedTexSubImage2D](https://www.khronos.org/registry/OpenGL-Refpages/es3.0/html/glCompressedTexSubImage2D.xhtml) or [compressedTexSubImage3D](https://www.khronos.org/registry/OpenGL-Refpages/es3.0/html/glCompressedTexSubImage3D.xhtml). This means that you can't use compressed images with glow. A...

enhancement
help wanted

In WebGL, most images are loaded via an HTMLImageElement, since then the browser does all of the image loading and format decoding. To load one of these into WebGL, web_sys...

enhancement
help wanted

Is there a chance that the layouting could allow adjusting the [tracking](https://indesignskills.com/tutorials/letter-spacing-tracking-typography/) (changing glyph spacing after kerning) and line height? I guess I can try adjusting those by scaling X/Y...

Hi, I'm not sure if this is the right way to do it, but I've added HTML support to your d3 integration. Usage is the same as with the svg...

I added a few APIs and fixed the memory management. Now it's actually working with OpenGL for me! It is based on #20.

Hi, `mpv::create_event_context` returns an `EventContext` every time you need it, since there's this atomic boolean to make sure that only once instance is ever created. What is the reason why...

The new auto-reload feature is very nice, but unfortunately it also reloads my web page when the build failed, loading the old version. I've spent a lot of time wondering...

enhancement

This definition: https://github.com/artf/grapesjs/blob/88249c38577852dc3c42047356a70a12066ee6ca/src/canvas/view/FrameView.js#L303-L306 is always appended to the frame. It contains the color definition for selected elements (that blue outline). This color cannot be changed, because there's an `!important` here....

enhancement
help wanted

**What are you trying to add to GrapesJS?** The CSS property `float` only makes sense for `position: static;` elements, which happens to be the default. I only want to display...

**Is your feature request related to a problem? Please describe.** I want to combine bastion with winit for a desktop application that uses wgpu rendering to display content. For this,...