summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1cbd8673..c3c62219 100644
--- a/README.md
+++ b/README.md
@@ -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
+