Skip to content

DataGraph1/DG_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DG Calculator

A basic calculator GUI program made in Rust + Slint.

About

This is a (badly coded) simple calculator program. It allows for multiple operators with both mouse and keyboard inputs.

Compiling

  1. Install Rust by following its getting-started guide. Once this is done, you should have the rustc compiler and the cargo build system installed in your PATH.

  2. Build with cargo:

     cargo build
    
  3. Run the application binary:

     cargo run
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published