{"id":26700400,"url":"https://github.com/dreamersgather/d14uikit","last_synced_at":"2025-04-10T02:18:59.827Z","repository":{"id":211425008,"uuid":"729092852","full_name":"DreamersGather/D14UIKit","owner":"DreamersGather","description":"A GUI development library for modern Windows platform.","archived":false,"fork":false,"pushed_at":"2025-03-26T14:32:02.000Z","size":2161,"stargazers_count":198,"open_issues_count":12,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T15:42:25.081Z","etag":null,"topics":["cpp20","directx","python3","uikit","windows10","windows11"],"latest_commit_sha":null,"homepage":"https://d14std.io/projects/uikit","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DreamersGather.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-12-08T11:51:51.000Z","updated_at":"2025-03-26T15:17:26.000Z","dependencies_parsed_at":"2024-01-23T18:24:51.692Z","dependency_job_id":"574ab954-a2c7-4a29-a600-6d6d76fbe242","html_url":"https://github.com/DreamersGather/D14UIKit","commit_stats":null,"previous_names":["dreamersgather/d14uikit"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DreamersGather%2FD14UIKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DreamersGather%2FD14UIKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DreamersGather%2FD14UIKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DreamersGather%2FD14UIKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DreamersGather","download_url":"https://codeload.github.com/DreamersGather/D14UIKit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245756035,"owners_count":20667092,"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":["cpp20","directx","python3","uikit","windows10","windows11"],"created_at":"2025-03-27T00:20:06.171Z","updated_at":"2025-03-27T00:20:07.156Z","avatar_url":"https://github.com/DreamersGather.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# D14UIKit - Modern GUI on Windows\n\n[![Static Badge](https://img.shields.io/badge/C++-20-white)](https://en.cppreference.com/w/cpp/20)\n[![Static Badge](https://img.shields.io/badge/Direct-3D12_|_2D1-purple)](https://github.com/microsoft/DirectX-Graphics-Samples)\n[![Static Badge](https://img.shields.io/badge/Python-_3.10_|_3.11_|_3.12_|_3.13_-FFD343?labelColor=3776AB)](https://www.python.org/)\n[![Static Badge](https://img.shields.io/badge/pybind-11-E7E0CD?labelColor=765B2F)](https://github.com/pybind/pybind11)\n\n![Build Status](https://img.shields.io/github/actions/workflow/status/DreamersGather/D14UIKit/msbuild.yml)\n[![GitHub Release](https://img.shields.io/github/v/release/DreamersGather/D14UIKit)](https://github.com/DreamersGather/D14UIKit/releases)\n[![Documentation Status](https://readthedocs.org/projects/d14uikit/badge/?version=latest)](https://d14std.io/projects/uikit/en/latest/?badge=latest)\n![GitHub Repo stars](https://img.shields.io/github/stars/DreamersGather/D14UIKit)\n![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/DreamersGather/D14UIKit/total)\n\n\u003cimg src=\"https://media.githubusercontent.com/media/DreamersGather/D14UIKit.Res/main/logo.png\" height=\"41\"/\u003e\n\nD14UIKit is a GUI development library for modern Windows platform.\n\n## Getting Started\n\nFirst, [download](https://github.com/DreamersGather/D14UIKit/releases) the latest development package for Python3:\n\n* d14uikit_python.zip\n  * demo\n  * D14UIKit.pyd\n  * D14UIKit.pyi\n  * \u003cins\u003eHelloWindow.py (You need to create this yourself)\u003c/ins\u003e\n\nThen, write your Python3 code (HelloWindow.py) as follows:\n\n```python\n# Preferably Python 3.10.x and later versions.\nfrom D14UIKit import *\napp = Application('HelloWindow')\nmwnd = MainWindow('HelloWindow')\nexit(app.run())\n```\n\nFinally, run `python3 HelloWindow.py`, and you're all set!\n\n\u003cimg src=\"https://media.githubusercontent.com/media/DreamersGather/D14Docs.Res/main/d14uikit/tutorials/hello_window.png\"/\u003e\n\nIf you are familiar with **C++/Python3** and want to \u003cins\u003ebuild your own GUI application on modern Windows platform\u003c/ins\u003e, D14UIKit is a great choice: it is based on **DirectX 12** for high-performance rendering, provides a classic **OOP-style** UI framework, and more. If you want to learn details, feel free to visit the project website at https://d14std.io/projects/uikit 😎👍\n\n## Features\n\n## How It Works\n\n## How to Build\n\nWe use the **Visual Studio IDE** for D14UIKit development. After downloading the code, you can directly open the solution (**D14UIKit.sln**) to build and debug. If you want to learn more details, you can refer to the [complete project build instructions](https://d14std.io/projects/uikit/en/latest/dev_guide/building.html).\n\n## Roadmap\n\n- [x] Migrate UIKit @ D14Engine to build a basic GUI development framework.\n- [x] Implement PyBind wrapping to provide Python3 development interface.\n- [x] Set up the project website and write the basic documentation.\n- [x] Provide DirectX (2D/3D/Write/Composition) interfaces for C++ developers.\n- [x] Support asynchronous UI event handling (Message \u0026 Polling).\n\n#### Current Work:\n\n- [ ] Support irregular, transparent, special-material (such as Acrylic) window and controls.\n\n#### Future Goals:\n\n- [ ] Support interactive development and building of UI (e.g. dynamic creation via Python interpreter).\n- [ ] Complete the development documentation (feeling too lazy to do it 😂).\n- [ ] Provide high-performance geometric drawing interfaces to help render complex dynamic charts.\n- [ ] Introduce more modern UI concepts, such as advanced animations.\n- [ ] What's next? 🤔\n\n## Contributing\n\nFor developers who are not only satisfied with using the existing D14UIKit library but also want to participate in the growth of D14UIKit, you can first refer to [Building](https://d14std.io/projects/uikit/en/latest/dev_guide/building.html) to construct and debug the D14UIKit project. If you want to delve deeper, you can read [Architecture](https://d14std.io/projects/uikit/en/latest/dev_guide/architecture.html) to understand the overall architecture of D14UIKit. After you have made some interesting attempts, you can follow [Contributing](https://d14std.io/projects/uikit/en/latest/dev_guide/contributing.html) to contribute your code to the D14UIKit repository!\n\n## About\n\nThe \"UIKit\" in the logo is in Segoe UI font, which is the default font for displaying Western languages on Vista and subsequent versions of Windows.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamersgather%2Fd14uikit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreamersgather%2Fd14uikit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamersgather%2Fd14uikit/lists"}