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.
-
Clone this repository and change to this directory:
git clone https://github.com/alialib/alia-qt-experiment cd alia-qt-experiment
-
Get a copy of
alia.hpp
:wget https://alia.dev/alia.hpp
-
Create a build directory:
mkdir build cd build
-
Either install Qt directly or use Conan to install it:
conan install ..
-
Build the project:
cmake .. cmake --build .
(Or on Windows, you might need to explicitly specify a generator...)
cmake -G"NMake Makefiles" .. cmake --build .
This produces a sandbox
executable. You can edit sandbox.cpp
to play
around with the contents of the sandbox.