bow-simulation / virtualbow

Software for designing and simulating bows
http://www.virtualbow.org/
GNU General Public License v3.0
23 stars 3 forks source link

Integrate new solver #263

Open stfnp opened 2 months ago

stfnp commented 2 months ago

For the past year or so I have been working on a complete rewrite (and redesign) of the VirtualBow solver, i.e. the part that does the numerical computations. Unlike the old solver, the new one is written in Rust instead of C++ (see also #215). Even though the new solver is not yet finished, it has reached a state where it can be integrated into the main application in order to make testing and filling in missing features easier. This is currently happening on the branch integrate-new-solver (not usable yet).

This issue is for tracking the progress and the remaining tasks and will be updated frequently.

Remaining tasks for the integration

Remaining tasks/missing functionality of the new solver

More detailed solver issues

Final details/cleanup

Keep for later

Issues that need to be revisited after integrating the new solver