Skip to content
/ SSCalc Public

Math library, notation management, and a graphic calculator

Notifications You must be signed in to change notification settings

feer9/SSCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published