Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hi! I have a question for your @Deep-Fold

I had this message in the godot when I run the program
OpenGL ES 3.0 Renderer: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2

OpenGL ES Batching: ON

This mean that Im running the project with my graphic card right? I'm trying to render a gif with 360f - 20 sec, this take me around 10 min, this is the more fast that I can achieve? 10min..

You're right that the shaders run on the GPU, but the process of converting to a gif is mostly using CPU, and just not very efficient overall, so it's not going to be that fast.

Thanks for the reply! about that, you maybe tried record the viewport? I search and found an Addon that does that, I will to try it tomorrow

What Addon is this, I could find that useful as well.

I already take frames directly from the viewport. But if you find an addon that can construct gifs very fast I am interested.