#macro-derive #procedural #proc-macro #derive #macro #conrod #gui

macro conrod_derive

A crate providing procedural macros for the conrod library

19 releases (breaking)

Uses old Rust 2015

0.76.1 Jan 17, 2022
0.76.0 Nov 13, 2021
0.75.0 Oct 4, 2021
0.74.0 Jun 20, 2021
0.1.0 Jul 18, 2017

#6 in #conrod

Download history 336/week @ 2023-12-01 581/week @ 2023-12-08 699/week @ 2023-12-15 559/week @ 2023-12-22 211/week @ 2023-12-29 588/week @ 2024-01-05 733/week @ 2024-01-12 516/week @ 2024-01-19 436/week @ 2024-01-26 247/week @ 2024-02-02 581/week @ 2024-02-09 648/week @ 2024-02-16 573/week @ 2024-02-23 589/week @ 2024-03-01 918/week @ 2024-03-08 564/week @ 2024-03-15

2,725 downloads per month
Used in 26 crates (4 directly)

MIT/Apache

20KB
396 lines

NOTICE: Original maintainer stepping down

I'll no longer be maintaining conrod for the reasons discussed here. If you're looking for a similar yet nicer replacement GUI library, I recommend egui. If you're interested in taking over maintenance, please express your interest here.


Conrod Actions Status Crates.io

An easy-to-use, 2D GUI library written entirely in Rust.

Guide

  1. What is Conrod?
  2. Getting Started
  3. Hello World
  4. Using and Customising Themes
    • What is a Theme?
    • Custom Themes
    • Serializing Themes
  5. Designing Custom Widgets (using the Widget trait)
    • The Widget trait
    • The widget_style! macro
    • The builder_methods! macro
    • Making a Button widget
  6. Custom Graphics and Window Backends
    • Demonstration of Backend Implementation (using glium and glutin)
  7. Internals
    • The Ui's Widget Graph
    • Ui::set_widgets - How does it work?
  8. FAQ

The Guide is a work-in-progress. If a section is not linked, it is likely not yet implemented.

Crates

Crate Badges Description
conrod_core Crates.io docs.rs The fundamentals for any conrod project.
conrod_derive Crates.io docs.rs Provides the WidgetCommon and WidgetStyle derive macros.
conrod_winit Crates.io docs.rs Simplifies using conrod_core with winit
conrod_gfx Crates.io docs.rs Simplifies using conrod_core with the gfx ecosystem
conrod_wgpu Crates.io docs.rs Simplifies using conrod_core with wgpu
conrod_glium Crates.io docs.rs Simplifies using conrod_core with glium
conrod_piston Crates.io docs.rs Simplifies using conrod_core with piston
conrod_vulkano Crates.io docs.rs Simplifies using conrod_core with vulkano

Current State

We're just starting to reach a stable-ish API pattern! There will still be some large changes, however these are more likely to be new features than API overhauls.

To get a clearer idea of where we're at see the issues and in particular, the 1.0.0 milestone.

Contributing

Want to help out? See Piston's how to contribute guide.

License

Licensed under either of

at your option.

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Example Assets

Dependencies

~1.5MB
~34K SLoC