|
|
|
|
|
by ivars
2090 days ago
|
|
I'm using both Linux and Windows, but what attracts me to Win10 is Direct3D 11 and graphics drivers. On Linux you either have to use OpenGL that feels ancient or Vulkan that is a bit too complex for average-sized projects. D3D11 is an excellent API that is both high-level enough to work with comfortably and modern enough to not feels like you are lagging behind. It's just pleasant to work with.
Graphics driver support for Windows is excellent since it is driven by the demands of gaming industry. Visual Studio IDE is an added bonus. |
|