{"id":23004364,"url":"https://github.com/amjad50/ul-next","last_synced_at":"2025-06-18T01:38:00.163Z","repository":{"id":221069373,"uuid":"753365783","full_name":"Amjad50/ul-next","owner":"Amjad50","description":"Rust bindings for Ultralight: Lightweight, high-performance HTML renderer","archived":false,"fork":false,"pushed_at":"2024-12-31T01:00:59.000Z","size":2782,"stargazers_count":13,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-05T13:03:47.273Z","etag":null,"topics":["gpu","hacktoberfest","rendering","ultralight","webengine"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Amjad50.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-06T01:06:22.000Z","updated_at":"2025-05-30T12:57:06.000Z","dependencies_parsed_at":"2024-02-06T02:01:13.257Z","dependency_job_id":"096c4a35-f464-4388-adad-e3ee1d672b3a","html_url":"https://github.com/Amjad50/ul-next","commit_stats":null,"previous_names":["amjad50/ul-next"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Amjad50/ul-next","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amjad50%2Ful-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amjad50%2Ful-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amjad50%2Ful-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amjad50%2Ful-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Amjad50","download_url":"https://codeload.github.com/Amjad50/ul-next/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amjad50%2Ful-next/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260469653,"owners_count":23014112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gpu","hacktoberfest","rendering","ultralight","webengine"],"created_at":"2024-12-15T07:18:14.260Z","updated_at":"2025-06-18T01:37:55.149Z","avatar_url":"https://github.com/Amjad50.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ul-next\n\n[![Build](https://github.com/Amjad50/ul-next/actions/workflows/ci.yml/badge.svg)](https://github.com/Amjad50/ul-next/actions/workflows/ci.yml)\n[![Crates.io ul-next](https://img.shields.io/crates/v/ul-next)](https://crates.io/crates/ul-next)\n[![docs.rs (with version)](https://img.shields.io/docsrs/ul-next/latest)](https://docs.rs/ul-next)\n\n\nHigh level rust bindings for [Ultralight]. Alternative for the abandoned [`rust-ul`].\n\n[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.\n\nTested on Windows and Linux.\n\n\u003e The API currently resembles the original C++ API for simplicity, and probably it will be changed to be more `rust` idiomatic.\n\u003e Though it shouldn't affect older versions because of [`semver`](https://semver.org/).\n\u003e\n\u003e See the [CHANGELOG](./CHANGELOG.md) for more information.\n\n## Other bindings\n\n| Name | Status | Description |\n| ---- | ------ | ----------- |\n| [`rust-ul`] | Abandoned | Low level bindings for Ultralight. |\n| [`ultralight`] | Active | Opinionated Rust bindings for Ultralight. |\n\n## Extra files\n\nYou need to include `resources` folder in the execution directory.\n\nYou can find the resources folder in the [Ultralight SDK]\n\n## Examples\n\nTo see how this library is used, please check the examples in the [`examples`](./examples/) directory.\n\n```sh\ncargo run --example=basic_app\n```\n\n\u003e For now, must be run from the root of the project, as it needs to find the `resources` folder in the `examples` directory.\n\n## Deployment\n\nThe samples compiled rely on dynamic libraries provided by `Ultralight`:\n- `libUltralightCore.so`/`UltralightCore.dll`\n- `libUltralight.so`/`Ultralight.dll`\n- `libWebCore.so`/`WebCore.dll`\n- `libAppCore.so`/`AppCore.dll`\n\nThese can be downloaded from the [Ultralight SDK].\n\n\u003e Rust will download them during build as well, but are kept inside the `target` directory.\n\n## License\nThis project uses the `ULTRALIGHT FREE LICENSE AGREEMENT - V1`. See [LICENSE](./LICENSE.txt) for more information.\n\n\n[`rust-ul`]: https://github.com/psychonautwiki/rust-ul\n[`ultralight`]: https://github.com/VZout/ultralight\n[Ultralight]: https://ultralig.ht\n[Ultralight SDK]: https://ultralig.ht/download/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famjad50%2Ful-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famjad50%2Ful-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famjad50%2Ful-next/lists"}