Cheeky fork of Fractal
Find a file
Daniel García Moreno 6472b1f486 Invite dialog working
With this patch you'll be able to invite other users to one room
2018-01-19 12:16:38 +01:00
.gitlab/issue_templates Add Gitlab issue templates 2017-11-11 13:22:00 +01:00
flatpak Meson build system for flatpak 2017-11-14 15:03:51 +01:00
fractal-api Invite dialog working 2018-01-19 12:16:38 +01:00
fractal-gtk Invite dialog working 2018-01-19 12:16:38 +01:00
screenshots New screenshot with shadow 2018-01-03 12:21:13 +01:00
scripts Script to increase the version for a new release 2017-12-27 12:45:37 +01:00
.editorconfig
.gitignore Cleanup of build.rs 2017-11-10 20:08:53 +02:00
.gitlab-ci.yml gitlab-ci: Disable cache. 2018-01-11 20:43:45 +02:00
Cargo.toml Remove empty line 2017-12-06 17:57:10 +01:00
configure Rebuild the binary with make when it changes 2017-12-27 12:19:22 +01:00
fractal.doap
LICENSE.txt
meson.build New alpha release 0.1.8 2018-01-17 19:25:32 +01:00
README.md
TODO

Fractal

Fractal is a Gtk+ Matrix.org client written in Rust.

screenshot

How to Build

You need meson and jinja to build this project. Rust and cargo are also needed.

./configure --prefix=/usr/local
make
sudo make install

Supported m.room.message (msgtypes)

msgtypes Recv Send
m.text Done Done
m.emote
m.notice
m.image Done Done
m.file Done Done
m.location
m.video Done Done
m.audio Done Done

Full reference in: https://matrix.org/docs/spec/client_server/r0.2.0.html#m-room-message-msgtypes

The origin of Fractal

This project is based on ruma-gtk https://github.com/jplatte/ruma-gtk

Instead of using RUMA Client, Fractal calls directly to the matrix.org REST API.

The first version of this project was called guillotine, based on french revolution, in relation with the Riot client name, but it's a negative name so we decide to change for a math one.