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
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
AwayJS Dependencies
- core
Internal Structure
animators
Interface APIs for animator classesbase
Interface APIs for graphics dependents, and root classes for core graphics functionalitydraw
Drawing API for sequential stroke and fill drawing commandselements
Data classes for graphical elements such as triangle / line collectionsevents
Events for graphics classesimage
Image data wrappers for binary / compressed and 2D / Cubic imagesmanagers
(to be moved to materials module)materials
(to be moved to materials module)parsers
Library parsers for image classespick
Collision objecttextures
Data classes for textures that wrap image data sourcesutils
Helper classes for Bitmap / Image conversion and / or generation