blackaller / nasc

Home Page:http://parnold-x.github.io/nasc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • libcln

then build with:

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

About

http://parnold-x.github.io/nasc/

License:GNU General Public License v3.0


Languages

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