HTML-GL
HTML-GL copied to clipboard
Get as many FPS as you need and amazing effects by rendering HTML/CSS in WebGL
It would be really awesome to combine the power of your library and this one => https://animate.style/ Is that humanly possible? I am struggling animating IFRAMES with the above library,...
According to the behind the screens docs, this was supposed to be implemented?
Hi, @PixelsCommander ! As far as I know, you were planning to finish and release a new version of HTML-GL (v.2). Are you still positive about that? Should we expect...
Hey, i have played around with html-gl today and i have noticed some problems. First of it seems like flexbox is breaking the whole plugin. Also it seems to ignore...
The following: ```html ``` should look like this: but instead looks like this:
This works fine: ```html Hello world ``` This causes the h1 element to not render: ```html Hello world ``` I wasn't able to determine if the positioning is just really...
I have installed html-gl via npm but whenever I try to use it in my typescript files I get the following error: Cannot find module html-gl I imported the module...
**Expected behaviour:** Image and text should be rendered twice. Once as DOM representation, then once more as HTML-GL. **Observed behaviour:** DOM text and image are rendered properly, whereas the HTML-GL...
One of the common features of websites is a parallax effect, which is essentially faked by separately animating different layers. It occurred to me that HTML-GL could actually position these...
Is there documentation on what HTML/CSS is supported? Hover states? Pseudo-elements? What about HTML form fields? DOM events? Mouse / scroll / touch handling? It would be good to see...