Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

pixi-viewport

Support and improve pixi-viewport, a 2d viewport/camera for use with pixi.js
Collective - Host: opensource - https://opencollective.com/pixi-viewport - Website: https://davidfig.github.io/pixi-viewport/ - Code: https://github.com/davidfig/pixi-viewport

updated simple example so app.renderer.interaction is properly initialized

github.com/pixi-viewport/pixi-viewport - e45a43abade5ce66337b3b07ebbda34eb372adaa authored about 6 years ago by David Figatner <[email protected]>
updated with userPlugin

github.com/pixi-viewport/pixi-viewport - 39e23aa876014ab573196a985b2d350509cd7f06 authored about 6 years ago by David Figatner <[email protected]>
added userPlugin

github.com/pixi-viewport/pixi-viewport - 3e508fcaca24503480a9938e15665abad43aa8a2 authored about 6 years ago by David Figatner <[email protected]>
published 3.10.0

github.com/pixi-viewport/pixi-viewport - 685a36d712147c98a1919e4d7b8055b74ad2fb42 authored about 6 years ago by David Figatner <[email protected]>
updated documentation for follow

github.com/pixi-viewport/pixi-viewport - 4d018cb3a12e2c174f9b561a92602f7fe343cfc5 authored about 6 years ago by David Figatner <[email protected]>
published pull request #96

github.com/pixi-viewport/pixi-viewport - 5f2f1ca39d17e378088a148a3c8bbdfaed061890 authored about 6 years ago by David Figatner <[email protected]>
Merge pull request #96 from fbessou/patch-1

Declare "pause" as boolean in index.d.ts

github.com/pixi-viewport/pixi-viewport - f9336b1361fb06b3e5ff074b90d2a54c4f6d567a authored about 6 years ago by David Figatner <[email protected]>
Move "pause" attribute near other attributes

github.com/pixi-viewport/pixi-viewport - dfcf177d6ff4004b85bd7d34133526557833b19d authored about 6 years ago by Knarfux <[email protected]>
Declare "pause" as boolean in index.d.ts

github.com/pixi-viewport/pixi-viewport - 7321b5874a6a854c1e39cae860cab5929fd2249a authored about 6 years ago by Knarfux <[email protected]>
compiled docs

github.com/pixi-viewport/pixi-viewport - 201e11b0c7939bb0f206f16c6fa8aceea018352b authored about 6 years ago by David Figatner <[email protected]>
fixed snapZoom options.noMove documentation

github.com/pixi-viewport/pixi-viewport - cdae5acd23e1feef37af923a113b0684137bd25c authored about 6 years ago by David Figatner <[email protected]>
clampZoom now clamps when added and after fit--() and zoom--()

github.com/pixi-viewport/pixi-viewport - cc67880a0ad37abad39ccd203db09c27eefd35a4 authored about 6 years ago by David Figatner <[email protected]>
added moved-end and zoomed-end events to viewport

github.com/pixi-viewport/pixi-viewport - 347ec8f0ee9cd72ba5d3d7e30721eb8fcacfe050 authored about 6 years ago by David Figatner <[email protected]>
fixed zoomed event documentation

github.com/pixi-viewport/pixi-viewport - c748862b692f7b69cae5ccbf10c1fce611bc068a authored over 6 years ago by David Figatner <[email protected]>
fixed 'zoomed' event documentation

github.com/pixi-viewport/pixi-viewport - 93faa5dbe1bc200e2746fa51b23da5437e427584 authored over 6 years ago by David Figatner <[email protected]>
fixed clamp-zoom for independent-axis scaling

github.com/pixi-viewport/pixi-viewport - 6b61a4efa4de0672aae06993acee3a08c26f633a authored over 6 years ago by David Figatner <[email protected]>
fixed bug with independent scrolling with wheel()

github.com/pixi-viewport/pixi-viewport - 8197b8f0a130fbda257bdfe7693c16ae5e28e2e8 authored over 6 years ago by David Figatner <[email protected]>
fitHeight first parameter is now height; fixes #83

github.com/pixi-viewport/pixi-viewport - 26c29d7ebf891cdf00e84620ae78bdd5bf165192 authored over 6 years ago by David Figatner <[email protected]>
fixed bug where wheel dragging did not follow option.direction in drag()

github.com/pixi-viewport/pixi-viewport - ab1d7a3db206eaffa810524de75e11b31e43a5b6 authored over 6 years ago by David Figatner <[email protected]>
added options.passiveWheel to viewport

github.com/pixi-viewport/pixi-viewport - e5e396d83c467d827af9bc16d1dfcc80a66f7b1d authored over 6 years ago by David Figatner <[email protected]>
changed the way dirty works (it now is only set to true during update)

github.com/pixi-viewport/pixi-viewport - edc830d3b774d54b9e9a6542a4325c2651e75bf5 authored over 6 years ago by David Figatner <[email protected]>
follow() now only moves when there is a change to the target

github.com/pixi-viewport/pixi-viewport - 2b5bd906b9e475c96b617ac96ea9602e0c0585ee authored over 6 years ago by David Figatner <[email protected]>
Merge pull request #80 from omegablitz/patch-1

Fix types to reflect smoothing

github.com/pixi-viewport/pixi-viewport - 1b8abf41f73c88ef4e8e01074679c1470548632f authored over 6 years ago by David Figatner <[email protected]>
Fix types to reflect smoothing

github.com/pixi-viewport/pixi-viewport - bb761a0e91e9c04353656ebf6bcd3ad61d12af56 authored over 6 years ago by Aashish Welling <[email protected]>
decelerate only cancels clicked event if over options.threshold

github.com/pixi-viewport/pixi-viewport - 946a54b59fdde724c334e0cbca4a9b946cc1e45f authored over 6 years ago by David Figatner <[email protected]>
published pull #73

github.com/pixi-viewport/pixi-viewport - 1e1bcd1b02877ec95490a68c80a89f0b51c119a4 authored over 6 years ago by David Figatner <[email protected]>
git push origin masterMerge branch 'nikolas-fit-width-height-optional-scale'

github.com/pixi-viewport/pixi-viewport - b97804bf0aaa74358c3239dcd9ae2d08d57e60e9 authored over 6 years ago by David Figatner <[email protected]>
really updated types...

github.com/pixi-viewport/pixi-viewport - ca554d33ac508893d779b3f8ed877daef8247c1c authored over 6 years ago by David Figatner <[email protected]>
updated jsdoc for fitwidth/fitheight and typescript definition

github.com/pixi-viewport/pixi-viewport - 827e95c5e3d9806acb4060cc7398ea2fcc308720 authored over 6 years ago by David Figatner <[email protected]>
Merge branch 'fit-width-height-optional-scale' of https://github.com/nikolas/pixi-viewport into

nikolas-fit-width-height-optional-scale

github.com/pixi-viewport/pixi-viewport - 9ac5023e1535671f1eeccba4c146ce775a7df387 authored over 6 years ago by David Figatner <[email protected]>
updated typescript file

github.com/pixi-viewport/pixi-viewport - 6283c82516fc125ca76b807e8fd450d95f3b9c85 authored over 6 years ago by David Figatner <[email protected]>
Merge pull request #79 from ertrzyiks/export-internal-types

Export internal types

github.com/pixi-viewport/pixi-viewport - c7982535397ee4bb2648ffcbfc4772e77c50bb12 authored over 6 years ago by David Figatner <[email protected]>
Export internal types

Expose all defined types in Typescript definitions.
It's possible to access them right from the ...

github.com/pixi-viewport/pixi-viewport - ccae5a583579efc7fe84c59eeaa5c193dd370283 authored over 6 years ago by Mateusz Derks <[email protected]>
wheel smooth merged

github.com/pixi-viewport/pixi-viewport - a762ae42f580c83ea6665be79ed676874c4f811c authored over 6 years ago by David Figatner <[email protected]>
wheel smoothing

github.com/pixi-viewport/pixi-viewport - 8f5133c1c665278bc35104c470f2baf7e2c9baf7 authored over 6 years ago by David Figatner <[email protected]>
cleaning up

github.com/pixi-viewport/pixi-viewport - a42dd4061a5a73432b85f882a7e492d7d5825f71 authored over 6 years ago by David Figatner <[email protected]>
cleaning up

github.com/pixi-viewport/pixi-viewport - 25817fc11e877d95737c4910be50ec23e75f30fb authored over 6 years ago by David Figatner <[email protected]>
published 3.4.2 with typescript definition updates

github.com/pixi-viewport/pixi-viewport - 51ad81e7348fe2c163427a85d66ea494771cb439 authored over 6 years ago by David Figatner <[email protected]>
Merge branch 'master' of github.com:davidfig/pixi-viewport

github.com/pixi-viewport/pixi-viewport - 01f7d510d9522f0af5109ac0cd656a27a9ec3768 authored over 6 years ago by David Figatner <[email protected]>
smooth wheel experiment

github.com/pixi-viewport/pixi-viewport - fd2ada0970096130ad256ae64664f6e54067d94f authored over 6 years ago by David Figatner <[email protected]>
Merge pull request #77 from ertrzyiks/fix-resize-type-definition

Fix type definition for Viewport resize method

github.com/pixi-viewport/pixi-viewport - d09c084281abb3dd6af131bd9529acea48c297ad authored over 6 years ago by David Figatner <[email protected]>
Fix type definition for Viewport resize method

github.com/pixi-viewport/pixi-viewport - 730c04e688e488f44b50f1b768196ebb4fd415be authored over 6 years ago by Mateusz Derks <[email protected]>
adding options.interaction to simple example

github.com/pixi-viewport/pixi-viewport - 5b36d1cd5934e330b47915afa2c9b5c57c1468fe authored over 6 years ago by David Figatner <[email protected]>
viewport.fitHeight() / fitWidth(): add optional scale param

This allows me to scale the world only along a single axis. This is
useful in a 2D function visu...

github.com/pixi-viewport/pixi-viewport - 64ec6bc1c337d3c538fabbafbb0b33d1f2308536 authored over 6 years ago by Nikolas Nyby <[email protected]>
cleaning up dependencies

github.com/pixi-viewport/pixi-viewport - 67ccaf2bff05247fde14327243d9bd61aadc89fd authored over 6 years ago by David Figatner <[email protected]>
handleWheel uses this.interaction to properly test whether cursor is over viewport

github.com/pixi-viewport/pixi-viewport - 496d492a6b6419fc12c7920428c9954a0bbfb736 authored over 6 years ago by David Figatner <[email protected]>
updated clamp to not fire moved so often

github.com/pixi-viewport/pixi-viewport - 72165a5da7b42a807daed4a2d685e2614291937f authored over 6 years ago by David Figatner <[email protected]>
published with destroy(options) fix

github.com/pixi-viewport/pixi-viewport - d982e1d49afb8388024acfae9908497a5fcd7e5e authored over 6 years ago by David Figatner <[email protected]>
Merge pull request #71 from ertrzyiks/fix-destroy-with-options

Fix for destroy called with options

github.com/pixi-viewport/pixi-viewport - 4356683ecac94004377582da81b5e3ce246eca44 authored over 6 years ago by David Figatner <[email protected]>
Fix for destroy called with options

As destroy method supports `options` param, we need to make sure to pass
provided options to the...

github.com/pixi-viewport/pixi-viewport - 05c46a179bc3b28c4b3a880e856a85e17bb7d135 authored over 6 years ago by Mateusz Derks <[email protected]>
published with updated typescript definition

github.com/pixi-viewport/pixi-viewport - ba59c7c8ec1a30dd4fbf809a58ee8fceac9fb382 authored over 6 years ago by David Figatner <[email protected]>
Merge pull request #69 from macropp/fix/ts-definitions

Fixes typescript definition issues.

github.com/pixi-viewport/pixi-viewport - a780ba7c9a183bea5d1fd7ea7c3fcd8f642709c9 authored over 6 years ago by David Figatner <[email protected]>
Fixes typescript definition issues.

github.com/pixi-viewport/pixi-viewport - c522ee7786033c71e0d2b31ec2fd8dd21afde235 authored over 6 years ago by Gio Nadirashvili <[email protected]>
viewport.destroy() removes now removes eventlisteners

github.com/pixi-viewport/pixi-viewport - ad9734ed70dab5155176c25244399ce888b1adb6 authored over 6 years ago by David Figatner <[email protected]>
added viewport.removeListeners()

github.com/pixi-viewport/pixi-viewport - 1a01f029ba43a9d42ba5d835ee3c347a4cb05c22 authored over 6 years ago by David Figatner <[email protected]>
drag now works better when using two fingers without pinch

github.com/pixi-viewport/pixi-viewport - 88b30a39ef2564bc7ff2fa6e6fbaacc10e4ce59b authored over 6 years ago by David Figatner <[email protected]>
'moved' event now has a type parameter; added 'zoomed' event

github.com/pixi-viewport/pixi-viewport - a9ab703b9bd81d20249a0c8bbd8834e389230ebc authored over 6 years ago by David Figatner <[email protected]>
setting pause=true resets viewport.touches and viewport.leftDown (ie, clears internal input tracking)

github.com/pixi-viewport/pixi-viewport - b49e8669d316721d82b80d23effdac72014d19cf authored over 6 years ago by David Figatner <[email protected]>
snap emits moved event when snapping

github.com/pixi-viewport/pixi-viewport - db4e0257da1a8fe49244a8ce7db0193774a18eae authored over 6 years ago by David Figatner <[email protected]>
removed exists and pixi-ease dependencies

github.com/pixi-viewport/pixi-viewport - fe48c46d8f1100bf558cece755942bc54492c808 authored over 6 years ago by David Figatner <[email protected]>
postponing change to hitArea during updat

github.com/pixi-viewport/pixi-viewport - 8632a0da334346a8f34e70228339aeb5f0bd6444 authored over 6 years ago by David Figatner <[email protected]>
improvements to update loop

github.com/pixi-viewport/pixi-viewport - 36ffc708f5ac0f0a6d4565916eac92156082c548 authored over 6 years ago by David Figatner <[email protected]>
added wtih and height options to viewport.fit()

github.com/pixi-viewport/pixi-viewport - 3f9eb51ad631f36bef22eb231435efbc897ef74f authored over 6 years ago by David Figatner <[email protected]>
pinch emits moved event

github.com/pixi-viewport/pixi-viewport - 7d40c0c056723718f87ed4a682755f4aea7fd612 authored over 6 years ago by David Figatner <[email protected]>
viewport.pause no longer changes PIXI.Container.interactive

github.com/pixi-viewport/pixi-viewport - f7c4650e61fc38437fab2f72edc3658f76865ad9 authored over 6 years ago by David Figatner <[email protected]>
cleaning up

github.com/pixi-viewport/pixi-viewport - ffb5de802200985eec81ebe9c86bbdb7800e8b69 authored over 6 years ago by David Figatner <[email protected]>
working on standalone demos

github.com/pixi-viewport/pixi-viewport - c28c3c2904e5db5b3ba1bb68d0ce883241415331 authored over 6 years ago by David Figatner <[email protected]>
updated readme with instructions to use the bundled releases

github.com/pixi-viewport/pixi-viewport - 632b05e0641476831f3d6b9b127c9d25a68f7d03 authored over 6 years ago by David Figatner <[email protected]>
bundled up the files for a release

github.com/pixi-viewport/pixi-viewport - aa6c40b46e52e2b7506668013ba32c497c5e16f9 authored over 6 years ago by David Figatner <[email protected]>
Merge branch 'macropp-feature/ts-definitions'

github.com/pixi-viewport/pixi-viewport - f5da74dd0a5002043f208004e29d14e74b3f5984 authored over 6 years ago by David Figatner <[email protected]>
Fixes JSDoc for bounce method ease parameter.

github.com/pixi-viewport/pixi-viewport - f2f973af85f2efdea7f4fc4edbf9dec6c98fa0e0 authored over 6 years ago by Gio Nadirashvili <[email protected]>
Adds initial definitions for typescript.

github.com/pixi-viewport/pixi-viewport - 9495fc87f87a31984bb8c31506631062dcacb455 authored over 6 years ago by Gio Nadirashvili <[email protected]>
mouse wheel called only over viewport; improved clampWheel in mouse

github.com/pixi-viewport/pixi-viewport - fbf5982dce057790086f73dd637dd08049daaca6 authored over 6 years ago by David Figatner <[email protected]>
published v2.0.2

github.com/pixi-viewport/pixi-viewport - c05cc8e542a600b44da083008a4458a39fe523ad authored over 6 years ago by David Figatner <[email protected]>
fixed bug with new clamp

github.com/pixi-viewport/pixi-viewport - b0a06abdac09fa0797b593c7727b08a92f302fa6 authored over 6 years ago by David Figatner <[email protected]>
improved interaction of clamp and decelerate

github.com/pixi-viewport/pixi-viewport - fa515329b3ee272b37e4a31d6140438fc0f15940 authored over 6 years ago by David Figatner <[email protected]>
published v2.0

github.com/pixi-viewport/pixi-viewport - 2a22816d91aad48a3c0aa1c29460318e824a3c66 authored over 6 years ago by David Figatner <[email protected]>
fixed drag bug when two-finger touch but not pinch()

github.com/pixi-viewport/pixi-viewport - 0805d98f6d9a39ed9947fb37e2631b3f2f4d00c4 authored over 6 years ago by David Figatner <[email protected]>
clamp demo works properly

github.com/pixi-viewport/pixi-viewport - 96161b40b03d2e46a7c885e3e10c3510389495d7 authored over 6 years ago by David Figatner <[email protected]>
viewport.bottom and viewport.right work properly; as does clamp with new options

github.com/pixi-viewport/pixi-viewport - 3fb9833f8d1b4582cf3a23367e06fa32178a2599 authored over 6 years ago by David Figatner <[email protected]>
reworked clamp with new options; fixed viewport.right calculation

github.com/pixi-viewport/pixi-viewport - 0dc7dcc56fb961baeea4da85966ca4c127671a94 authored over 6 years ago by David Figatner <[email protected]>
working on clamp; fixed a bug with viewport.right

github.com/pixi-viewport/pixi-viewport - f023f3f0520e48f689e5e0c19709b03fbfc2be73 authored over 6 years ago by David Figatner <[email protected]>
added moved event

github.com/pixi-viewport/pixi-viewport - 9400aed4643f7b5051c5b341e1fa0a1fbba7897d authored over 6 years ago by David Figatner <[email protected]>
published fixes

github.com/pixi-viewport/pixi-viewport - 0c1171bdd98b2579cb0ce89fdbcc55d4940a78a8 authored over 6 years ago by David Figatner <[email protected]>
fixed bug where drag did not work properly when parent of viewport is not scale 1

github.com/pixi-viewport/pixi-viewport - b8faf42d2cabaa4831e5099242fb58bbe9f9034a authored over 6 years ago by David Figatner <[email protected]>
wheel movement triggers removeOnInterrupt

github.com/pixi-viewport/pixi-viewport - b67772b4799d9dc50213f244039b1ce83fa424ce authored over 6 years ago by David Figatner <[email protected]>
fixed options.removeOnInterrupt for snapZoom

github.com/pixi-viewport/pixi-viewport - f39b2edae1a1ddf16cfb6c989f2a6b17759264bc authored over 6 years ago by David Figatner <[email protected]>
started work on separate demos; tested new snap and snap-zoom options

github.com/pixi-viewport/pixi-viewport - 258e706d284e4396fdf39f47ca6cbe8dba450371 authored over 6 years ago by David Figatner <[email protected]>
added snap/snapZoom: options.removeOnInterrupt and options.forceStart

github.com/pixi-viewport/pixi-viewport - 4607a20c915194c9f591150524abb86f858c4955 authored over 6 years ago by David Figatner <[email protected]>
fixed snap-zoom when interrupt=false

github.com/pixi-viewport/pixi-viewport - c395a184841654b6eaa9839899c831365addf425 authored over 6 years ago by David Figatner <[email protected]>
merged improvements to wheel from @mrBuchmann; fixed drag.wheel problems

github.com/pixi-viewport/pixi-viewport - 0770e4efa11b859618bc0b87a980eb6615f07c47 authored almost 7 years ago by David Figatner <[email protected]>
fixed wheel() in drag

github.com/pixi-viewport/pixi-viewport - a68fc44b457586cee832190670ae1288578a5f84 authored almost 7 years ago by David Figatner <[email protected]>
fixed formatting

github.com/pixi-viewport/pixi-viewport - 8d9d2cd461842321ba40fd62cac84a0c0c368907 authored almost 7 years ago by David Figatner <[email protected]>
use PIXI.InteractionManager.mapPositionToPoint to get pointer position relative to world, not body

github.com/pixi-viewport/pixi-viewport - 46cfd027f0f9e645e743fde97ed2b55cd5418be8 authored almost 7 years ago by Milo Buchmann <[email protected]>
calculate point relative to divWheel

github.com/pixi-viewport/pixi-viewport - f8496766bb3e1e6a23fd29903eaed689178293f8 authored almost 7 years ago by Milo Buchmann <[email protected]>
added options.divWheel

github.com/pixi-viewport/pixi-viewport - e31aa731e64c02d2739a92a29b350cdc9d360d47 authored almost 7 years ago by David Figatner <[email protected]>