chrxh / alien

ALIEN is a CUDA-powered artificial life simulation program.
https://alien-project.org
BSD 3-Clause "New" or "Revised" License
3.47k stars 105 forks source link

QOL Features #92

Open willjallen opened 2 months ago

willjallen commented 2 months ago

There are a number of low-hanging quality-of-life improvements that mostly affect the UI and not core gameplay. I will keep this issue as a living list for these types of features, and mark them off as they are completed.

Simulation Parameters:

Zones:

Radiation Sources:

Genome Editor:

Browser:

CLI:

General:

chrxh commented 2 months ago

Thanks for the list! There are some new features haven't thought about that (mentioned in Zones/Radiation Sources). Updating existing sims and an asynchronous network communication are already on my todo list. I have postponed the latter point because the effort involved exceeds the benefit (in my opinion). However, in the long-term, I'm considering introducing preview images for simulations. But then at the latest it would be necessary to use an asynchronous communication.

willjallen commented 2 months ago

Sounds great! I'll see if I can knock out a few of the easier ones like names sometime soon.