On Tue, 28 Apr 2009 12:44:48 -0400, Steven Schveighoffer wrote: > On Mon, 27 Apr 2009 16:14:40 -0400, Moritz Warning > <[email protected]> wrote: > >> Titanion is a 2.5D shooter game for Windows, *nix and MacOSX. >> >> The original code by Kenta Cho was ported to use Tango and Derelict. >> This made it possible to create binaries for different platforms and is >> what this 0.4 release is about. >> >> The code was also put on sourceforge.net to make it easier for >> contributers to participate. >> >> >> http://titanion.sourceforge.net >> >> >> > I did, it was fun. > > :) > > I was especially interested in how the memory usage fared. I noticed it > was quite small (12MB), are you using the GC at all? > > -Steve
The GC is used. But I haven't made any benchmarks.
