AwayJS Stage
Interface for graphics module providing various outputs options to render. Contains context implementations for WebGL and Software (js) outputs, as well as a bridge option for external (native) rendering.
Documentation
AwayJS Dependencies
- core
- graphics
Internal Structure
aglsl
Shader classes for defining render instructions that can be consumed in a variety of waysattributes
Abstractions for attributes classesbase
Interface API for rendering context, and enums for defining various render modesevents
Event objects for stage classesflash<br
Context implementation for Flash (deprecated)
gles
Context implementation for External GLES renderingimage
library
managers
software
Context implementation for CPU software renderingwebgl
Context implementation for WebGL rendering