this post was submitted on 26 Jun 2026
84 points (92.9% liked)

Steam Hardware

22418 readers
397 users here now

A place to discuss and support all Steam Hardware, including Steam Deck, Steam Machine, Steam Frame, and SteamOS in general.

As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title

The following is a list of suggested flairs:
[Deck] - Steam Deck related.
[Controller] - Steam Controller related.
[Machine] - Steam Machine related.
[Frame] - Steam Frame related.
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.

If your post is only relevant to one hardware device (Deck/Machine/Frame/etc) please specify which one as part of the title or by using a device flair.

These are not enforced, but they are encouraged.

Rules:

Link to our Matrix Space

founded 5 years ago
MODERATORS
 

https://store.steampowered.com/app/993090/

Lossless Scaling Tutorial: Upscaling & Frame Generation - https://www.youtube.com/watch?v=xTgGAzip9X0

you are viewing a single comment's thread
view the rest of the comments
[–] Fubarberry@sopuli.xyz 6 points 1 day ago (1 children)

I think I saw that Minecraft just added vulkan as a graphics option, but I'm not sure what versions of Minecraft.

[–] gegil@sopuli.xyz 6 points 1 day ago (1 children)

This is cool, but it will take time until most of the mods, especially those relying on graphics will get updated to newer versions, with vulkan support implemented.

[–] kboy101222@sh.itjust.works 2 points 1 day ago (1 children)

I imagine it'd more be on (Neo)Forge and Fabric'a respective mod loaders. Hopefully mods won't have to touch rendering systems too much

[–] JPAKx4@lemmy.blahaj.zone 2 points 19 hours ago (2 children)

It heavily depends on the mod. For the mod I work on, Cobblemon, we need to touch a lot of rendering to make everything work correctly. Any custom shader requires interacting with openGL directly, as well as custom materials or custom rendering tricks.

Neoforge may provide some rendering help (I'm not as knowledgeable about neo) but Fabric is light on it. Modern java versions will be supporting both rendering APIs for a time, complicating things further.

Built in shaders from vibrant visuals should help simplify implementation details, and Molang has said some promising things about rendering and modding as well.

[–] kboy101222@sh.itjust.works 1 points 19 hours ago (1 children)

Unrelated, but MoLang would be a fantastic name for the official modding engine that's definitely coming to Minecraft any century now.

But yeah, to my knowledge, Neo Forge is just a fork of Forge minus a certain absolute dickhead of a maintainer. Last I used Forge back in like 1.17 ish, forge itself handled most of the rendering, though I never dove too deeply into it

[–] JPAKx4@lemmy.blahaj.zone 1 points 18 hours ago

Actually, its official. MoLang is a language designed for Minecraft Bedrock, and we use a custom version of a java mod to add it into cobblemon for various uses. I must've typed molang so often that mojang corrects into it now

You are correct, it is a fork, and it has changed things significantly for the better but probably not taking away that rendering changes.

[–] argarath@lemmy.world 1 points 19 hours ago (1 children)

Hi, first of all love cobblemon and wanted to say thank you for the work you've put on it! My question is if the people making lithium and the other performance mods that touch directly on the rendering of minecraft could help you all with this? I know that they were working on a vulkan version before it was announced, so they know of tips and tricks. Anyway, I do hope the new engine changes don't give much trouble to you all and that you can continue working on such a fun mod!! Cheers!

[–] JPAKx4@lemmy.blahaj.zone 2 points 19 hours ago

Its a huge team effort, I'm very proud of them and all the work that gets done every release.

I mean they totally could help, but the main work would be just redesigning things based on what mojang/mod loaders decide, they can be very opinionated at times. I'm not complaining though, this has been a long time coming and will make it better and easier, even if a little complicated for a period of time.