ThomasDavisA / simple-twitch-chat-visualizer

0 stars 0 forks source link

Switch React rendering to Canvas rendering. #58

Open ThomasDavisA opened 3 years ago

ThomasDavisA commented 3 years ago

Currently we are using React to render the avatars. We would like to change over to full canvas rendering to allow greater motion and customization for the avatars.

ThomasDavisA commented 2 years ago

We are now using Pixi for our rendering. Will close this when the fully functional pixi client can be used in place of the React Client.