tsoding / ded

Dramatic EDitor
MIT License
570 stars 76 forks source link

Rainbow effect #53

Closed mattthhh closed 1 year ago

mattthhh commented 1 year ago

In the Youtube vidéo, when you start typing, the text start to do a rainbow/rgb color effect which is pretty cool. But when I start, even with the font installed, all I got is just white text. How can I get the rainbow effect ?

kolumb commented 1 year ago

Replace in code SHADER_FOR_TEXT with SHADER_FOR_EPICNESS in here: https://github.com/tsoding/ded/blob/6d4cbcce478157b67d2ca598c7527cadd0e9b0a5/src/editor.c#L245

Rainbow effect was disabled in this commit, because from start it was a temporary shader for testing and demonstration: https://github.com/tsoding/ded/commit/f813754dd2e9c32b55adc4837dbf6b5ff1c2684d#diff-3fe5ce523684a7fca311fab0d09542552fbe3a28ddaa20ebc5a65c1904bc5e02L202

mattthhh commented 1 year ago

Ty, i will try to make this compilable on MacOS but some libraries are terrible to use.