Skip to content

Package refactoring and a new RPC server

Compare
Choose a tag to compare
@kmdouglass kmdouglass released this 19 Mar 07:45
· 71 commits to master since this release
d8a37e7

Contains ALICA v0.2.5

Added

  • An RPC server was created that allows for remote control of the simulation over the network.
  • A new image abstraction layer called ImageS that separates image data logic and display from the SASS core code.

Changed

  • The package layout was restructured and simplified to make it easier for newcomers to understand and to better consolidate components that were added after the original layout was devised.
  • The ImageGenerator interface was renamed to Simulator, while the original Simulator class was renamed to ImageJSimulator and moved down one directory to the internal package.
  • The SimEngine class was renamed to DefaultSimulator and moved to ch.epfl.leb.sass.simulator.internal.