davidfig / pixi-viewport

A highly configurable viewport/2D camera designed to work with pixi.js
https://davidfig.github.io/pixi-viewport/
MIT License
1.04k stars 174 forks source link

Update README.md for v5.2 (interactive deprecation) #459

Closed blnvdanil closed 1 year ago

blnvdanil commented 1 year ago

In 5.2 viewport's version a breaking change was made, that replaced interactive boolean with eventMode, which means that people with pixi.js < 7.2 are not able to use v5.2

Seems that those changes should be emphasized in readme.

blnvdanil commented 1 year ago

Or maybe It will be better to use interactive and eventMode at the same time, but in order to prevent deprecation warnings we can do this dirty trick console.log = () => {}

davidfig commented 1 year ago

Thanks!