Fancy2209 / stage

Interface for graphics module providing various outputs options to render

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AwayJS Stage

Build Status

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

Official AwayJS Documentation

AwayJS Dependencies

  • core
  • graphics

Internal Structure

  • aglsl
    Shader classes for defining render instructions that can be consumed in a variety of ways

  • attributes
    Abstractions for attributes classes

  • base
    Interface API for rendering context, and enums for defining various render modes

  • events
    Event objects for stage classes

  • flash<br

Context implementation for Flash (deprecated)

  • gles
    Context implementation for External GLES rendering

  • image

  • library

  • managers

  • software
    Context implementation for CPU software rendering

  • webgl
    Context implementation for WebGL rendering

About

Interface for graphics module providing various outputs options to render

License:Apache License 2.0


Languages

Language:TypeScript 99.3%Language:JavaScript 0.3%Language:HTML 0.3%Language:Shell 0.2%