An open API service indexing awesome lists of open source software.

https://github.com/sebe324/various-visualizations

This program demonstrates various concepts related to programming, mathematics and physics.
https://github.com/sebe324/various-visualizations

collision-detection cpp good-first-issue graphs pathfinding qt sorting

Last synced: about 2 months ago
JSON representation

This program demonstrates various concepts related to programming, mathematics and physics.

Awesome Lists containing this project

README

          

# Various Visualizations

This program demonstrates algorithms, math concepts, physics phenomena etc.

## Demonstration
https://github.com/sebe324/Various-Visualizations/assets/58781463/09f0a35e-2213-4f29-bb1a-632a0f3df8a9

## How to build
### Qt Creator
- Download Qt Creator: (https://www.qt.io/download-open-source).
- Clone the repository.
- Open the project in the creator.

### With Command line

- 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`

## Technologies used:
- C++
- Qt
- CMake