-
Cool plugin, but I'd like to use webfonts I've made for a site instead of fonts from Google so they match the design.
Is there a way to point to one or more TTF, EOT or WOFF files in the site struc…
-
I am looking to create a PWA project, but would like to write it in such a way that I can port it over to native apps without a lot of work. I understand this is relatively easy to do if the solution…
-
https://github.com/lance-gg/lance/blob/78e91bc6a8ed62e44e1a0d95ea00480de72039fa/src/render/ThreeRenderer.js#L6-L12
I saw your comment there.
I have my own tool that I use for rendering: https://…
-
all the links in the readme are dead.
Can you perhaps host the demo/examples on github instead?
-
Timing diagram ( part of #5 ) can be constructed in vector form, but then need to be rendered into pixel accurate form to be useful.
Possible options:
* SVG
* Canvas
* WebGL
Maps or 2D …
-
```html
```
Doesn't trigger import of `amp-bind`. Probably because it throws another validation error than one of `MANDATORY_TAG_MISSING`, `MISSING_REQUIRED_EXTENSION` or `ATTR_MISSING_REQUIRED_…
-
I just upgraded PIXI to v6 from 5.3.8 in an Angular and TypeScript project I have. When I compile my angular project I'm seeing a whole bunch of errors related to mini-signals. I'm wondering if it is …
-
This is an incredible piece of software with huge untapped potential and seemingly abandoned by its developer.
You have all the tools you would need to create skeletal animation for 2d games in it,…
-
-
As I understand in Spine v3.8 json format was changed, skins now is an Array.
It breaks your logic in the readSkeletonData function, it expects that root.skins is an object with skin names as keys …