Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andezion/simulatoroffalling
- Owner: Andezion
- License: gpl-3.0
- Created: 2024-05-23T07:45:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T16:11:21.000Z (25 days ago)
- Last Synced: 2025-01-26T17:18:27.978Z (14 days ago)
- Topics: cpp, object-oriented-programming, physics, sfml-cpp, sfml-library, simulation
- Language: C++
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)