Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.12 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.12 KB

Aristotle

Aristotle is an IDLE like environment for ndpc

Demo

Click to watch video demo:

Screencast_20240927_091043.mp4

Installation

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
      pacman -S --noconfirm --needed mingw-w64-x86_64-toolchain mingw-w64-x86_64-glfw git make
      • Run the build command in mingw64 window.
  • Build
git clone https://github.com/xiaoshihou514/aristotle --recurse-submodules
make sync
make

Troubleshooting

The app is currently in beta, feel free to open an issue if anything doesn't work :)