Skip to content

Commit

Permalink
Add GH Python component tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Feb 2, 2024
1 parent 3345766 commit 5fd991f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/views/Tutorials.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ export default {
image: "https://raw.githubusercontent.com/compas-dev/tutorials/main/building-information-modelling/intro.png",
link: "https://www.github.com/compas-dev/tutorials/tree/main/building-information-modelling/README.md",
},
{
title: "Grasshopper Python components",
text: "Creating custom grasshopper python components can be almost as simple as dropping some code in a python file! This tutorial shows how to create components in Python using COMPAS tools.",
image: "https://raw.githubusercontent.com/compas-dev/tutorials/main/ghpython-components/components.png",
link: "https://github.com/compas-dev/tutorials/blob/main/ghpython-components/README.md",
},
],
}),
};
Expand Down

0 comments on commit 5fd991f

Please sign in to comment.