isaacjs / ISAAC

JavaScript Star System simulator.
isaac.ayulin.net
Other
9 stars 3 forks source link

Proper Custom Star System Support #6

Open jcheng31 opened 12 years ago

jcheng31 commented 12 years ago

While custom star systems are supported by ISAAC, there is currently no way to run them without obtaining the source code, hosting it on a server, and changing the startISAAC function in isaac_simulation.js.

Proper UI support for this would enhance ISAAC's usability.

jcheng31 commented 12 years ago

Backend support added in 496b21efe04eda7f309e0411c3cee63ecbb382d1. Simulation and graphics can now be reinitialised by calling ISAAC.Simulation.init() with a set of JSON specifications.