Jason Sturges

Results 67 comments of Jason Sturges

@davidfig Also confused by this function - it appears to position, but not scale to `width` and `height`.

There's no UMD browser build of Pixi Viewport, but the CJS loads through unpkg.com https://unpkg.com/pixi-viewport https://unpkg.com/[email protected]/dist/cjs/viewport.js

Also struggle with this a little, but I'm probably not understanding how to use it. With clamp, it would ideal to keep the world within view - as in, when...

@nazywamsiepawel David would have more insight, but I believe handling both mouse click and touch events are combined via pointer events. Otherwise, you're listening for only click or touch. ```js...

@nazywamsiepawel Some events will fire, like `pointerup`, `pointerdown`, and `pointermove` - but I wouldn't think `tap` should fire as that is a specific tap (click) gesture. For me, the combo...

@marcthayer Hi, yeah - haven't worked on this, but I think the unpkg works in a script tag? https://unpkg.com/[email protected]/dist/browser/lunarphase-js..js

@marcthayer Oh, the version updated as of 2x you would target: - IIFE: https://unpkg.com/[email protected]/dist/index.iife.js - CJS: https://unpkg.com/[email protected]/dist/index.cjs.js - ES: https://unpkg.com/[email protected]/dist/index.es.js - UMD: https://unpkg.com/[email protected]/dist/index.umd.js And corresponding maps should be there as...

Remind me - were you wanting to see the _current_ phase, or just the ability to pull these as separate values? Full moon is a specific moment in time, but...

Skipping 6 and going directly to 7, which has its own suite of issues. Did you ever get resolution to your migration issue?

@dannylin108 Yes, this average calculation provides accuracy for the next 31,000 years. Several people have asked for variations of these calculations for different purposes. Besides researching the calculations, I've implemented...