|
|
|
|
|
by armchairhacker
1686 days ago
|
|
Video games aren’t becoming web applications precisely because there are so many GPU libraries. I think this is also why they have so many immutable dependencies: they rely on low-level optimizations and various hacks which break on newer libraries. Video games need to do expensive computations in real time. Most other apps don’t, which is why they can be ported to the web. |
|