Raygui lib extensions property list.

This commit is contained in:
jussi
2024-01-10 22:19:00 +02:00
parent 863f596b76
commit 7460a16cae
9 changed files with 655 additions and 405 deletions

View File

@@ -1,5 +1,5 @@
------------------------------------------------------------------------
Release: ReiLua version 0.7.0 Using Raylib 5.0 and Raygui 4.0
Release: ReiLua version 0.7.0 Using Raylib 5.0 and Forked Raygui 4.0
------------------------------------------------------------------------
KEY CHANGES:
- CHANGE: Switch to Raylib 5.0 and Raygui 4.0.
@@ -31,7 +31,8 @@ KEY CHANGES:
- CHANGE: GlyphInfo type to userdata.
- ADDED: GlyphInfo management functions.
- CHANGE: GuiTabBar works differently to raygui implementation.
- UPDATED: Raygui lib enhancements.
- CHANGE: Raygui lib refactoring.
- ADDED: Raygui lib extensions property list.
DETAILED CHANGES:
- REMOVED: DrawLineBezierQuad, DrawLineBezierCubic.
@@ -59,7 +60,8 @@ DETAILED CHANGES:
- FIXED: CameraLib. Slow lateral movement.
- ADDED: GetGlyphInfoByIndex and GetGlyphAtlasRecByIndex.
- ADDED: Raygui lib extensions example.
- ADDED: Raygui.h returns textBounds for some controls.
- CHANGE: Raygui.h returns textBounds for some controls.
- CHANGE: Raygui lib changed term element to control to correspond raylib naming.
------------------------------------------------------------------------
Release: ReiLua version 0.6.0 Using Raylib 4.5