Skip to content

team-sankalpa/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

then build with:

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

Packages

No packages published

Languages

  • Shell 47.4%
  • Vala 35.6%
  • C++ 9.4%
  • CMake 5.7%
  • Makefile 1.9%