markusfisch / ShaderEditor

Android app to create GLSL shaders and use them as live wallpaper
https://play.google.com/store/apps/details?id=de.markusfisch.android.shadereditor
MIT License
924 stars 137 forks source link

QoL: Search bar in Add uniform/texture #143

Closed Martysh12 closed 1 year ago

Martysh12 commented 1 year ago

Problem

Reading a large list of uniforms one-by-one is tedious.

Solution

Add a search bar to search for uniforms easily.

markusfisch commented 1 year ago

Good idea! Will add this as soon as I find enough time.

Martysh12 commented 1 year ago

@markusfisch, I opened a Pull Request that should fix this issue, please take a look!