Git Product home page Git Product logo

hello_egui's Introduction

Hello Egui!

This project contains a collection of egui tools I've created during development of the native app for https://hellopaint.io (still unreleased, stay tuned!).

The crates have varying levels of maturity, some are ready for use in production while others are highly experimental. If you're interested in using one of the experimental crates, open an issue, and I'll try to release it on crates.io.

Example app

An example using most of the crates is available here. Source code in fancy-example.

hello_egui, this crate

A collection of reexports for the other crates, if you want to use all or most of them. You can toggle individual features to only include the crates you need. By default, all crates are included. Only includes crates that have been released on crates.io.

Mature Crates

Experimental Crates

  • egui_animation

    • Animation utilities for egui
    • Experimental, released on crates.io, used internally by egui_dnd
  • egui_taffy

    • Adds flexbox layout to egui using taffy
    • Highly experimental, unreleased
  • egui_webview

    • WebView widget for egui, based on wry
    • Experimental, unreleased
    • Warning: Currently uses some unsafe to get around Send / Sync limitations, so it probably has some safety issues.
  • perfect_cursors

    • A port of steve ruiz's perfect cursors to rust
    • independent of egui, but there is a egui example
  • hello_egui_utils

    • Collection of utilities used by the other crates

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.