Steam Hardware
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:
- Follow the rules of Sopuli
- Posts must be related to Steam Hardware or Steam OS in an obvious way.
- No piracy, there are other communities for that.
- Discussion of emulators are allowed, but no discussion on how to illegally acquire ROMs.
- This is a place of civil discussion, no trolling.
- Have fun.
view the rest of the comments
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
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.
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
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.
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!
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.