Giter Club home page Giter Club logo

innometrics-agent-os-linux's People

Contributors

gci04 avatar ratijas avatar

Stargazers

 avatar

Watchers

 avatar  avatar

innometrics-agent-os-linux's Issues

Deployment

This application needs simple deployment with all dependencies packed in. Many projects have done this, including Zoom, VirtualBox etc.

An alternative way would be to do a static build, but that's a bad option for three main reasons:

  • Building static Qt from scratch is a pain, and time-consuming
  • Possible LGPL licensing issues
  • QML files, icons and other resources would still be separate files (unless we hard-code them via rcc โ€” Qt resource compiler)

Some useful tools:

Moving entrypoint to C++/CMake

This is a proposal to move the application's entrypoint (a.k.a. main()) from Rust with Cargo build system to C++ with CMake-based builds.

Rationale

Current state is that application builds from a Cargo workspace, has a single C++/Qt library dependency, and packaging & distribution is not implemented. Doing all that from Cargo is possible but painful.

Cargo

While Cargo is great at declarative dependency management, it focuses exclusively on Rust, but has no first-class support for other ecosystems. In order to wrap anything else other that Rust project within Cargo, I had to create bare Rust project with a procedural build-script (for example, CMake-based QuickFlux).

CMake

CMake, on the other hand, is less declarative but much more flexible. It supports C/C++ projects natively, and other ecosystems may be integrated as so called "external projects" โ€” with dependencies between projects on build artifacts, include directories etc.

Summary

Entry points of both build system AND the program will be moved to CMake / C++. Rust parts will continue to exist for now, but as statically linked libraries with Qt plugins.

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.