Skip to content

sebe324/Various-Visualizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Various Visualizations

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

Demonstration

2024-03-19.18-27-57.mp4

How to build

Qt 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

About

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

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors