Hi Jef,
I have been looking for a port of libdivecomputer for C#. I'm very interested in the wrapper you have created (or were working on), is there a location from where I can download it? In the ideal case I would like to port the entire library to C#, but for now that might be a bit ambitious.
Thanks, Vincent
On Wed, Dec 24, 2014 at 10:12 AM, Vincent de Vries vincent@ivworks.com wrote:
I have been looking for a port of libdivecomputer for C#. I’m very interested in the wrapper you have created (or were working on), is there a location from where I can download it? In the ideal case I would like to port the entire library to C#, but for now that might be a bit ambitious.
Here it is: http://libdivecomputer.org/builds/divinglog/
H
On 24 December, 2014 - Henrik Brautaset Aronsen wrote:
On Wed, Dec 24, 2014 at 10:12 AM, Vincent de Vries vincent@ivworks.com wrote:
I have been looking for a port of libdivecomputer for C#. I’m very interested in the wrapper you have created (or were working on), is there a location from where I can download it? In the ideal case I would like to port the entire library to C#, but for now that might be a bit ambitious.
Here it is: http://libdivecomputer.org/builds/divinglog/
I remembered talking to some mono-people who where working on a way to generate c#-wrappers for c++ libraries compiled with different compilers.
They had a GSOC student working on it both 2013 and 2014 you should be able to find it that way.
From what i remembered from the mentoring summit, the code hadn't hit
mainline yet, but it where used by ex. Unreal for there C# bindings.
//Anton
On 24-12-14 13:23, Henrik Brautaset Aronsen wrote:
On Wed, Dec 24, 2014 at 10:12 AM, Vincent de Vries vincent@ivworks.com wrote:
I have been looking for a port of libdivecomputer for C#. I’m very interested in the wrapper you have created (or were working on), is there a location from where I can download it? In the ideal case I would like to port the entire library to C#, but for now that might be a bit ambitious.
Here it is: http://libdivecomputer.org/builds/divinglog/
That's just a normal build of the libdivecomputer library. It doesn't contain the C# wrapper code.
Jef
On 24-12-14 10:12, Vincent de Vries wrote:
I have been looking for a port of libdivecomputer for C#. I’m very interested in the wrapper you have created (or were working on), is there a location from where I can download it? In the ideal case I would like to port the entire library to C#, but for now that might be a bit ambitious.
As Henrik suggested a while ago, it would be a good idea to add the c# wrapper files to the git repo. But I didn't had time yet (they'll need a bit of cleanup first). I have attached the current version for now.
Trying to port libdivecomputer to C# is probably a bad idea. You'll be spending time on rewriting code that you can already use. You are probably better of improving the C# wrapper that I started.
Jef