diff --git a/README.md b/README.md
index 06e9090e..06d0aadc 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,11 @@ Written in [Zig](https://ziglang.org/), Mach is for creating games, graphical ap
- Composable
- Competitive with Unity and Unreal in spirit (a fully fledged editor in the future, etc.)
-
+
+
+
+
+[Example showcase](https://machengine.org/gpu/)
## Cross-platform graphics in ~60 seconds
@@ -22,15 +26,22 @@ Cross-platform graphics, a unified shader language & compute shaders.
(Requires [zig 0.10.x](https://ziglang.org/) | [known issues](https://github.com/hexops/mach/blob/main/doc/known-issues.md#known-issues))
-
+## Libraries
-## Join the conversation
+Mach has many libraries you can use for game development in Zig - **you don't have to use the entire engine.** All our libraries aim to have the same zero-fuss installation, cross compilation, and platform support:
-Join us [on Matrix chat](https://matrix.to/#/#hexops:matrix.org) in building the future of game engines & graphics in Zig!
+- [mach-glfw](https://github.com/hexops/mach-glfw): Ziggified GLFW bindings with 100% API coverage
+- [mach-freetype](https://github.com/hexops/mach-freetype): Ziggified Freetype 2 & HarfBuzz bindings
+- [mach-gpu-dawn](https://github.com/hexops/mach-gpu-dawn): Google's Dawn WebGPU implementation, cross-compiled with Zig into a single static library
+- [mach-system-sdk](https://github.com/hexops/mach-system-sdk): More libraries for cross-compilation with Zig
-Follow [@machengine on Twitter](https://twitter.com/machengine) for updates.
+## Join the community
-Contributors are very welcome! There are lots of places you can help out with little knowledge, so feel free to reach out!
+* [#hexops:matrix.org Matrix chat](https://matrix.to/#/#hexops:matrix.org), come discuss the future of game engines & graphics in Zig!
+* [machengine.org](https://machengine.org)
+* Follow [@machengine on Twitter](https://twitter.com/machengine) for updates.
+
+Contributors are very welcome! There are lots of places you can help out with little knowledge, so feel free to join the Matrix chat and say hi!
## Sponsor development
@@ -40,12 +51,6 @@ No, it’s not Tom from myspace - it’s me, @slimsag! It’s taken [almost a ye
There are few things in life that I am more serious about than this work. I dedicate ~48 hours/week to my dayjob, and ~50h/week to Zig building Mach and running [zigmonthly.org](https://zigmonthly.org). After three years of aggressively pushing for progress in this exact way, [I have no plans to slow down anytime soon.](https://devlog.hexops.com/2021/i-write-code-100-hours-a-week)
-## Learn more & examples: [machengine.org](https://machengine.org)
-
-