Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 1.12 KB

README.md

File metadata and controls

65 lines (47 loc) · 1.12 KB

PixiJS

Ett 2d bibliotek för javascript.

  • Snabbt, hårdvaruacceleration (WebGL)
  • Canvas support
  • Scene Graph, Displaylist struktur
  • Font / Text support
  • SpriteSheet hantering
  • InteractionManager
  • Resource Loader
  • WebGL Filters
  • WebGL Shaders

Användning:

Vid tillfällen då html dom:n inte är tillräcklig.

  • Prestanda, Desktop och mobilt
  • Pixel flexibilitet / Animation
  • Interaktiv grafik

Typer av projekt:

  • Datavisualisering, grafer osv
  • Interaktiva upplevelser
  • Spel

Liknande bibliotek:

PixiJS API:

Länkar:

Run

$ npm run start

Build

$ npm run build