Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farzonl/animationprj2
A project that simulates spring forces with PDEs
https://github.com/farzonl/animationprj2
animation graphics opengl
Last synced: about 1 month ago
JSON representation
A project that simulates spring forces with PDEs
- Host: GitHub
- URL: https://github.com/farzonl/animationprj2
- Owner: farzonl
- Created: 2019-07-21T16:17:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T23:01:01.000Z (over 5 years ago)
- Last Synced: 2024-10-05T22:41:18.217Z (about 2 months ago)
- Topics: animation, graphics, opengl
- Language: C++
- Homepage:
- Size: 1.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Force Partial Differntial Equation Simulations
## Code status
[![codecov](https://codecov.io/gh/farzonl/animationprj2/branch/master/graph/badge.svg)](https://codecov.io/gh/farzonl/animationprj2)
[![Build Status](https://travis-ci.com/farzonl/animationprj2.svg?branch=master)](https://travis-ci.com/farzonl/animationprj2)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/farzonl/animationprj2.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/farzonl/animationprj2/alerts/)
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/farzonl/animationprj2.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/farzonl/animationprj2/context:cpp)## how to build?
```
make
```## how to run?
![](https://raw.githubusercontent.com/farzonl/animationprj2/master/howtorun.svg?sanitize=true)## Simulation Integration Methods
### forward/explicit euler
[![](https://raw.githubusercontent.com/farzonl/animationprj2/master/explicitEuler.gif)](hhttps://youtu.be/PZAs-9tDtrA)
### backward/implicit euler
[![](https://raw.githubusercontent.com/farzonl/animationprj2/master/implicitEuler.gif)](https://youtu.be/5LqFx2_dySU)
### midpoint method
[![](https://raw.githubusercontent.com/farzonl/animationprj2/master/midpoint.gif)](https://youtu.be/R-tbeEODqvo)