Create a new adapter in 10 minutes - BHoM/documentation GitHub Wiki
This is an introductory quick start guide. Other pages you might find useful before reading this:
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! 🚀
Once you have chosen your software of choice, you are ready to start with the steps below!
- 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.