AliceUI is a widget based UI middleware which can be used with other windowing systems.
You can build AliceUI on Windows 7 or above with CMake
Build Step
- Clone AliceUI codebase
- Create CMake build target directory (e.g.
<some_build_path>/build/
) and go to directory - Run conan command to install third party libraries (e.g. conan install
<some_build_path>/build
) - Build or download recent skia library
- Run cmake command to configure cmake project with following input path options
ALICEUI_SKIA_SOURCE_PATH
: Path to skia source directory (e.g.<some_skia_source_path>/depot_tools/skia
)ALICEUI_SKIA_LIBRARY_PATH
: Path to skia build directory (e.g.<some_skia_build_path>/out/dynamic
)
- Generate builder & compile
Simple Hello World
project is included with solution.
You can also see advanced project configurations in example
directory.
This project is licensed under the MIT license.