sayansil / Ecosystem

You play God
https://ecosystem-simulation.web.app/
GNU General Public License v3.0
26 stars 2 forks source link

C Wrapper for Ecosystem #85

Closed DarkStar1997 closed 1 year ago

DarkStar1997 commented 1 year ago

Description and Context

This PR introduces a C-API for ecosystem. This would enable us to create wrappers for multiple languages as per future requirements. As of now, this would be required for creating wrappers for Dart (for Flutter app), Python (for report generation or some casual scripting maybe??). In Python we can use ctypes to load the C shared library whereas in Dart the C-FFI can be used directly on the C wrapper code.

Best Practices

Git requirements