Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madladsquad/udfpanel
A minimal and highly customisable panel for Untitled Desktop Flow
https://github.com/madladsquad/udfpanel
minimal panel wayland windows x11
Last synced: about 9 hours ago
JSON representation
A minimal and highly customisable panel for Untitled Desktop Flow
- Host: GitHub
- URL: https://github.com/madladsquad/udfpanel
- Owner: MadLadSquad
- License: mit
- Created: 2023-08-28T22:56:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-26T23:18:12.000Z (19 days ago)
- Last Synced: 2024-10-27T06:18:03.653Z (19 days ago)
- Topics: minimal, panel, wayland, windows, x11
- Language: C++
- Homepage: https://madladsquad.com/desktop
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# UntitledDesktop Flow Panel
[![CI](https://github.com/MadLadSquad/UDFPanel/actions/workflows/CI.yaml/badge.svg)](https://github.com/MadLadSquad/UDFPanel/actions/workflows/CI.yaml)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
[![trello](https://img.shields.io/badge/Trello-UDE-blue])](https://trello.com/b/HmfuRY2K/untitleddesktop)
[![Discord](https://img.shields.io/discord/717037253292982315.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/4wgH8ZE)The `UDFPanel` application provides a minimal and highly-customisable panel implementation for desktop platforms.
Features:
1. Customisable panel position and size
1. Minimal, highly-customisable and barebones by default
1. Application modules - Runs an application and displays its text output
1. Custom modules - Plugins created using the C plugin API## Building
This is a standard [UntitledImGuiFramework](https://github.com/MadLadSquad/UntitledImGuiFramework) project. Building instructions can be found
[here](https://github.com/MadLadSquad/UntitledImGuiFramework/wiki/Collaborating-on-a-project-with-the-framework#setting-up-another-persons-project).