yaptide / ui

Yet Another Particle Transport IDE - frontend
https://yaptide.github.io/web_dev/
GNU General Public License v3.0
9 stars 4 forks source link

Define "particle filter" #1400

Closed grzanka closed 8 months ago

grzanka commented 9 months ago

Add new type of filter (which would probably become "the only available filter" for Fluka).

User clicks "New particle filter". Then dropdown list with particles appears, similar as in beam source. This should include heavy ions as well.

JSON should be extended to cover this case as well.

Probably we could reuse particle component from beam source.

grzanka commented 9 months ago

Probably this one can be reused: https://github.com/yaptide/ui/blob/master/src/ThreeEditor/components/Select/ParticleSelect.tsx#L16