-
Последовательно выполнил все шаги описанные в статье, все сработало, за исключением последнего шага, при открытии браузера по адресу http://localhost:9966/ выкидывается ошибка:
`Error: Cannot find mo…
-
Currently, Metacar requires you to have script tag in html to import Pixi.js dependency
```html
```
I tried removing it and npm installing pixi.js package, but Metacar did not work:
```error
me…
-
### Current Behavior
If I make a Pixi component and use it in my NextJS app, it causes this error to appear:
Unhandled Runtime Error
TypeError: Cannot read properties of null (reading 'stage')
…
-
We could build a new, stripped-down network view targeting very large networks. e.g. Based on [Stardust](https://stardustjs.github.io/examples/graph/)
-
On the internet I found this library that allows you to run a ren'py file to get all the information of that file.
I think it can be used to give the possibility of making renpy files compatible with…
-
Utils.js:157 Uncaught TypeError: Cannot read property 'byteLength' of null
at c.Utils.getIndex (Utils.js:157)
at Main.js:436
at MiniSignal.dispatch (pixi.js:1411)
at n._onComplete …
-
Provide a way to interop with plain javascript objects to allow use of extensions.
Adding a new type seems like a decent way to accomplish this, but it introduce's a mutable value in a immutable map…
-
I am thinking about merging the three projects back together into one.
Reasoning:
1. less to maintain (one bug tracker instead of three)
2. make it simpler for newcomers to find there way around …
-
I am simply just trying to test this out in a web browser using the sample code from the documentation. For the life of me I cannot find any way to get this thing to work using the most basic of examp…
-
Hello, I'm using NextJS inside Tauri.
I set all components (and all pages in the router + layout) to client, however I still can't import `pixi-viewport`, because it references `window`
```bash
…