Skip to content

Language Hooks : C# SWIG Bindings

Steven A White edited this page Mar 18, 2022 · 9 revisions

#Introduction

BioGears now supports C# Language hooks through the use of SWIG Bindings Generator. (http://www.swig.org/). This page details how to build SWIG Bindings on Windows based platforms. The initial procedure will be the same on all platforms, but you will need to ensure you have a C# compiler and runtime environment supported by CMAKE to build the resulting project

CMAKE controls the building of SWING bindings through the use of

Clone this wiki locally