ping
ping copied to clipboard
A cross-platform and blazingly fast Matrix client focused on group and gaming chat.
I'll be taking a incremental "slice" approach to working on this. That should make it easier to see progress and help prevent burn out. I want to first focus on...
Similar to the branding conversation going on with #6 and #5, getting a couple of Fonts that are readable, but also convey the type of thing Ping is aiming for....
Setup CI
Pull requests should build, lint, and test the code. GitHub actions seem like the easiest way to do that. Consider adding a badge to the README for the action status.
Testing is of course important, but sort of difficult for UI. We need a good and useful pattern.
Most other open source projects are available in a pre-built form. Many potential users may be turned away by the necessity of having Rust installed. I suggest that pre-built downloads...
Right now the container fails to spin up properly and servers 403s. Before that, I saw 401, which probably means the `config.json` has something that doesn't work for a localhost...
- [x] Set merge restrictions for the main branch - [ ] Pull template - [ ] Issue template - [ ] Anything else that strikes my fancy while looking...
We need a logo (or I at least want one haha). It should be quick and dirty, just enough of something to help it stand out when sharing. Depending on...
Though I like the name Ping (short, makes me think of short quick responses, some people already use ping as a verb to mean message someone), there are several non-Matrix...
I'm jumping into the deep end a little, so I'd like to take a piecemeal approach to understanding what a Ruma client needs. To start off with, just create some...