Native Windows GUI: The Guide
Welcome! Native Windows GUI (NWG) is a thin GUI toolkit built over the Windows WINAPI for rust. The current version is
0.1.0 ALPHA. The library is not production ready, but it has enough features implemented in order
to create simple GUI applications.
The NWG guide is split into chapters. This introduction
is the first. After this:
- Getting started - Install NWG and create your first application.
- Basics - The basics required to build an application with NWG.
- Controls - A list of all built-in control.
- Actions - A list of all built-in actions.
- Events - A list of all built-in events.
- User controls - How to create your own control on top of NWG.