/yarer-gui

Just an user interface for yarer

Primary LanguageRust

YARER GUI - A gui for Yarer

github build status docs.rs unsafe forbidden Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Yarer Gui is a frontend for Yarer, a library I've written (https://github.com/davassi/yarer) for the evaluation of mathematical expressions, using Reverse Polish Notation.

Screenshots:

image

Notes

When you start the app, if you notice the error: "XDG Settings Portal did not return response in time: timeout: 100ms, key: color-scheme" or similar,

please try to start the app with setting up the following variable:

$ WINIT_UNIX_BACKEND="x11" cargo run -q -- 

Contribution

Besides being stable, Yarer-GUI is a work in progress. If you have suggestions for features (i.e. more math functions to implement), or if you find any issues in the code, design, interface, etc, please feel free to share them on our GitHub.

I appreciate very much your feedback!

ca