Christian Voigt

Results 74 comments of Christian Voigt

Hi @samme, I have now created a repository with a minimal example: https://github.com/christianvoigt/phaser-issue-5931 The example is using a tiled tilemap from this [tutorial](https://github.com/mikewesthad/phaser-3-tilemap-blog-posts). I have simply added two additional tilesets...

@fielding great, go ahead, I'm currently not working on the project where I use this.

Hi @joniburn, what happened to your quick fix? I have a use case with several particle systems on the same page and it would really help me a lot. I...

thank you, that's great! the test worked fine, after I included barnes-hut.js. I will further test it with my own project and report back. I took a quick look at...

Ok, I have created a testpage for my own project: http://christianvoigt.github.io/ArgunetBrowser/multiple-instances.html So far everything seems to work. I have merged your fork with mine because I had to make some...

I had the same problem. The web worker looks for a script tag that loads arbor.js in the html file. I want to put all the libraries I am using...

Yes, this is caused by [an issue in the viz.js library](https://github.com/aduh95/viz.js/issues/10) that is hard to debug. This is also causing [#138](https://github.com/christianvoigt/argdown/issues/138) and [#214](https://github.com/christianvoigt/argdown/issues/214). It would be great if anyone would...

Good question. The situation regarding rank-based layout algorithms for Javascript is really bad: Viz.js' original developer called it a "hack" and recommended to use Dagre D3 (he subsequently abandoned the...

Thanks for the report. I can reproduce this in Firefox as well. Chrome and Safari seem to be fine. This is caused by `browser.render.js` from Viz.js, even though this should...

I think this is either a problem of Viz.js (though `browser.render.js` should obviously work in the browser) or a bundling problem (the Sandbox is bundled with Webpack). But I will...