Cort
Cort
I'm afraid I don't have a Unix system to test on right now, and running on Windows seems to produce the expected output successfully. However, there's a decent chance that...
This will likely be fixed by #6 once the branch is merged
I'm not fundamentally opposed, but it's not a use case I've ever run into personally so it's pretty far down my priority list to implement.
A functional Compressonator port is in the https://github.com/cdwfs/img2ktx/tree/compressonator branch. Compressonator requires cloning an enormous pile of dependency, 99% of which are unnecessary for the library-only build. Wait until https://github.com/GPUOpen-Tools/Compressonator/issues/58 is...
Current workaround: put local copies of the sole external dependency (half.cpp & friends from ilmbase) in the third_party directory, and configure Compressonator to look there instead of in its own...
As of Compressonator 3.2, the build headaches have been resolved; I'll merge this branch into master shortly after a bit more local testing.
Great, thanks! I'll install the CI build and file issues if I find them :)
I'm seeing the same symptom with a from-source build of 1.1.2837-pro for a Raspberry Pi 5. Curiously, I thought I'd built the same version with the same options for the...
Update: for me, it's specifically when I run tic80 in fullscreen mode (whether I pass `--fullscreen` on the command line, or switch at runtime). When not in fullscreen, things seem...
Another update: the problem doesn't occur if I force software rendering with `--soft` on the command line, even in fullscreen mode.