liabru / matter-attractors

an attractors plugin for matter.js
MIT License
148 stars 31 forks source link

Update plugin to latest matter-js version #11

Open akehir opened 5 years ago

akehir commented 5 years ago

main.js:5301 matter-js: Plugin.use: matter-attractors@0.1.4 is for matter-js@^0.12.0 but installed on matter-js@0.14.2.

philipaarseth commented 5 years ago

+1

treardon17 commented 3 years ago

@liabru is this project still alive?

liabru commented 3 years ago

@treardon17 Yes this plugin is supported on the latest version and will continue to work fine!

I just need to get around to bumping the version range to avoid this warning (which recently I implemented a solution to allow that).

treardon17 commented 3 years ago

@liabru awesome! This is such a cool library/package by the way. Thanks for contributing it to the community!

ggorlen commented 1 year ago

When the version update occurs, we should remember to modernize the examples to avoid deprecated World and engine.world;.