Skip to content

Commit

Permalink
Adding a logo just for fun
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Azeau committed Sep 21, 2024
1 parent ee3fe2d commit 2934fe9
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Femyou.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{9D2D98F1-B
ProjectSection(SolutionItems) = preProject
.github\workflows\CI.yml = .github\workflows\CI.yml
.gitignore = .gitignore
README.md = README.md
logo.svg = logo.svg
EndProjectSection
EndProject
Global
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
![](logo.svg)

# Femyou
loading and running [fmi-standard](https://fmi-standard.org/) FMUs in dotnet core
loading and running [fmi-standard](https://fmi-standard.org/) FMUs in .NET

![CI](https://github.com/Oaz/Femyou/workflows/CI/badge.svg)

[The binary package is available from NuGet](https://www.nuget.org/packages/Femyou/)
[The binary package is available from NuGet](https://www.nuget.org/packages/Femyou/) as a .NETStandard2.1 lib.


## Features

Expand Down Expand Up @@ -41,4 +44,6 @@ while (h > 0 || Math.Abs(v) > 0)

The [Bouncing Ball](https://github.com/modelica/Reference-FMUs/tree/master/BouncingBall) reference FMU visualized with GIF animation.

This GIF was created with the included demo program.

![BouncingBall](BouncingBall.gif?raw=true)
108 changes: 108 additions & 0 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2934fe9

Please sign in to comment.