JSPM

  • Created
  • Published
  • Downloads 525
  • Score
    100M100P100Q93593F
  • License Apache-2.0

View for AwayJS

Package Exports

  • @awayjs/view
  • @awayjs/view/bundle/awayjs-view.umd.js
  • @awayjs/view/dist/index.js

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/view) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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