-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# ElasticCollisionSimulation | ||
This program simulates elastic collisions of balls in a boxed area. For more information on this topic see [Wikipedia](https://en.wikipedia.org/wiki/Elastic_collision). | ||
![](screenshot.gif) | ||
|
||
### Installation | ||
There is no installation required. Just download the **ElasticCollisionSimulation.exe** (from [Releases](https://github.com/dadul96/ElasticCollisionSimulation/releases)) and run the simulation. | ||
|
||
### Built With | ||
* [Visual Studio 2019](https://visualstudio.microsoft.com/) - IDE used for programming | ||
* [SFML](https://www.sfml-dev.org/) - Library used for creating the GUI | ||
|
||
### Author | ||
**Daniel Duller** - [dadul96](https://github.com/dadul96) | ||
|
||
### License | ||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details | ||
|
||
### Acknowledgments | ||
* Inspired by **Oscar Villarreal** - [oscardve](https://github.com/oscardve) | ||
* Screen-GIF recorded with - [ShareX](https://getsharex.com/) |