Chris McGrane

Results 18 issues of Chris McGrane

It seems like this plugin is not working for the latest version of Phaser (Phaser 3.21. 0). I can see the original changes that broke the plugin in newer Phaser...

Hello, VueGL is awesome! I've been checking out some of the options for the renderer that deal with performance. I was wondering what the recommended use for VueGL would be,...

question

Hey all, it seems the website is down? Just wanted to give a heads up, let me know if it's on my end. Thanks!

v1

Getting: `pixi_scrollbox_1.ScrollBox is not a constructor` When using as follows: ` import { ScrollBox } from 'pixi-scrollbox'; this.app = new PIXI.Application({ backgroundColor: 0x1099bb, width: this.width, height: this.height }); this.viewport =...

I was having some issues generate a .dylib file for sdl_gpu (required if using the bindings for nim). Hopefully these steps can help someone else (sorry if this is the...

`import { Multipane, MultipaneResizer } from 'vue-multipane'; export default { // ... components: { MultiPane, MultiPaneResizer } }` should be: `import { Multipane, MultipaneResizer } from 'vue-multipane'; export default {...

**OS:** MacOS Catalina **Browser:** Google Chrome Version 80.0.3987.149 (Official Build) (64-bit) **Description:** When dragging a window, if you left & right click at the same time, or quickly after another,...

This is a feature request. Can we create a discord for grid-engine to help answer questions / post snippets & ideas? I'd like to share some of the things I've...

Hello, and awesome plugin! Wondering if there is a way to change the player direction on a short key press and stay on the same tile (instead of moving 1-2...

Is it possible to draw on an SVG that was nested inside another with .nested() ? Thanks!