Code Monkey home page Code Monkey logo

Comments (8)

terrarier2111 avatar terrarier2111 commented on August 23, 2024 2

From AMD the HD 7xxx series is still supported and from NVIDIA the GTX7xx series. Those are all quite old, in fact they are from 2012 and 2013. If you run PC's with older graphic cards than those in them you might be better off running an old Java version honestly, I doubt it's worth supporting those.

But if there is a Rust crate that allows easy supporting of both Vulkan and OpenGL then sure, no complaints from me.

That's essentially what WGPU is it is an abstraction over the OpenGL/Vulkan/Metal apis

from leafish.

PureTryOut avatar PureTryOut commented on August 23, 2024 1

*Vulkan. To get the most performance out of every platform, using Vulkan on everything would probably be best. Using MoltenVK it can even run on macOS by implementing Vulkan on Metal. It should also be possible to support other platforms in the (very, very far) future like the Nintendo Switch, Android and iOS.

from leafish.

terrarier2111 avatar terrarier2111 commented on August 23, 2024 1

Sadly there are still legacy devices out there which don't have vulkan support and only support OpenGL

from leafish.

PureTryOut avatar PureTryOut commented on August 23, 2024

Such as? Are they worth supporting?

from leafish.

terrarier2111 avatar terrarier2111 commented on August 23, 2024

https://www.amd.com/en/technologies/vulkan
https://developer.nvidia.com/vulkan-driver

I would like to support those legacy GPUs/APUs as low end devices may come with such legacy hardware, but i am not certain if it is worth, supporting them

from leafish.

PureTryOut avatar PureTryOut commented on August 23, 2024

From AMD the HD 7xxx series is still supported and from NVIDIA the GTX7xx series. Those are all quite old, in fact they are from 2012 and 2013. If you run PC's with older graphic cards than those in them you might be better off running an old Java version honestly, I doubt it's worth supporting those.

But if there is a Rust crate that allows easy supporting of both Vulkan and OpenGL then sure, no complaints from me.

from leafish.

PureTryOut avatar PureTryOut commented on August 23, 2024

In that case, ignore my comments. Awesome! As long as it defaults to Vulkan when supported by the platform it's ran on, I'll be happy!

from leafish.

iMonZ avatar iMonZ commented on August 23, 2024

Such as? Are they worth supporting?

I think the best thing is to focus on Vulkan.
Of course there is OpenGL for Stone Age devices
and Metal for better macOS support. (MoltenVK does it pretty good, but native Metal is a bit better with a few more features)
But still, Vulkan does everything good for everyone.
This would also lead to less confusion while developing since you need then to support multiple rendering backends.

from leafish.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.