7344c6bfcb1723c435ca0df24f0d0ebdd2c23c37
Manigraph
Manigraph is a cutting-edge tool for multidimentional surface visualization, capable of handling over a hundred dimensions. It allows users to interactively explore each dimension in an intuitive and dynamic way. Import your .klein files, which represents multidimentional surface.
Building
Source code
git clone https://gitea.axiolutions.top/software/manigraph.git
cd manigraph
git submodule update --init --recursive
Dependecies
You may need system specific dependecies to build Manigraph. Reference
Linux
x11: libXcursor-devel libXi-devel libXinerama-devel libXrandr-develwayland: libwayland-dev libxkbcommon-dev wayland-protocols
Commands
A C compiler is needed for building Manigraph. and any of those commands
make windows
./compile.bat
make linux-x11
make linux-wayland
make cocoa
make CC=emcc wasm
Description
Languages
C
98.8%
Makefile
1.1%