10 unstable releases (3 breaking)

0.4.1 Oct 14, 2024
0.4.0 Sep 7, 2024
0.3.0 Sep 7, 2024
0.2.0 Feb 6, 2024
0.1.5 Feb 6, 2024

#33 in Rendering

Download history 12/week @ 2024-07-23 12/week @ 2024-07-30 8/week @ 2024-08-06 29/week @ 2024-08-13 3/week @ 2024-08-20 288/week @ 2024-09-03 28/week @ 2024-09-10 31/week @ 2024-09-17 68/week @ 2024-09-24 137/week @ 2024-10-01 87/week @ 2024-10-08 174/week @ 2024-10-15 52/week @ 2024-10-22 12/week @ 2024-10-29

333 downloads per month
Used in iced_webview

Custom license

2.5MB
9K SLoC

ul-next

Build Crates.io ul-next docs.rs (with version)

High level rust bindings for Ultralight. Alternative for the abandoned rust-ul.

Ultralight is a lightweight, high-performance HTML rendering engine designed for applications that require a high degree of customization. Using GPU-accelerated HTML rendering, it's a great fit for rendering user interfaces in games, and other applications.

Tested on Windows and Linux.

The API currently resembles the original C++ API for simplicity, and probably it will be changed to be more rust idiomatic. Though it shouldn't affect older versions because of semver.

See the CHANGELOG for more information.

Other bindings

Name Status Description
rust-ul Abandoned Low level bindings for Ultralight.
ultralight Active Opinionated Rust bindings for Ultralight.

Extra files

You need to include resources folder in the execution directory.

You can find the resources folder in the Ultralight SDK

Examples

To see how this library is used, please check the examples in the examples directory.

cargo run --example=basic_app

For now, must be run from the root of the project, as it needs to find the resources folder in the examples directory.

Deployment

The samples compiled rely on dynamic libraries provided by Ultralight:

  • libUltralightCore.so/UltralightCore.dll
  • libUltralight.so/Ultralight.dll
  • libWebCore.so/WebCore.dll
  • libAppCore.so/AppCore.dll

These can be downloaded from the Ultralight SDK.

Rust will download them during build as well, but are kept inside the target directory.

License

This project uses the ULTRALIGHT FREE LICENSE AGREEMENT - V1. See LICENSE for more information.

Dependencies

~0.3–7MB
~49K SLoC