Vector redactor
2-dimensional Computer-Aided Design.
Implements instruments for:
Creating model
Saving and reading files/
Creating regions and splitting model into smaller objects
Representing information got from calculations
App should be used with math kernel, which contains functions of calculating parameters of magnetic field. Kernel is representeed /include/FLib.dll.
Crates
iced (0.13.1)
csv + serde
libloading
Components
app. Main event loop, structure of graphical interface and message proceed.
model. Instruments for creating, loading and editing a model.
app_settings. Settings for app and model, most notable are grid, colors, zoom.
Installation
cd /path/to/project
cargo build --release