@awayjs/view

View for AwayJS

Usage no npm install needed!

<script type="module">
  import awayjsView from 'https://cdn.skypack.dev/@awayjs/view';
</script>

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