Roy Riggs
Roy Riggs
I converted the whole code base to KickAss instead of ACME, got it all setup to run but doesn't scroll as intended. So I went and grabbed ACME and tried...
From what I can tell if you aren't using borders, the offset x&y for every frame of every anim is 0. I put in a check so that if all...
It's my understanding sprite sheet animations should be discreet. You don't want to interpolate between frames, you want to instantly jump. So after this line: # Set the track Interpolation...
It's not exactly a bug, but when I tried to adapt this code for a project of my own, I kept having all kinds of issues. It turned out the...
It builds and runs fine on arm64, but our use case requires x86_64 so it will run on Intel machines as well. I edited the appInfo.cmake and added set(CMAKE_OSX_ARCHITECTURES x86_64)...
My laptop has 16G. I was running a test on a 2min 26sec sample and it runs out of memory and crashes at 24% of the way through. Is this...