tsoding / boomer

Zoomer application for Linux
MIT License
464 stars 42 forks source link

User shaders #45

Closed SolitudeSF closed 5 years ago

SolitudeSF commented 5 years ago

Resolves #43. Depends on #44

By default shaders are loaded from $XDG_CONFIG_DIR/boomer/shader.{vs,fs} Also if you specify shader name as default in config it will ignore custom shader and load the builtin one.

rexim commented 5 years ago

@SolitudeSF looks good to me! :+1: Thank you for the contribution.