yoshinoToylogic / bulletsharp

Automatically exported from code.google.com/p/bulletsharp
MIT License
0 stars 0 forks source link

(P/Invoke) MLCP Solvers #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

Thank you for the prompt rotational motor fix earlier. The wrapper is working 
great.

Since it looks like the P/Invoke branch has used automatic code generation to 
some extent, I was wondering if there's any chance to get MLCP solvers 
(primarily Dantzig) implemented/defined for it as well?

P.S. As a little sidenote, I believe the recently added matrix basis for the 
P/Invoke branch is missing a setter. (it's read-only)

Original issue reported on code.google.com by TheZ...@gmail.com on 14 Jul 2014 at 9:54

GoogleCodeExporter commented 8 years ago
Yes, I'm just now going through both the C++/CLI and P/Invoke code, fixing 
bugs/memory leaks, adding missing features and unifying the two versions. 
There's a lot more to clean up than I had anticipated, so it could be a few 
weeks before I release 2.83.

The automatic code generator took a while to make and it's such a big hack 
right now, but it's speeding up the process by a LOT.

Good point about the basis. Will fix it.

Original comment by andres.traks on 14 Jul 2014 at 3:31

GoogleCodeExporter commented 8 years ago
That sounds awesome. Thank you for your work.

I'll keep an eye out for more bugs.

Original comment by TheZ...@gmail.com on 15 Jul 2014 at 9:09

GoogleCodeExporter commented 8 years ago
Done.

Original comment by andres.traks on 7 Aug 2014 at 12:52