this post was submitted on 31 May 2025
611 points (98.3% liked)
memes
15287 readers
4828 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
A collection of some classic Lemmy memes for your enjoyment
Sister communities
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Which would be easier if you were a dev making your own game than if you were making a mod for an existing one no?
Depends on the rendering engine architecture. If it processes stuff in layers already you can work with that more easily, same if you can insert rules for stuff like different shaders for different object types.
If you're dealing with a game where the rendering engine can't do that it will be very complex regardless of how much source code you have.