raylib-go/raygui
John Bannister 0b4f8b1cc0 Fix ScrollPanel view binding
The values on the view parameter of ScrollPanel() should be updated with
the values set by the C method.
2024-04-07 14:12:03 +01:00
..
cgo.go Update raygui, issue #262 2023-11-12 15:44:49 +01:00
cstring.go add pictures in README 2022-11-25 14:28:20 +03:00
go.mod Update modules 2023-11-18 14:12:54 +01:00
go.sum Update modules 2023-11-18 14:12:54 +01:00
raygui.go Fix ScrollPanel view binding 2024-04-07 14:12:03 +01:00
raygui.h Update raygui, issue #262 2023-11-12 15:44:49 +01:00
raylib.h Update C sources 2023-11-12 11:58:48 +01:00
README.md Update raygui, issue #262 2023-11-12 15:44:49 +01:00

raygui GoDoc

raygui is simple and easy-to-use IMGUI (immediate mode GUI API) library.

controls_test_suite

Demo

scroll_panel

Demo