Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creativcoder/awesome-egui
A curated list of all egui related to resources and libraries
https://github.com/creativcoder/awesome-egui
List: awesome-egui
Last synced: about 2 months ago
JSON representation
A curated list of all egui related to resources and libraries
- Host: GitHub
- URL: https://github.com/creativcoder/awesome-egui
- Owner: creativcoder
- License: mit
- Created: 2024-01-22T13:43:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T09:39:23.000Z (9 months ago)
- Last Synced: 2024-04-04T10:39:58.895Z (9 months ago)
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Awesome Egui
A curated list of all egui related to resources and libraries
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
If you want to contribute, please read [this](CONTRIBUTING.md).
## Table of contents
- [Applications](#applications)
- [Libraries](#libraries)
- [Themes](#themes)
- [Resources](#resources)## Applications
- [Rerun](https://github.com/rerun-io/rerun) - Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.
- [Netpurr](https://github.com/tmtbe/netpurr) - NetPurr is an open-source REST client in egui.
## Libraries
- [egui_dock](https://github.com/Adanos020/egui_dock) - Docking support for egui – an immediate-mode GUI library for Rust
- [egui-tiles](https://github.com/rerun-io/egui_tiles) - A tiling layout engine for egui with drag-and-drop and resizing
- [egui-hooks](https://github.com/ryo33/egui_hooks) - React Hooks like API for enhancing the ergonomics of [`egui::Memory`](https://docs.rs/egui/latest/egui/struct.Memory.html)
- [walkers](https://github.com/podusowski/walkers) - Open street map widget for egui## Themes
- [Catppuccin theme](https://github.com/catppuccin/egui) - Soothing pastel theme for egui
- [egui-aesthetix](https://github.com/thebashpotato/egui-aesthetix) - A uniform and programmatic approach to themeing egui applications.