This software plays Ludwig output files in 3D. It can play particles and order parameter field (up to 2 parameters).
HOW TO INSTALL IT IN ECLIPSE
- File->Import->Git->Projects from Git (with smart import)
- Clone URI
- Write "https://github.com/Scolymus/Ludwig_visualization" in URI textfield (without quotes)
- Next
- Next
- Next
- Finish
HOW TO RUN IT FROM ECLIPSE
- Run->Run as->Maven build...
- Write "clean compile exec:java -Dexec.mainClass=main.main" (without quotes) in Goals textfield
- Apply
- Run
HOW TO USE IT
- Open src/main/java (it's on your left under the project name).
- Open main package (it is under src/main/java as a box in brown divided in 4 parts).
- Open main.java.
- Inside "public static void main(String[] args) {" edit the firsts lines until "//########### DON'T MODIFY AFTER THIS LINE #########################"
- Run