Hacker News new | ask | show | jobs
by whostolemyhat 1280 days ago
Unity's been working on an ECS option for a while now
1 comments

Written in C#.
Yeah, "OO is going out of fashion" is a common phrase in gamedev, but what's actually meant is "deep class hierarchies defining the behaviour of game objects is going out of fashion". Most ECS code is still written in OO languages and makes heavy use of OO features.