Arnaud Moura

Results 34 comments of Arnaud Moura

A last point, to be easy to use, **vpm** should allow to download or use local **vca** file and build with this.

Hello, can you merge this PR and made a new release please ?

If a wrapper must be made, I think that a better approach is to create a module in opencv_contrib like for Julia (https://github.com/opencv/opencv_contrib/tree/master/modules/julia) I see two advantages: - Expose the...

I have build OpenCV a lot and it can be complex and very long. So you propose a project that generate automatically a binding of OpenCV with a script (nimscript...

Great. To make it simple, this feature will replace this steps: Nim->C Header + DLL + Nim C binding -> Nim

A last point, to be easy to use, **nimble** should allow to download or use local **nimca** file and build with this.

> The industry standard is a .dll or .so or .a and a header file. I don't see what nimca brings compared to that. > It's nice to allow the...

I also add that currently you have to create a Nim wrapper to use the C header and the dll previously generated by Nim. I think this is a ridiculous...

Do you mean C++ right ? Because the readme indicates C support.

For the C++ support it will be a simple formality ?