[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-5635":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":22,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":33,"readmeContent":34,"aiSummary":35,"trendingCount":16,"starSnapshotCount":16,"syncStatus":36,"lastSyncTime":37,"discoverSource":38},5635,"azul","fschutt\u002Fazul","fschutt","Desktop GUI Framework","https:\u002F\u002Fazul.rs\u002F",null,"Rust",6101,222,105,19,0,6,38.04,"MIT License",false,"master",true,[24,25,26,27,28,29,30,31,32],"c","cpp","desktop","desktop-gui-framework","gui","gui-framework","gui-library","opengl","rust","2026-06-12 02:01:13","# AZUL - Desktop GUI framework\r\n\r\n\u003C!-- [START badges] -->\r\n[![CI](https:\u002F\u002Fgithub.com\u002Ffschutt\u002Fazul\u002Factions\u002Fworkflows\u002Frust.yml\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Ffschutt\u002Fazul\u002Factions\u002Fworkflows\u002Frust.yml)\r\n[![Coverage](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fcoverage-report-blue.svg)](https:\u002F\u002Fgithub.com\u002Ffschutt\u002Fazul\u002Factions\u002Fworkflows\u002Frust.yml)\r\n[![LICENSE](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Flicense-MIT-blue.svg)](LICENSE)\r\n[![Rust Compiler Version](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Frustc-1.88%20stable-blue.svg)]()\r\n[![dependency status](https:\u002F\u002Fdeps.rs\u002Frepo\u002Fgithub\u002Ffschutt\u002Fazul\u002Fstatus.svg)](https:\u002F\u002Fdeps.rs\u002Frepo\u002Fgithub\u002Ffschutt\u002Fazul)\r\n\u003C!-- [END badges] -->\r\n\r\n> Azul is a free, functional, reactive GUI framework for Rust, C and C++,\r\nbuilt using the WebRender rendering engine and a CSS \u002F HTML-like document\r\nobject model for rapid development of beautiful, native desktop applications\r\n\r\n###### [Website](https:\u002F\u002Fazul.rs\u002F) | [Releases](https:\u002F\u002Fazul.rs\u002Freleases) | [User guide](https:\u002F\u002Fazul.rs\u002Fguide) | [API documentation](https:\u002F\u002Fazul.rs\u002Fapi) | [Discord](https:\u002F\u002Fdiscord.gg\u002FnxUmsCG)\r\n\r\n## Screenshots \r\n\r\n![image](https:\u002F\u002Fuser-images.githubusercontent.com\u002F12084016\u002F129535820-ca2b56a6-fdb5-4d0d-b043-a7f5394339e9.png)\r\n![image](https:\u002F\u002Fuser-images.githubusercontent.com\u002F12084016\u002F129535780-69b9365b-ad87-439f-9d10-d416991de8fc.png)\r\n![image](https:\u002F\u002Fuser-images.githubusercontent.com\u002F12084016\u002F128639991-e98c0b92-66df-4ad8-973b-c9d45c68d5b3.png)\r\n![image](https:\u002F\u002Fuser-images.githubusercontent.com\u002F12084016\u002F126752996-1ec1f221-2b01-4f01-99c6-794640228d59.png)\r\n\r\n## Current Status\r\n\r\n> [!WARNING]\r\n> **This repository is currently under heavy development. Azul is NOT usable yet.**\r\n> \r\n> APIs may change frequently and features may be incomplete or unstable.\r\n>\r\n> If you are looking for the old README, see [README-OLD.md](\u002FREADME-OLD.md)\r\n> \r\n> The current release is from 2+ years ago, see the [releases page](https:\u002F\u002Fgithub.com\u002Ffschutt\u002Fazul\u002Freleases).\r\n> \r\n> Visit https:\u002F\u002Fazul.rs\u002Freftest in order to see the current testing and development\r\n> of the core rendering \u002F HTML layouting engine.\r\n\r\n## Building\r\n\r\n### Quick Start (macOS Native)\r\n\r\n```bash\r\ncd dll\r\ncargo build --release\r\n```\r\n\r\n### Cross-Compilation (macOS → Linux\u002FWindows)\r\n\r\nAzul supports cross-compilation from macOS to Linux and Windows targets. See **[CROSS_COMPILATION.md](CROSS_COMPILATION.md)** for detailed instructions.\r\n\r\n**Quick setup:**\r\n\r\n```bash\r\n# Install toolchains\r\nbrew tap messense\u002Fmacos-cross-toolchains\r\nbrew install x86_64-unknown-linux-gnu mingw-w64\r\n\r\n# Add Rust targets\r\nrustup target add x86_64-unknown-linux-gnu x86_64-pc-windows-gnu\r\n\r\n# Build for all platforms\r\ncd dll\r\ncargo build --release --target x86_64-unknown-linux-gnu  # Linux\r\ncargo build --release --target x86_64-pc-windows-gnu     # Windows\r\ncargo build --release                                     # macOS (native)\r\n```\r\n","Azul 是一个免费的、功能性的、响应式的桌面 GUI 框架，支持 Rust、C 和 C++。它使用 WebRender 渲染引擎和类似 CSS\u002FHTML 的文档对象模型，以快速开发美观且原生的桌面应用程序。其核心功能包括跨平台支持（macOS、Linux 和 Windows）、强大的渲染能力和灵活的布局系统。Azul 适合需要创建具有现代界面的桌面应用的开发者，尤其是在追求高性能和低资源消耗的情况下。请注意，该项目目前处于积极开发阶段，API 可能会频繁变动，部分功能可能尚不稳定。",2,"2026-06-11 03:04:27","top_language"]