From fa2cb9b6e025240990d9161fc4e46c7e8ea4f151 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 28 Feb 2020 10:05:39 -0800 Subject: [PATCH] Update README to mention chat room --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c70be7f..142b9c53 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pathfinder 3 -![Logo](https://github.com/servo/pathfinder/raw/master/resources/shaders/pathfinder-logo.png) +![Logo](https://github.com/servo/pathfinder/raw/master/resources/textures/pathfinder-logo.png) Pathfinder 3 is a fast, practical, GPU-based rasterizer for fonts and vector graphics using OpenGL 3.0+, OpenGL ES 3.0+, or Metal. @@ -75,6 +75,14 @@ The SDL 2 library requires some additional manual installation steps. Follow the [`rust-sdl2` installation instructions](https://github.com/Rust-SDL2/rust-sdl2#sdl20-development-libraries) to make sure the libraries are installed. Note that SDL2 is only required to run the demo; Pathfinder itself has no dependency on the library. +## Community + +There's a Matrix chat room available at +[`#pathfinder:mozilla.org`](https://matrix.to/#/!XiDASQfNTTMrJbXHTw:mozilla.org?via=mozilla.org). +If you're on the Mozilla Matrix server, you can search for Pathfinder to find it. For more +information on connecting to the Matrix network, see +[this `wiki.mozilla.org` page](https://wiki.mozilla.org/Matrix). + ## Build status [![Build Status](https://travis-ci.org/servo/pathfinder.svg?branch=master)](https://travis-ci.org/servo/pathfinder)