Maximization / nodejs-toolbox-catalog

Catalog of categories and libraries for Node.js Toolbox
https://nodejstoolbox.com
MIT License
259 stars 38 forks source link

Animation frameworks #42

Closed Abhinav-mad closed 4 months ago

Maximization commented 4 months ago

@Abhinav-mad Thanks for the suggestion, do you have some examples?

Abhinav-mad commented 4 months ago

Thank you for considering my suggestion!
Here are some examples of animation frameworks

Three.js: While primarily known for 3D graphics, Three.js is actively maintained and versatile. It’s popular among developers creating interactive 3D scenes and animations

Anime.js: Anime.js is lightweight, actively maintained, and easy to use. It’s suitable for simple to complex animations and supports CSS properties and SVG animations.

PixiJS: PixiJS is actively maintained and performs well for 2D animations, especially in game development and interactive web content.

Maximization commented 4 months ago

@Abhinav-mad Thank you. This seems to fall in the category of frontend frameworks rather than backend. The focus for Node.js Toolbox for now is backend/Node.js ecosystem. For frontend libraries have a look at https://bestofjs.org/projects?tags=animation&sort=total

Abhinav-mad commented 4 months ago

i see