Просмотр исходного кода

Merge branch 'master' of https://github.com/raysan5/raygui

Ray 3 лет назад
Родитель
Сommit
f9483a6a52
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -2,9 +2,9 @@
 
 
 **raygui is a simple and easy-to-use immediate-mode-gui library.**
 **raygui is a simple and easy-to-use immediate-mode-gui library.**
 
 
-`raygui` was initially inspired by [Unity IMGUI](https://docs.unity3d.com/Manual/GUIScriptingGuide.html) (immediate mode GUI API).
+`raygui` was originally inspired by [Unity IMGUI](https://docs.unity3d.com/Manual/GUIScriptingGuide.html) (immediate mode GUI API).
 
 
-`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...).
+`raygui` was designed 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...) but it can be adapted to other engines/frameworks.
 
 
 `raygui` is intended for **tools development**; it has already been used to develop [multiple published tools](https://raylibtech.itch.io).
 `raygui` is intended for **tools development**; it has already been used to develop [multiple published tools](https://raylibtech.itch.io).