JSPM

@awayjs/graphics

0.5.33
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 71
  • Score
    100M100P100Q131316F
  • License Apache-2.0

AwayJS graphics classes

Package Exports

  • @awayjs/graphics

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@awayjs/graphics) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

AwayJS Graphics

Build Status

Dependency for AwayJS applications requiring graphical output: contains data structures for shapes and textures, and interface descriptions for additional APIs such as material and animator data.

Documentation

Official AwayJS Documentation

AwayJS Dependencies

  • core

Internal Structure

  • animators
    Interface APIs for animator classes

  • base
    Interface APIs for graphics dependents, and root classes for core graphics functionality

  • draw
    Drawing API for sequential stroke and fill drawing commands

  • elements
    Data classes for graphical elements such as triangle / line collections

  • events
    Events for graphics classes

  • image
    Image data wrappers for binary / compressed and 2D / Cubic images

  • managers
    (to be moved to materials module)

  • materials
    (to be moved to materials module)

  • parsers
    Library parsers for image classes

  • pick
    Collision object

  • textures
    Data classes for textures that wrap image data sources

  • utils
    Helper classes for Bitmap / Image conversion and / or generation