Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scenent/cpp-physics-method
implementation of some visualized integration
https://github.com/scenent/cpp-physics-method
Last synced: 17 days ago
JSON representation
implementation of some visualized integration
- Host: GitHub
- URL: https://github.com/scenent/cpp-physics-method
- Owner: scenent
- License: mit
- Created: 2023-10-21T10:15:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-21T10:22:21.000Z (over 1 year ago)
- Last Synced: 2024-11-15T02:29:25.318Z (3 months ago)
- Language: C++
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp-physics-method
please install [raincloud](https://github.com/scenent/raincloud) library to compile.## features
- Runge-Kutta Method
- Euler Method
- Semi-Implicit Euler Method
- Midpoint Method
- Leapfrog Method
- Verlet Method## screenshot
![screenshot](screenshot.png)