Skip to content
Lars Brubaker edited this page Jan 30, 2014 · 1 revision

We are very interested in cleaning up the API and making it more .net like. We also want to eventually get all the agg samples implemented and working. Regrettably, a few of them have never been implemented and few of them got broken with some later changes. A bit of test driven design would help a lot. we've started on that type of thing but it has a long way to go.

There is some dead code around from the original port from c. You will also find the not implemented exception here and there. What you are seeing is probably the c code that is not currently functioning in c#, or an unfinished c# port of the original code. You can try and finish these up, or leave them for when they are needed.

One of the reason some interfaces are not better is so that they would match more closely to the original agg code to make future porting of sample easier, others just need attention. It is not worth continuing this practice. We should just clean up the API when there is a problem.

Clone this wiki locally