mlaveaux / mCRL2-rust

A rust wrapper for the library functionality of the mCRL2 toolset
https://mlaveaux.github.io/mCRL2-rust/
Boost Software License 1.0
0 stars 0 forks source link

Implement a GUI to view labelled transition systems #6

Closed mlaveaux closed 5 months ago

mlaveaux commented 6 months ago

This is currently being done using Slint, but there are still a few features lacking compared to ltsgraph.

mlaveaux commented 5 months ago

For now just keep tiny-skia although technically abandoned. It seems like femtovg might be an alternative with no performance benefit. The only alternative is using the real Skia library with Rust bindings or switch to GPU rendering with wgpu.