Azul GUI v1.0.0-alpha1
(git 0ad5f6d3)This release is not functional yet, this page only exists to test that the automated DLL building works.
There has been only one release on GitHub so far and the current API does not match the release.
Links:
Files:
- Windows 64-bit dynamic library (azul.dll - 2.6Mb)
- Windows 64-bit static library (azul.lib - 67Mb)
- Python Extension (windows.pyd - 978KB)
- LICENSE-WINDOWS.txt (19KB)
- Linux 64-bit .so (libazul.so - 2.6Mb)
- Linux 64-bit .a (libazul.linux.a - 2.6Mb)
- Python Extension (linux.pyd - 978KB)
- LICENSE-LINUX.txt (19KB)
- MacOS 64-bit SO (libazul.dylib - 2.6Mb)
- MacOS 64-bit .a (libazul.macos.a - 2.6Mb)
- Python Extension (macos.pyd - 978KB)
- LICENSE-MACOS.txt (19KB)
Other links:
- C Header (azul.h - 978KB)
- CPP Header (azul.hpp - 978KB)
- API Description - api.json (714KB)
- Compiled examples w. source code (examples.zip - 154KB)
Use Azul as Rust dependency:
# Cargo.toml
[dependencies.azul]
git = "https://azul.rs/1.0.0-alpha1.git"
# Dynamic linking:
# export AZUL_LINK_PATH=/path/to/azul.dll
# features = ['link-dynamic']