this post was submitted on 10 Mar 2025
856 points (98.7% liked)

memes

15644 readers
3010 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo 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

founded 2 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] apfelwoiSchoppen@lemmy.world 126 points 3 months ago (1 children)

The 2024 animated movie Flow was done entirely in Blender. It is an incredible movie, highly recommend.

[–] AdrianTheFrog@lemmy.world 58 points 3 months ago (1 children)

Blender was also used a bit in Everything Everywhere All At Once

[–] Gormadt@lemmy.blahaj.zone 8 points 3 months ago

And Into the Spiderverse for some stuff

[–] PeriodicallyPedantic@lemmy.ca 39 points 3 months ago (6 children)

Hot take: I hate when software just extracts an executable.
Fucking install it so that it's registered with the software updater and uninstaller. Don't make me remember that I have to go hunting in the folder to delete this one app.

[–] vithigar@lemmy.ca 22 points 3 months ago (1 children)

Some people prefer it.

I maintain a small piece of Windows software and originally just provided an installer, but I received enough requests for it that now when I publish releases I provide both an installer and a zipped portable build.

load more comments (1 replies)
[–] kopasz7@sh.itjust.works 14 points 3 months ago

Having no package manager be like:

[–] ILikeBoobies@lemmy.ca 8 points 3 months ago (1 children)

Assuming you are on Windows, the proper install method is to run

winget install -e --id BlenderFoundation.Blender

load more comments (1 replies)
[–] Jakeroxs@sh.itjust.works 6 points 3 months ago (4 children)

Kind of a moot point since most windows programs don't have a centralized hub for updates either, even when "properly installed" in program files.

load more comments (4 replies)
load more comments (2 replies)
[–] Shipairtime@lemmy.world 15 points 3 months ago

I just got blender after having last looked at it ten years ago. It looks so much better! I had an easy time finding stuff. If you tried it in the past and are afraid of how ugly it was it is worth another shot. Also look up the doughnut tutorial.

[–] thevoidzero@lemmy.world 8 points 3 months ago (1 children)

I'd like to make it like that for my projects, but I don't use windows so I can't do well with packaging them. And sometimes when I try it runs in the computer, but then doesn't run in other computers because of missing dlls or some other things.

Anyone have good idea how to make it easy. Using windows VM is such a hassle to install and such just for tiny programs I make.

[–] hangonasecond@lemmy.world 7 points 3 months ago (1 children)

Make them in a portable language. Something like Java for example. Or you can write in rust and compile for each target.

[–] thevoidzero@lemmy.world 6 points 3 months ago* (last edited 3 months ago) (2 children)

It's in rust. Problem is the gtk part, it has to be installed in the system, which makes it run there. But how do I distribute the program without having everyone install gtk on their computer. In Linux it's just a dependency so it's not a problem, for windows I can't seem to make it work.

Edit: also, I need gtk because people around me who uses windows aren't going to use CLI program at all.

[–] Lv_InSaNe_vL@lemmy.world 4 points 3 months ago

Oof GTK is probably one of the worst dependencies you can try and port to Windows.

What I've done in the past is use something like Onno Setup which can call a script during install.

Or, and this is new to me, use the Official tools to build a package for windows on whatever Linux distro you are on. From what I'm reading, it should package GTK with it.

[–] AeonFelis@lemmy.world 3 points 3 months ago

Edit: also, I need gtk because people around me who uses windows aren’t going to use CLI program at all.

If that's the reason - maybe you can use TUI instead? In Windows, it'd open a CMD window which your users will be able to use. Not as pretty as actual GUI, but easier for Windows users to use than a CLI.

Another option is to use one of the numerous Rust-native GUI libraries (like iced or Druid, to name a few). None of them are as big as GTK/QT - but they are easier to get running on Windows.

[–] SleepyPie@lemmy.world 7 points 3 months ago

Me running Godot on a new computer yesterday

[–] JustZ@lemmy.world 6 points 3 months ago

Bravo. Truly an exceptional meme.

[–] medicsofanarchy@lemmy.world 4 points 3 months ago

Upvoted for the "The Founder" reference.

load more comments
view more: next ›