▲ | jplusequalt 5 days ago | |||||||||||||||||||||||||||||||
>Even AAA games these days happily run on GC languages. Which games are these? Are you referring to games written in Unity where the game logic is scripted in C#? Or are you referring to Minecraft Java Edition? I seriously doubt you would get close to the same performance in a modern AAA title running in a Java/C# based engine. | ||||||||||||||||||||||||||||||||
▲ | steveklabnik 5 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
Unreal Engine has a GC. You're right that there is a difference between "engine written largely in C++ and some parts are GC'd" vs "game written in Java/C#", but it's certainly not unheard of to use a GC in games, pervasively in simpler ones (Heck, Balatro is written in Lua!) and sparingly in even more advanced titles. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | Jasper_ 5 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
Unreal Engine has a C++-based GC. https://dev.epicgames.com/documentation/en-us/unreal-engine/... | ||||||||||||||||||||||||||||||||
▲ | neonsunset 5 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
C#? Maybe. Java? Less likely. |