Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 496 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 496 Bytes

This app expirements with graphics 2d and the trident library. It demos a generic approach to building visual scenes from XML. The application could consume an XML stream from a backend service such that the visualization updates based on the calculated data stream. Key components include:

  • the XML resource
  • Entity objects with Graphics2D paint method
  • Timeline and scenario generators using Trident library
  • the scene component which creates the JPanel object and invokes scenario