Search code examples
javascript2dgraphic

What is the best 2d graphic library for javascript?


I want to make simple 2d game using javaScript. What should i know before i start? I'm a c# programmer and I don't have much experience with js. Is there any design patterns should i know about?


Solution

  • I like PIXI.js as it is really easy to use, yet is really powerful.

    I made this Game with it in 48 hours for ludumdare (doesnt work in mozilla, which is a fault in my code not pixi's)