• 55 Posts
  • 318 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle






  • The drivers for your card needs to support the required extensions, and the hardware needs to support the particular codecs as well. So if you don’t have already have encoding/decoding support for the given codec with OGL etc, this won’t add it most likely.

    The main benefit is that application devs won’t need to add multiple hardware decoding/encoding APIs, and can just target Vulkan. Cross platform support in particular is currently a mess due to the different APIs on Windows/Linux/Mac, so this will simplify things greatly. Eventually, driver devs will be able to just support Vulkan too, but that’s a long way off.

















  • Basically, gadgetbridge is a third party open-source application that replaces the manufacturer app for a bunch of fitness watches (and other devices of that kind).

    So you can use it to replace the phone connectivity functions (like receiving notifications etc) as well as getting visualisations of the data etc. And since it all happens locally, none of your data is stored on the manufacturer’s servers. If you understand how to work with SQL and statistics, you can also run your own statistical analyses, since it’s just a sqlite DB.

    The downside is that you can expect it to be limited in functionality compared to e.g. Garmin’s cloud functionality. Personally I find there’s enough data to be useful, but other’s might have different needs.