Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExGrid - Extraordinary Grid Layout for egui

crates.io Documentation unsafe forbidden MIT APACHE 2.0

ExGrid- drop-in replacement for egui::Grid with superpowers:

  • alternative/improved layout mode dedicated to narrow windows (it's not grid there, but rather some group based layout)
  • supports "subdata" (rows that are indented hidden behind collapsible, but columns are still aligned with top grid)

ExGrid uses wrapper around egui::Ui named exgrid::ExUi, that offers some convenience functions.

egui version

exgrid 0.2 by default depends on egui 0.29. To use other versions of egui use correct feature in Cargo.toml, eg. to make it work with egui 0.25:

exgrid = { version = "0.2", default-features = false, features = [ "egui25" ] }

OR use [patch] section. Currently exgrid supports egui 0.23-0.29.

Default egui version feature will be updated to newest egui on semver minor release(0.3).

License

egui_struct is licensed under MIT OR Apache-2.0.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages