Skip to content

BrunoDatoMeneses/AMOEBA3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMAKFX and AMOEBAonAMAK

Tested with OpenJDK 11, should work with Java 8.

Check the documentation directory for more detailed and in depth instruction and explanation.

Check AMAKFX's README for more detail on how to use it.

Quick start :

Maven build Jar with dependencies

mvn clean compile assembly:single Note that the resulting jars are not platform independent.

Use with Eclipse

Clone this repo and import it as a Maven project. There is one parent project AMOEBA-parent and two modules AMOEBAonAMAK and AMAKFX.

You should get a structure like this :

AMOEBA-parent
  | AMAKFX
  | AMOEBAonAMAK

Check AMAKFX's README for more detail on how to use it.

Check the documentation directory for more detailed and in depth instruction and explanation on AMOEBA.

Amoeba Quick start

StudiedSystem studiedSystem = new F_XY_System(50.0);
AMOEBA amoeba = new AMOEBA("resources/twoDimensionsLauncher.xml", studiedSystem);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published