FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feer9/SSCalc: Math library, notation management, and a graphic calculator · GitHub

/ SSCalc Public

Repository files navigation

Simple Scientific Calculator

Written from scratch in C

About the project

The GUI has been written in GTK+
About the core, it's all written in 3 libraries, one for the math functions, other for processing the expressions, and the third with some common functions like string handling.

Building (linux)

To build the project you can use cmake

$ mkdir -p build && cd build
$ cmake ..
$ make

Also some makefiles are left from previous attempts

Run

You can run the GUI simply by double clicking the generated executable or by command line

build $ ./sscalc-gui

Also the program can be run from the terminal (currently not working)

build $ ./sscalc

About

Math library, notation management, and a graphic calculator

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL