Freedom software
Freedom software
Freedom software
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.
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.
Having no package manager be like:
Mac Applications
The 2024 animated movie Flow was done entirely in Blender. It is an incredible movie, highly recommend.
Blender was also used a bit in Everything Everywhere All At Once
Running FOSS on closed source systems. Classic.
Running Linux on closed source hardware. Classic.
I bet you aren't even using your own open RISC-V based SBC, with fully open-source peripherals. Is your computer monitor even running an open-source firmware or are you just a FOSS poser?
It'a a start! Makes the switch much easier.
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.
Make them in a portable language. Something like Java for example. Or you can write in rust and compile for each target.
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.
Me running Godot on a new computer yesterday
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.
Oh it's free so it lacks features
It’s a jack of all trades for sure, but it also has features paid software doesn’t, like it’s 2d animation system with Grease Pencil. There are also paid extensions on BlenderMarket and the like that make it more competitive with more specialized features in other software. Extensions are GPL licensed, so I’m happy to pay for them as opposed to the rest of the toxic CG ecosystem where everything is subscription-only.
Edit:
I wish all paid software were GPL. It’s nice buying something and being able to look at and change the code, write code that calls their code, or even snag a bit of it for to use in your own thing.
Sometimes they actually have too many
If you don't count professional software, nowadays it's actually the opposite. Very often in proprietary software there are features removed with no alternative provided by developers, or there's one but actually it has nothing to do with what you actually want.
And sometimes the one feature you need requires the Enterprise version with a $4799 yearly subscription.
On a somewhat related note, why do so many open source projects give me a zip file with a single exe inside it instead of just the exe directly?
If only it was that easy on Linux
You can do exactly that with blender on linux
I'd say {insert package manager} install blender
is easier.
Hmm, like winget install blender
?
I don't really like the way software installation is centralized on Linux. It feels like, Windows being the proprietary system, they don't really care about how you get things to run. Linux the other hand cares about it a lot. Either you have to write your own software or interact with their 'trusted sources'.
I would prefer if it was easier to simply run an executable file on my personal Linux machine.
It's literally how Blender is distributed. Get archive, extract wherever, run blender
.
"Your AppImage, Sir."
in blender's case it literally is
You missed the /s