Can we do something like Image.drawWarped (link goes to the javadoc of slick2d) with pixi.js?
It gave devs the possibility to define where to render the 4 corners of an image with absolute x, y locations and it automatically skewed the image to fit in. I guess it just redefined the points of the triangles used to render the image or something like that. (I'm not that fit with gl, thats why I use pixi.js.^^)
Thanks.