DEV Community

Daniel Neveux
Daniel Neveux

Posted on

Wizar devlog 14 - Begining a threejs library: Glitch

As planned I spent the week on Ravioli looking around for a new way to improve the reaction system. To change my mind, I also started to write the Wizar graphic library based on threejs.
It is called Glitch and it will be focus on dev xp by offering a high level API, inspired by Pixi to do 2D or 3D games on web and React Native.

It is just the start and you can see a demo here (credit to 0x72 from itch.io for the assets)
I have already implemented:

  • a 2D app object which contains the common boilerplate
  • support for spritesheet from TexturePacker
  • texture
  • sprite
  • animated sprite

Next iteration will be the port on React Native.

Top comments (0)