this post was submitted on 29 May 2025
3 points (61.5% liked)

Hardware

2313 readers
96 users here now

All things related to technology hardware, with a focus on computing hardware.


Rules (Click to Expand):

  1. Follow the Lemmy.world Rules - https://mastodon.world/about

  2. Be kind. No bullying, harassment, racism, sexism etc. against other users.

  3. No Spam, illegal content, or NSFW content.

  4. Please stay on topic, adjacent topics (e.g. software) are fine if they are strongly relevant to technology hardware. Another example would be business news for hardware-focused companies.

  5. Please try and post original sources when possible (as opposed to summaries).

  6. If posting an archived version of the article, please include a URL link to the original article in the body of the post.


Some other hardware communities across Lemmy:

Icon by "icon lauk" under CC BY 3.0

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] hperrin@lemmy.ca 1 points 1 week ago* (last edited 1 week ago)

That wholly depends on what and how you’re animating. 2D animations with something like a CSS based animation software only require basically anything with a CPU. Simple 3D animations, like source engine, usually require either decent integrated graphics or a dedicated GPU. Complex 3D animations, like some of the stuff you can do with Blender, require at least 8ish GB of vram and a decent GPU. Then if you want to generate animations with AI, you’ll need at the bare minimum something like a 3090 (and a lack of ethics).

The VRAM is technically the only limiting factor in most cases, because you can only render what fits into it. The power of your GPU doesn’t really matter as to what you can render, just how fast you can render it. Within reason, of course. A thirty year old GPU isn’t going to be able to render things that rely on modern graphics APIs.

Most software also lets you render with a CPU, which just takes longer. So even a GPU isn’t strictly necessary. Just necessary if you don’t want to spend days rendering.