astrofox icon indicating copy to clipboard operation
astrofox copied to clipboard

More effects

Open Dmunch04 opened this issue 4 years ago • 1 comments

Effects like shake and zoom would be nice

Dmunch04 avatar Oct 09 '20 18:10 Dmunch04

I've been digging through Astrofox's code a bit, and it seems that you'd need to write a GLSL shader in src/shaders/glsl, add a JS wrapper in src/shaders/, and write a JS effect in src/effects/ so that it can be controlled by the user. Then, you'd have to add an import for your effect to src/shaders/index.js. You'd also need to add an icon in src/view/assets/images/.

qwergle avatar Feb 26 '23 19:02 qwergle