hcs-t4sg / questable

questable.vercel.app
2 stars 0 forks source link

Avatar: Update sprite generation package to Pixi #50

Open IsoPhoenix opened 1 year ago

IsoPhoenix commented 1 year ago

Avatar: Update sprite generation package to Pixi

Overview:

At the moment, Questable uses a package called react-responsive-spritesheet to navigate spritesheets and render sprites. This package is outdated and doesn't work with modern React state variables. Updating to Pixi, a modern React animation package, will allow for more fluid and responsive sprite animation in avatars and otherwise.

Resources: