Gaea CFFI library reference

The Gaea C Foreign Function Interface library reference is out!

The purpose of this library is to facilitate the calling of C code from Gaea without learning a 3rd party language. The CFFI design requires users to know only C and Gaea, minimizing the extra bits of API needed to be learned. The approach of Gaea's CFFI is to keep all the Gaea-related logic in Gaea so that you don't need to write much C code.

Check out the CFFI reference here.

Examples of using the package are given here.

If you want to know more about Gaea CFFI and other capabilities, please feel free to contact us!

Tags: