bottlenoselabs / c2cs

Generate C# bindings from a C header.
MIT License
250 stars 18 forks source link

Re-write from scratch using TDD #130

Closed lithiumtoast closed 1 year ago

lithiumtoast commented 1 year ago

Problem: Too much of my time is spent debugging issues; it doesn't scale. Compounded by every platform has to be tested (Windows, macOS, Linux). Other platforms would make it problem worse (iOS, Android, possibly consoles).

Proposal: Re-write C2CS from scratch using TDD. Painfully build up all the test cases of C code to be covered for bindgen.

Timeline: 2023 Summer.