You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I'd like to thank you for the work you've done.
I discovered this project when I wanted to use OpenCV with Zig lang and found zigcv.
zigcv uses your C binding to generate a wrapper and it works well.
As a V dev, I did a little test based on the same idea -> vcv.
My idea is this: why not extract the C binding to another repo on GitHub ?
IMHO I see several advantages:
Not mixing Go and C code and build files
Make specific tests for the C binding
Other languages such as Zig, V, C3, Odin ... can use it and contribute.
Easier to contribute
Disadvantages :
2 repositories for you to manage
synchronisation between repositories
more work
This may mean more work, but it would open the door to more contributions. Just a suggestion.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
First of all, I'd like to thank you for the work you've done.
I discovered this project when I wanted to use OpenCV with Zig lang and found zigcv.
zigcv uses your C binding to generate a wrapper and it works well.
As a V dev, I did a little test based on the same idea -> vcv.
My idea is this: why not extract the C binding to another repo on GitHub ?
IMHO I see several advantages:
Disadvantages :
This may mean more work, but it would open the door to more contributions. Just a suggestion.
Thanks.
The text was updated successfully, but these errors were encountered: