Go to file
Jean Tampon afdf9a51e7
Merge pull request #7 from Pascal-So/patch-1
add keyboard shortcuts to readme
2021-04-26 00:36:16 -07:00
include Better random 2021-04-03 22:06:38 +02:00
sounds Add res 2020-06-24 15:05:55 +02:00
src Update main.cpp 2021-04-03 22:13:33 +02:00
.gitattributes 🍭 Added .gitattributes & .gitignore files 2016-12-21 14:53:55 +01:00
.gitignore Clean repo 2020-05-20 16:16:51 +02:00
CMakeLists.txt Better cmake 2021-04-03 22:06:26 +02:00
LICENSE Create LICENSE 2021-04-21 23:49:07 +02:00
README.md add keyboard shortcuts to readme 2021-04-25 20:01:28 +02:00

README.md

'Anti-collision' system, as demonstrated in this YouTube video

Picture of various sized balls missing one another

Usage

The following keyboard shortcuts are available

  • E toggle v-sync. V-sync limits the number of frames per second, so disabling it speeds up the simulation.
  • A toggle the visibility of the traces.
  • space toggle slow-motion.
  • R reset the view.
  • esc close the application.

You can zoom into the simulation by scrolling, and move around by dragging with the mouse.