From 9913b89cd11446afaebbf20bb22a0e09589caac7 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 6 Aug 2017 10:58:09 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ffacbe..f14c2d5 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ raygui was inspired by [Unity IMGUI](https://docs.unity3d.com/Manual/GUIScriptingGuide.html) (immediate mode GUI API). -Initially raygui was proposed as an extra module for [raylib](https://github.com/raysan5/raylib) to create simple GUIs using raylib graphic style (simple colors, plain rectangular shapes, wide borders, raylib standard font...). +raygui was originated as an auxiliar module for [raylib](https://github.com/raysan5/raylib) to create simple GUI interfaces using raylib graphic style (simple colors, plain rectangular shapes, wide borders, raylib default font...). -raygui has been used on some raylib-based tools like [rFXGen](https://github.com/raysan5/rFXGen), without external dependencies, only raylib. +raygui has been used on some tools like [rFXGen](https://github.com/raysan5/rFXGen), without external dependencies, only raylib. + +
## styles Default light style