nuki 0.2.2

Rust wrapper for Nuklear 2D GUI library (https://github.com/Immediate-Mode-UI/Nuklear)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
nuki-rs
=======

Forked from https://github.com/snuk182/nuklear-rust.

[![Latest Version](https://img.shields.io/crates/v/nuki.svg)](https://crates.io/crates/nuki)
[![Build Status](https://ci.vaxpl.com/api/badges/rdst/nuki-rs/status.svg?ref=refs/heads/{{BRANCH_NAME}})](https://ci.vaxpl.com/rdst/nuki-rs)

The bindings to the [Nuklear](https://github.com/Immediate-Mode-UI/Nuklear) 2D immediate GUI library. 

Currently beta.

Drawing backends:
* [gles]https://github.com/varphone/nuki-backend-gles for GLESv2/3 3D drawing engine.

All examples are based on the [extended example](https://github.com/Immediate-Mode-UI/Nuklear/blob/master/example/extended.c) of the original library.

API suggestions, PRs and improvement ideas are welcome!