Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Additional widgets library for the egui framework

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

itsNiccoloSabatini/extras-for-egui

Repository files navigation

extras-for-egui

dependency status Build Status

A collection of extra widgets and utilities for egui.

This library provides additional widgets and helpers that extend the functionality of egui, making it easier to build rich graphical user interfaces.

Installation

Add this to your Cargo.toml:

[dependencies]
extras-for-egui = "0.1.0-alpha.1"
egui = "0.33.0"

Usage

use extras_for_egui::widgets;

// Use the widgets in your egui application
fn my_ui(ui: &mut egui::Ui) {
    // Widget usage examples will be added here as the library grows
}

Examples

See the examples/ directory for complete usage examples.

To run the demo example:

cargo run --example demo

Features

This library is in early development. More widgets and features will be added over time.

Development

Building

cargo build

Testing

cargo test

Running Examples

cargo run --example demo

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

Licensed under either of

at your option.

Acknowledgments

Built on top of the excellent egui library by Emil Ernerfeldt.

About

Additional widgets library for the egui framework

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •