Skip to content

raygui v3.5

Compare
Choose a tag to compare
@raysan5 raysan5 released this 20 Apr 14:45
· 228 commits to master since this release

What's Changed

New raygui 3.5 release main changes:

  • ADDED: GuiTabBar(), based on GuiToggle()
  • ADDED: Helper functions to split text in separate lines
  • ADDED: Multiple new icons, useful for code editing tools
  • REMOVED: Unneeded icon editing functions
  • REMOVED: GuiTextBoxMulti(), very limited and broken
  • REMOVED: MeasureTextEx() dependency, logic directly implemented
  • REMOVED: DrawTextEx() dependency, logic directly implemented
  • REVIEWED: GuiScrollBar(), improve mouse-click behaviour
  • REVIEWED: Library header info, more info, better organized
  • REDESIGNED: GuiTextBox() to support cursor movement
  • REDESIGNED: GuiDrawText() to divide drawing by lines
  • Updated to use raylib 4.5

All raylibtech tools will be updated properly to use this version.

Enjoy raygui 3.5!

New Contributors

Full Changelog: 3.2...3.5