xanxys / bonsai-massive

(discontinued) Massive artificial vegetation evolution simulator
5 stars 1 forks source link

Implement genome copying in bs-inspector #33

Open xanxys opened 8 years ago

xanxys commented 8 years ago

Initially, just text copy / paste seems enough. Ability to tweak genome w/o recompiling is a must.

Maybe spreadsheet API integration is all we need. (at least it's far better than half-baked custom UI that is just a wrapper of CRUD DB).

xanxys commented 8 years ago

Saving can be added to bs-inspector.

Loading can be done in 2 ways:

  1. Transgenic interface (writing to existing cell)
  2. Add new particle w/ new genome

I think 2 is a lot easier and simpler, since 1 needs very deep async (UI <-> ... <-> chunk server) and infeasible. 2 is still hard. Let's postpone to general modify interface.

For now, it suffices to retrieve successful genome from sim and hardcode into chunk server / frontend initialization code.

xanxys commented 8 years ago

Moved adding part to #36.