diff options
author | Will McKinnon <[email protected]> | 2022-11-29 00:48:02 -0500 |
---|---|---|
committer | Will McKinnon <[email protected]> | 2022-11-29 00:48:02 -0500 |
commit | af282928ab3123a573d9562bb24f5c471e3b4704 (patch) | |
tree | ba8d89cf2149f29cfb827af94a605b38f8ada296 | |
parent | fab91af9b938988fc409fd914fceaa32153e9bf5 (diff) |
added swayfx discord invite link
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -76,3 +76,6 @@ Here's a quick outline of where most of our changes lie vs the main sway reposit + `sway/desktop/render.c`: the file that handles calling `fx_renderer` to render to the screen, handles damage tracking and scaling + `sway/desktop/fx_renderer.c`: the meat and potatoes of this project, structured as similarly to wlr_renderer as possible + `sway/desktop/shaders`: where all of the shaders that fx_renderer uses live + +Please join our (for the time being very small) Discord server for development chatter! https://discord.gg/jVjjFdcN + |