Ninja-Koala

Results 47 issues of Ninja-Koala

After Compiling, the image display often flickers and sometimes you can even see a frame that is only rendered halfway due to tiling.

bug

It is important for performance not to render shaders when not needed. (This problem is further amplified by #86) Every time a shadertoy area is paused, rendering should stop. This...

bug

When using the shadertoy search the shady gui is sometimes hanging, which we try to avoid in any situation. This probably is partly related to #58 but also to #87...

bug

Might be some memory fuckup in the shadertoy area, but maybe also in the shadertoy search window.

bug

With the restructuring of the shadertoy search, the search logic went from shadertoy_search_dialog.vala to the app_window.vala. That is not needed anymore and should be removed

enhancement

This is caused by the fix for #97, which implemented an updating queue. This causes the updating to happen to slowly at the moment. This is probably also related in...

bug

When the window is so big that no scrolling is needed for the initial 16 shaders, no more shaders are loaded

bug

When scrolling through the shadertoy search, new shadertoy areas are shown only when scrolling down. Instead of downloading all shaders in advance, downloading could also be deferred. This would be...

enhancement