Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farzonl/animationp4
A fluid simulation.
https://github.com/farzonl/animationp4
animation graphics opengl
Last synced: about 1 month ago
JSON representation
A fluid simulation.
- Host: GitHub
- URL: https://github.com/farzonl/animationp4
- Owner: farzonl
- Created: 2019-07-21T16:06:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T21:18:36.000Z (over 5 years ago)
- Last Synced: 2024-10-05T22:52:39.958Z (about 2 months ago)
- Topics: animation, graphics, opengl
- Language: C++
- Homepage: https://youtu.be/3bB2xCmgU2w
- Size: 9.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fluid simulations
## Code status
[![codecov](https://codecov.io/gh/farzonl/animationp4/branch/master/graph/badge.svg)](https://codecov.io/gh/farzonl/animationp4)
[![Build Status](https://travis-ci.com/farzonl/animationp4.svg?branch=master)](https://travis-ci.com/farzonl/animationp4)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/farzonl/animationp4.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/farzonl/animationp4/alerts/)
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/farzonl/animationp4.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/farzonl/animationp4/context:cpp)## Simulation
[![Fluid Simulation](https://raw.githubusercontent.com/farzonl/animationp4/master/simulation.gif)](https://youtu.be/3bB2xCmgU2w)## how to build?
```
make
```## how to run?
```
./main.out
```
## Comands
- type 'r' for black and white mona lisa.
- type 'R' for color mona lisa.
- type 'm' for black and white macaw.
- type 'M' for color macaw.
- type 'w' to write out image to disk as output.bmp
- type 'f' to read a file from disk. will be prompted for file path.### Example files provided:
- pearlEar.bmp
- starryNight.bmp
- lastSupper.bmp
- macaw.bmp