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.
- Host: GitHub
- URL: https://github.com/sebe324/various-visualizations
- Owner: sebe324
- License: mit
- Created: 2023-06-19T21:03:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T19:43:20.000Z (over 1 year ago)
- Last Synced: 2025-02-22T06:16:26.002Z (over 1 year ago)
- Topics: collision-detection, cpp, good-first-issue, graphs, pathfinding, qt, sorting
- Language: C++
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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