Skip to content
Open
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
Binary file added assets/images/ecosystem/Comodo_overview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion src/index.jl
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function index()
For more specialized applications, have a look at the rich third-party ecosystem that has developed around Makie:
""", class="my-4"),
Grid(
DetailedCard(
DetailedCard(
title="GeoMakie.jl",
link="https://github.com/MakieOrg/GeoMakie.jl",
image="ecosystem/geomakie.png",
Expand All @@ -248,6 +248,13 @@ function index()
imclass=eco_class,
details=md"Small package to visualize [Ferrite.jl](https://github.com/Ferrite-FEM/Ferrite.jl) results, which is a simple finite element toolbox written in Julia."
),
DetailedCard(
title="Comodo.jl",
link="https://github.com/COMODO-research/Comodo.jl",
image="ecosystem/Comodo_overview.jpg",
imclass=eco_class,
details="Computational (bio)mechanics and computational design",
),
DetailedCard(
title="GraphMakie.jl",
link="https://github.com/MakieOrg/GraphMakie.jl",
Expand Down
Loading