DIP60: @nogc attribute

froglegs via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 16 13:49:53 PDT 2014


> Well, most of the new games (Unity3D) are done in C# nowadays 
> and people live with it even though game development is one of 
> the biggest C++ loving and GC hating crowd there is.

  Unity3D the engine is written primarily in C++, not C#.

The Unity editor and gameplay code is written in C# because that 
type of code is generally not performance sensitive.


More information about the Digitalmars-d mailing list