[−][src]Module conrod_core::guide
The Conrod Guide
Table of Contents
- What is Conrod?
- Getting Started
- Hello World
- Using and Customising Themes
- What is a
Theme? - Custom Themes
- Serializing Themes
- What is a
- Designing Custom Widgets (using the Widget trait)
- The
Widgettrait - The
widget_style!macro - The
builder_methods!macro - Making a
Buttonwidget
- The
- Custom Graphics and Window Backends
- Demonstration of Backend Implementation (using glium and glutin)
- Internals
- The
Ui's WidgetGraph Ui::set_widgets- How does it work?
- The
- FAQ
Modules
| chapter_1 | What is Conrod? |
| chapter_2 | Getting Started |
| chapter_3 | Setting up a basic window using glium and winit |