EriKWDev / nanim

Nanim is an easy-to-use framework to create smooth GPU-accelerated animations that can be previewed live inside a glfw window and, when ready, rendered to videos at an arbitrary resolution and framerate.
MIT License
118 stars 3 forks source link

Rendering artifacts first time playing animations, but not 2nd+ times #14

Open JorySchossau opened 2 years ago

JorySchossau commented 2 years ago

I'm just trying to run the demo code from the frontpage readme. If I let the animation loop, then the artifacts are gone.

Linux Nim 1.6.0 nanim default nimble & head glitch3 glitch2

EriKWDev commented 2 years ago

I have experienced this issue as well on the latest version, but I do not currently know why it is happening. It's a shame really since it hindered me a bit the latest time I wanted to make some animations as well.

I will investigate!