Should I consider using PIXI.JS, if I need something like this. Or should I live with pure javascript, maybe something else?
- I have background (call it scene) all over the page
- I have about 100 images into different categories
- images appears on the screen (divided into different categories, use can choose category, images appear)
- user is allowed to drop those images on "scene"
- user is allowed to modify images (delete, resize, rotate etc.) using toolbox
- user can create screenshot
- user can write text on scene (using toolbox, choose "text" and create text on scene)
It is for children to create, for instance, "forest" with "animals". Or "ocean" with different creatures. Or similar excercises for teachers.
Basically that is it.
I looked into Pixi.js, I already started creating scene with sprites etc., it works, but I wonder whether this is the right technology to use.