|
|
|
|
|
by dzonga
1003 days ago
|
|
quick qn for game dev's ? why was C# adopted for game dev ? compared to java given that they're both similar langauges which use a vm. I do understand that C# has a better native interop story. than java. and probably the only notable jvm based game was minecraft |
|
Modern C# also has more features that help avoid allocations, which in turns reduce GC pauses, which are the biggest enemy of a game