four-bar-ui-4.0.0 is not a library.
Visit the last successful build:
four-bar-ui-1.0.0
Four🍀bar
Web demo: https://kmolyuan.github.io/four-bar-rs/

Four🍀bar is a simulator and a synthesizing tool for four-bar linkage mechanism.
- CLI/GUI program is
four-bar-uicrate, but the executable is calledfour-bar. - Kernel library
four-baris on crates.io.
Powered by https://github.com/emilk/egui.
Native icon from https://icons8.com.
Releases
In Linux, libxcb and libgtk-3 are required. (most desktops are already provided)
In Windows, since the builds are set in Visual Studio, the support of Visual C++ is required.
Download: https://github.com/KmolYuan/four-bar-rs/releases/latest
Native GUI is the default startup behaviour, use --help option to see more commands.
# Equivalent to double-clicking the executable
# Equivalent to opening by the app or file dragging
Native Build
In Linux, you need to install some library for GUI:
Then run with cargo directly:
# CLI Mode
WebAssembly Build
Run those scripts from the repository:
The application is deployed in the dist directory (entire files).