TeamAtomECS / AtomECS

Cold atom simulation code
GNU General Public License v3.0
46 stars 11 forks source link

Support for `uom` #28

Open ElliotB256 opened 3 years ago

ElliotB256 commented 3 years ago

I would like to use the uom crate to define quantities in atomecs. https://github.com/iliekturtles/uom

Advantages:

I had tried previously but was not able to because of the incompatibility of Vector3<> from nalgebra with uom. There have been a few updates to the package since then and it is worth revisiting.

ElliotB256 commented 2 years ago

Switching to another ECS such as legion or bevy may solve this implicitly, as both define storage types different from specs.

ElliotB256 commented 2 years ago

3