Skip to content

Interactive animations to help visualize Java concurrency concepts

Notifications You must be signed in to change notification settings

vitaware/JavaConcurrentAnimatedReboot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

This is a the latest version of Java Concurrent Animated - (Original version binary download: https://sourceforge.net/projects/javaconcurrenta/)

In the original version too much control was taken by the canvas, and all of the interactions were dependent on the slide program.

In this reboot version, there is a single background thread per slide that carries all of the threads through the desired states. The renderer iterates through all of the threads, gets their state, current position, and shape, and renders them.

Many of the original animations have been enhanced to provide more control over the underlying threads, and CompletableFuture has been added.

Sprites List:

image

To run this - Clone the repo, build via Maven using mvn package, then double click the jar that is produced (under targets)

About

Interactive animations to help visualize Java concurrency concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.0%
  • HTML 5.0%