Coder Social home page Coder Social logo

harmony-development / loqui Goto Github PK

View Code? Open in Web Editor NEW
63.0 3.0 6.0 8.63 MB

A Harmony client made with Rust using the egui GUI library.

License: GNU General Public License v3.0

Nix 1.65% Rust 96.88% Shell 0.34% Meson 0.27% HTML 0.72% JavaScript 0.16%
rust harmony-protocol client harmony chat egui

loqui's Introduction

Loqui

Loqui is a Harmony client written in Rust using the egui GUI library. It uses harmony-rust-sdk to communicate with Harmony servers.

Loqui

See more screenshots

Use it on your browser via https://loqui.harmonyapp.io

Roadmap

  • Voice channels (needs implementation in scherzo server first)
  • Video / audio files embedding
  • Animated emotes / pfp / images support
  • Instant (website) view (ala Telegram)
  • UI & UX polish

Features

  • All essential chat functions Harmony provides
  • User theming support
  • Partial rich messages support (code, mentions, emotes, URLs)
  • Website embeds (previews)

Running

Building

  • Clone the repo, and switch the working directory to it: git clone https://github.com/harmony-development/loqui.git && cd loqui
  • To build and run the project with debug info / checks use cargo run. Use cargo run --release for an optimized release build.

Requirements

  • Rust toolchain specified in the rust-toolchain.toml file. This will be managed for you automatically if you have rustup setup.
  • gcc, python3, pkg-config, cmake; protobuf, protoc, openssl, x11, xcb, freetype, fontconfig, expat, glib, gtk3, cairo, pango, atk, gdk_pixbuf libraries and development files.
  • Above list may be incomplete, please find out what you need by looking at compiler errors.

Nix

  • nix develop to get a dev shell. (or nix-shell nix/shell.nix if you don't have flakes enabled)
  • nix build .#loqui-debug to compile a debug build.
  • nix build .#loqui to compile a release build.
  • If you don't have flakes enabled, nix-build will give you a release build.

Installing

Nix

  • For flakes: nix profile install github:harmony-development/loqui
  • For non-flakes: nix-env -i -f "https://github.com/harmony-development/loqui/tarball/master"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.