Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 615 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 615 Bytes

AwayJS View

Interface for scene modules, providing user interaction input / output and culling management for display objects sent to the renderer.

Documentation

Official AwayJS Documentation

AwayJS Dependencies

  • core
  • graphics
  • renderer
  • scene
  • stage

Internal Structure

  • managers
    Mouse and Touch helper classes

  • partition
    Partition & Node abstractions for display objects, enabling the traversal and culling of renderables before they are sent to the renderer

  • pick
    Traverser & collider for object picking via mouse / touch interactions