Giter Site home page Giter Site logo

alia-qt-experiment's Introduction

Experimental alia/Qt Integration

This is an experimental integration between alia and Qt. It's intended as a proof of concept and is outdated. This is not intended for real use. It's not even currently up-to-date with the core library. (It might build, but it doesn't utilize some newer alia features that it really should, like object trees.)

I might pursue this further at some point, but it's not an immediate priority for me. If you're interested in it and are willing to put in some work, feel free to get in touch.

Building

  1. Clone this repository and change to this directory:

    git clone https://github.com/alialib/alia-qt-experiment
    cd alia-qt-experiment
  2. Get a copy of alia.hpp:

    wget https://alia.dev/alia.hpp
  3. Create a build directory:

    mkdir build
    cd build
  4. Either install Qt directly or use Conan to install it:

    conan install ..
  5. Build the project:

    cmake ..
    cmake --build .

    (Or on Windows, you might need to explicitly specify a generator...)

    cmake -G"NMake Makefiles" ..
    cmake --build .

The Sandbox

This produces a sandbox executable. You can edit sandbox.cpp to play around with the contents of the sandbox.

alia-qt-experiment's People

Contributors

tmadden avatar

Watchers

James Cloos avatar  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.