5 comments

  • HelloUsername4 days ago
    Ooh nice! Would&#x27;ve expected a bigger blog post announcement about it though? Like couple months back: <a href="https:&#x2F;&#x2F;www.minecraft.net&#x2F;en-us&#x2F;article&#x2F;another-step-towards-vibrant-visuals-for-java-edition" rel="nofollow">https:&#x2F;&#x2F;www.minecraft.net&#x2F;en-us&#x2F;article&#x2F;another-step-towards...</a> (discussed here: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47068948">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47068948</a>)
  • jchw1 hour ago
    I find this choice interesting. Vulkan is a sensible choice given the game is multiplatform (and of course they mention MoltenVK right in the announcement.) Despite that, I still find it interesting that a Microsoft subsidiary would make this choice given that Vulkan is a direct competitor to Direct3D and that Microsoft seemed to only begrudgingly continue to support OpenGL and wgl. (Am I hallucinating, or was there not a period of time where the graphics drivers shipped from Windows Update simply omitted OpenGL support, leaving you with only the terrible OpenGL 1.4 software renderer?)
  • ramon1564 days ago
    &gt; Under Vulkan, we will prefer your dedicated graphics card over any integrated graphics, which is a change from OpenGL<p>Did OpenGL not do this?
    • voxic114 days ago
      OpenGL doesn&#x27;t have any way to do this except sometimes via vendor specific extensions. Basically how OpenGL works is it creates the graphics context on whichever device the system hands it. So you can configure the GPU used by OpenGL on the system level but not at the application level.
    • CyborgCabbage1 hour ago
      I believe if you plug your monitor into your motherboard then OpenGL will use your integrated graphics rather than your card. I think with Vulkan it doesn&#x27;t matter what port you plug it in, it can coordinate it?
    • chainingsolid4 days ago
      I don&#x27;t remember being able to pick which card OpenGL uses, while with Vulkan it&#x27;s a required question the App has to answer...
  • SugarReflex1 hour ago
    Is it safe to say that this positively affected me? For the very first time I installed Linux Mint on my old gaming with a 1080 TI and installed Minecraft&#x2F;Steam. Minecraft ran beautifully and it is Java Edition 26.2. I&#x27;ve had a harder hit and miss time with games on Steam.
    • CyborgCabbage1 hour ago
      Unless you changed the setting it still uses the OpenGL backend by default
  • bellowsgulch37 minutes ago
    I thought Minecraft has been using bgfx for a while now.
    • diath34 minutes ago
      Minecraft has two versions, Java and Bedrock (C++), the Bedrock edition uses bgfx: <a href="https:&#x2F;&#x2F;www.minecraft.net&#x2F;en-us&#x2F;attribution" rel="nofollow">https:&#x2F;&#x2F;www.minecraft.net&#x2F;en-us&#x2F;attribution</a>