Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andezion/simulatoroffalling

This is my small project demonstrating the fall of a ball depending on user specified parameters.
https://github.com/andezion/simulatoroffalling

cpp object-oriented-programming physics sfml-cpp sfml-library simulation

Last synced: 14 days ago
JSON representation

This is my small project demonstrating the fall of a ball depending on user specified parameters.

Awesome Lists containing this project

README

        

# SimulatorOfFalling
This is my small project demonstrating the fall of a ball depending on user specified parameters.
## Table of content
* [General info](#general-info)
* [Technologies](#technologies)
* [Setup](#setup)

## General Info
I was using SFML framework on C++. Sadly I couldn't install and use it in CLion 'cause of CMake file, so i decided to do it in VisualStudio. As a "brains" goes typical physics laws such as Energy Saving Law or definiton of g or falling system.

## Technologies
* SFML-2.6.0 for visual part and stuff
* Physics 7 class :)
* Nicolaus Copernicus toes

## Setup
Soon it will be my very first release, so yea, but if you want to use it on Linux or other types of OS - just install SFML using this commands:
```
sudo apt-get update
sudo apt-get install libsfml-dev
```
Then you should create your own CMakefile and just copy my code to your file :)