Inti uses Meshes.viz for the visualization of elements and meshes, but this can be achieved directly by e.g. writing simple Makie recipes. The main advantages would be:
- Drop
Meshes dependency (we only use it for plotting)
- Custom control of recipes, easier to extend to our needs
- Simpler user interface. At present, we mix
viz from Meshes with pure Makie commands such as arrows for the normals, thus requiring familiarity with both packages.
IntiusesMeshes.vizfor the visualization of elements and meshes, but this can be achieved directly by e.g. writing simpleMakierecipes. The main advantages would be:Meshesdependency (we only use it for plotting)vizfromMesheswith pureMakiecommands such asarrowsfor the normals, thus requiring familiarity with both packages.