Releases: RobLoach/raylib-nuklear
Releases · RobLoach/raylib-nuklear
v5.0.1
What's Changed
- Fix context memory leak by @DDexxeDD in #58
- Fix region of image drawing by @RobLoach in #60
- Update nk_bool usage by @RobLoach in #59
- Add Nuklear's default font with LoadFontFromNuklear() by @RobLoach in #62
- Use DrawRectangleRoundedLinesEx and update nuklear by @aschuhardt in #66
- Add NDEBUG by @RobLoach in #71
- Switch to raylib's memory allocator by @RobLoach in #70
- Fix type conversion warnings by @RobLoach in #69
- Add safety check in DrawNuklear() by @RobLoach in #72
New Contributors
- @DDexxeDD made their first contribution in #58
- @aschuhardt made their first contribution in #66
Full Changelog: v5.0.0...v5.0.1
v4.5.1
What's Changed
- Add the delta time seconds to the Nuklear context by @RobLoach in #48
- Allow changing the rounded border scaling by @RobLoach in #52
- Update Nuklear by @RobLoach in #51
- Fix rectangle rounding and scale by @mhcerri in #56
- Fix nk_edit_string cursor by @mhcerri in #57
New Contributors
Full Changelog: v4.2.2...v4.5.1
v4.2.2
What's Changed
- Fix theming incorrect black boxes (Fixes #42) by @redthing1 in #43
- Add
SetNuklearScaling()
,GetNuklearScaling()
to allow scaling the GUI, by @redthing1 and @RobLoach in #46 - Add comparision of other GUI solutions by @redthing1 in #47
- Update to Nuklear 4.10.4 by @RobLoach
Breaking Changes
RectangleToNuklear(ctx, rectangle)
now takes the nuklear ctx as its first argument to allow for attributing for scalingRectangleFromNuklear(ctx, rectangle)
now takes the nuklear ctx as its first argument to allow for attributing for scaling
New Contributors
- @redthing1 made their first contribution in #43
Full Changelog: v4.2.1...v4.2.2
v4.2.1
v4.2.0
v4.1.1
v4.1.0
What's Changed
- Fix initializer lists by @RobLoach in #30
- Use LoadFontEx() instead of LoadFont() for examples by @RobLoach in #29
- Add image support with
nk_image
by @8-BIT-DEV in #32
New Contributors
- @8-BIT-DEV made their first contribution in #32
Full Changelog: v4.0.3...v4.1.0
v4.0.3
- Change CMake names
- Update Nuklear
Full Changelog: v4.0.2...v4.0.3