Wednesday, December 17, 2008

Mogre progress

I've been playing around with Mogre - translating a C++ sprite library into C#. It works, but there is a memory leak (about 8k/5sec) It seems to be with using List<T> in unmanaged code. Will try to use something else to store the list of sprites to be rendered.

No comments: