giulioforesto / planets

A 2D plotted planets movement simulator
0 stars 0 forks source link

User-friendly way to switch cases between "live mode" and "replay mode" #5

Open giulioforesto opened 9 years ago

giulioforesto commented 9 years ago

Find a way to choose the representation mode elegantly.

Options

  1. Export in .class files that takes a parameter (live or not) and possibly create a .bat that executes Fortran + .class with "live" parameter.
  2. Export in .exe : launch Fortran, then launch .exe that asks for mode.