Skip to content

Create a new adapter in 10 minutes

Alessio Lombardi edited this page Feb 24, 2020 · 5 revisions

▶️ After this, you can find more information in Introduction to the BHoM_Adapter and following pages.



Note

This is an introductory quick start guide. Other pages you might find useful before reading this:




Create a new adapter in 10 minutes

An Adapter is the part of BHoM that enables connection to and from external software.

The Adapter is built on top of the other two main repos: the oM and the Engine.

Detailed information on how to develop and implement the different parts of an adapter are available in the introduction to the BHoM_Adapter and following pages.

This guide will focus on getting you started for development in less than 10 minutes! 🚀

Steps

Once you have chosen your software of choice, you are ready to start with the steps below!

  1. Download the BHoM_Toolkit template. The BHoM_Toolkit is a Visual Studio solution containing an oM, an Engine and an Adapter project, ready for you to implement.
Clone this wiki locally