Aristotle is an IDLE like environment for ndpc
Click to watch video demo:
Screencast_20240927_091043.mp4
The easiest way is download the prebuilt releases.
To install from source:
- Get the prerequisites:
- Linux:
sudo apt-get install git make libglfw-dev g++ sudo dnf install git make glfw-devel gcc-c++
- Macos:
brew install git make glfw # You need to agree to clang++'s user terms
- Windows
- Install msys2
pacman -S --noconfirm --needed mingw-w64-x86_64-toolchain mingw-w64-x86_64-glfw git make
- Run the build command in mingw64 window.
- Linux:
- Build
git clone https://github.com/xiaoshihou514/aristotle --recurse-submodules
make sync
make
The app is currently in beta, feel free to open an issue if anything doesn't work :)