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

propagate back #434

Merged
merged 3 commits into from
Dec 21, 2023
Merged
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
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ As GUNDAM is designed for maximize flexibility to accommodate
various physics works, it allows to share optimizations
and debugging for every project at once.

## Showcase

![](./resources/images/samplesExample.png)

<details>
<summary><b>Spoiler: More Screenshots</b></summary>

![](./resources/images/postFitCorrExample.png)

</details>

![bannerStyle.001.png](resources/images/bannerStyle/bannerStyle.001.png)
Expand Down Expand Up @@ -103,7 +94,8 @@ check out the latest tagged version by tapping:

Note that this command will also automatically check out the submodule
included in the project. Therefore, in order to update your code when
a new release is available, simply use the same command.
a new release is available, simply use the same command. Note that git versions
before 2.0 may have issues to checkout the correct submodules (see issue #429)



Expand Down
Loading