Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gifs and png files to README.md #7

Merged
merged 4 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
- Add NURBS surface to PPM conversion examples.
- Utilized ForUnitTest for testing.
- Added Support for `OpenMP` and `do concurrent`.
- Added gifs and pngs to the `README.md` file.

### Changed

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ ForCAD supports **B-Spline**, **NURBS**, **Bezier**, and **Rational Bezier** cur
- Rotate and translate NURBS objects.
- Visualization using provided python PyVista scripts.

## Simple Examples

<img src="https://github.com/gha3mi/forcad/raw/main/gif/1.gif" width="250"/><img src="https://github.com/gha3mi/forcad/raw/main/gif/2.gif" width="250"/><img src="https://github.com/gha3mi/forcad/raw/main/gif/3.gif" width="250"/><img src="https://github.com/gha3mi/forcad/raw/main/gif/4.gif" width="250"/><img src="https://github.com/gha3mi/forcad/raw/main/gif/5.gif" width="250"/><img src="https://github.com/gha3mi/forcad/raw/main/gif/6.gif" width="250"/><img src="https://github.com/gha3mi/forcad/raw/main/gif/7.gif" width="250"/><img src="https://github.com/gha3mi/forcad/raw/main/gif/8.gif" width="250"/><img src="https://github.com/gha3mi/forcad/raw/main/gif/9.gif" width="250"/><img src="https://github.com/gha3mi/forcad/raw/main/gif/10.gif" width="250"/><img src="https://github.com/gha3mi/forcad/raw/main/gif/11.gif" width="250"/>

<img src="https://github.com/gha3mi/forcad/raw/main/ppm/example_ppm1.png" width="250"/><img src="https://github.com/gha3mi/forcad/raw/main/ppm/example_ppm2.png" width="250"/><img src="https://github.com/gha3mi/forcad/raw/main/ppm/example_ppm3.png" width="250"/>

## Installation

### Requirements
Expand Down
Binary file added gif/1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gif/10.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gif/11.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gif/2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gif/3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gif/4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gif/5.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gif/6.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gif/7.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gif/8.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gif/9.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading