commit
c691d4eda2
@ -1,4 +1,5 @@
|
||||
[](https://travis-ci.org/vurtun/nuklear)
|
||||
[](https://travis-ci.org/vurtun/nuklear)
|
||||
|
||||
# Nuklear
|
||||
This is a minimal state immediate mode graphical user interface toolkit
|
||||
written in ANSI C and licensed under public domain. It was designed as a simple
|
||||
@ -30,7 +31,7 @@ by default when included and allows including this header in other headers
|
||||
and does not contain the actual implementation.
|
||||
|
||||
The implementation mode requires to define the preprocessor macro
|
||||
`NK_IMPLEMENTATION` in *one* .c/.cpp file before #includeing this file, e.g.:
|
||||
`NK_IMPLEMENTATION` in *one* .c/.cpp file before `#include`ing this file, e.g.:
|
||||
```c
|
||||
#define NK_IMPLEMENTATION
|
||||
#include "nuklear.h"
|
||||
@ -88,8 +89,8 @@ nk_end(ctx);
|
||||
Developed by Micha Mettke and every direct or indirect contributor to the GitHub.
|
||||
|
||||
|
||||
Embeds stb_texedit, stb_truetype and stb_rectpack by Sean Barret (public domain)
|
||||
Embeds ProggyClean.ttf font by Tristan Grimmer (MIT license).
|
||||
Embeds `stb_texedit`, `stb_truetype` and `stb_rectpack` by Sean Barret (public domain)
|
||||
Embeds `ProggyClean.ttf` font by Tristan Grimmer (MIT license).
|
||||
|
||||
|
||||
Big thank you to Omar Cornut (ocornut@github) for his [imgui](https://github.com/ocornut/imgui) library and
|
||||
|
Loading…
x
Reference in New Issue
Block a user