Giter Site home page Giter Site logo

sysfce2 / grpc_florarpc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shibafu528/florarpc

0.0 0.0 0.0 2.2 MB

A GUI gRPC Client doesn't have to be web. Let's use the remaining memory for work.

License: Apache License 2.0

JavaScript 0.72% C++ 92.23% Objective-C++ 1.03% Makefile 1.67% CMake 4.35%

grpc_florarpc's Introduction

FloraRPC

App icon
Screenshot

Qtを使ったgRPC GUI Clientです。
既存のアプリはどれもWebベースであり、ネイティブのGUIツールキットを用いた実装がほとんど無かったので開発されました。

UIの構成は BloomRPC の影響を強く受けています。

Dependencies

  • Qt 5.15.2
  • protobuf 3.18
  • gRPC 1.37
  • KSyntaxHighlighting 5.84

Build (for Arch Linux)

$ yay -S cmake qt5-base protobuf grpc syntax-highlighting
$ git submodule update --init
$ mkdir -p build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ cmake --build . -- -j8

Build (for Windows)

Additional prerequisites

git submodule update --init

REM // install dependencies with vcpkg
nmake install_deps

REM // build
nmake dev

Build (for macOS)

git submodule update --init

# install dependencies with vcpkg
make install_deps

# build
make dev

grpc_florarpc's People

Contributors

shibafu528 avatar

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.