This program demonstrates algorithms, math concepts, physics phenomena etc.
2024-03-19.18-27-57.mp4
- Download Qt Creator: (https://www.qt.io/download-open-source).
- Clone the repository.
- Open the project in the creator.
- Download CMake
- Download Qt libraries (they come together with Qt Creator)
- Download Ninja
- Change the
set(CMAKE_PREFIX_PATH "C:/Qt/6.5.3/mingw_64")
to match your Qt location - Go to the Qt folder. Go to [version]->mingw_64->bin and add this folder to PATH
- Also add the compiler that comes with Qt to PATH. For example Qt\Tools\mingw1120_64\bin.
- Clone the repository
- In console in the project's directory do:
cmake -g "Ninja" .
ninja
- C++
- Qt
- CMake