A personal overview about Pixi.js, a 2D graphics library
HandsomeTan
Posted on November 16, 2024
before learning Pixi.js. I usually use the raw canvas API to draw 2D graphics. This is interesting, but a bit complicated. For example, drawing a star shape requires the use of BeizierCurve API, but the positions of the shape's points often are difficult to find, Therefore it is best to use third-party libraries to simplify path operations.
there are some exercises on Pixi.js homepage, which make us learn Pixi.js api. I finished an example called 'Choo Choo Train' and I think that those APIs and their construction is similar to Three.js. you'll be able to master those APIs faster if you have ever learned Three.js
💖 💪 🙅 🚩
HandsomeTan
Posted on November 16, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
githubcopilot AI Innovations at Microsoft Ignite 2024 What You Need to Know (Part 2)
November 29, 2024