Skip to content

scx/nasc

 
 

Repository files navigation

NaSC

Do maths like a normal person

NaSC is an app where you do maths like a normal person. It lets you type whatever you want and smartly figures out what is math and spits out an answer on the right pane. Then you can plug those answers in to future equations and if that answer changes, so does the equations it's used in.

screenshot

Installation

Get it on AppCenter

PPA: nasc-team/daily

sudo apt-add-repository ppa:nasc-team/daily
sudo apt-get update
sudo apt-get install com.github.parnold-x.nasc

Building

Dependencies:

  • valac
  • glib-2.0
  • gee-0.8
  • gtk+-3.0
  • granite
  • libsoup-2.4
  • libqalculate
  • gtksourceview-3.0
  • gthread-2.0

Supported build systems:

  • cmake 2.8
  • meson

Building with cmake

mkdir build/ && cd build
cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make && sudo make install

Building with meson

meson build --prefix=/usr
cd build
ninja && sudo ninja install

About

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Vala 78.5%
  • CMake 12.7%
  • C++ 4.6%
  • Makefile 4.0%
  • Shell 0.2%