Skip to content

Java demo. Experiments with graphics2d and trident. Build scenes or other animations from XML.

Notifications You must be signed in to change notification settings

jmcglinch/scene-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Java demo. Experiments with graphics2d and trident. Build scenes or other animations from XML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages