package raygui
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
- 2.2.1 (2026-07-12)
- 2.2.0 (2026-07-07)
- 2.1.0 (2026-06-20)
- 2.0.0 (2026-06-02)
- 1.6.0 (2025-11-30)
- 1.5.1 (2025-10-14)
- 1.5.0 (2025-10-08)
- 1.4.0 (2024-12-20)
- 1.3.1 (2024-09-24)
- 1.3.0 (2024-05-21)
- 1.2.1 (2024-01-12)
- 1.2.0 (2024-01-11)
- 1.1.0 (2023-07-16)
- 1.0.0 (2023-03-24)
- 0.6.0 (2023-01-10)
- 0.5.1 (2022-01-22)
- 0.5.0 (2022-01-20)
- 0.4.0 (2021-07-07)
- 0.3.2 (2021-06-01)
- 0.3.1 (2021-05-12)
- 0.3 (2021-05-05)
OCaml bindings for raygui
Install
dune-project
Dependency
Authors
Maintainers
Sources
raylib-2.2.2.tbz
sha256=a1baf56fab14350ab9eefdb9cc9789329c2071a9b53e73ffd2284ece1d18e43b
sha512=8801141c7e96e698aa5c74452eec0aa12d8b3ee50ab82cfc44eac79eb9b0641fd7fe99da14ab6418b92182bab95e3b834032d405a32b79badac23da3acdf37fa
doc/CHANGES.html
2.2.2 (2026-07-29)
- Re-package correctly for macos (without hardlinks to self)
2.2.1 (2026-07-12)
- Use all hunks for patches (instead of one). Correctly enables FLAC support (thanks @rossberg)
2.2.0 (2026-07-07)
- Integrate upstream patches for GetWindowPosition and UnloadMusicStream (thanks @rossberg)
- Repair integer conversions for flag-like constants
- More arrayification of font functions (thanks @rossberg)
2.1.0 (2026-06-20)
- Use enum types for all raylib and rlgl functions
- Re-add integer conversions for enums
2.0.0 (2026-06-02)
- Upgrade to raylib 6.0 (thanks @rossberg)
- Re-work constant binding: Flag-like constants are now values instead of variants, with a
( + )combinator for or-ing constants together. Instead of a list of constructors for flags, functions now take a single value. The unsafe functionof_inthas been removed from enum constants.to_inthas been removed from most enum constants, only index-like constants (MaterialMapIndex,ShaderLocationIndex) keep it. - Separate Raylib into libraries for raylib modules, individual raylib modules can now be used separately if linking all of raylib is not desired.
- Complete rlgl bindings, upgrade to 6.0
- Use strong types for integer constants in rlgl
1.6.0 (2025-11-30)
- Expose
namefield of ModelAnimation.t (thanks @thethrung) - Add new raylib-callbacks package to expose raylib callback APIs. It brings a new dependency (ctype-foreign), hence the new package
- Temporarily fix raylib FLAC bug (thanks @rossberg)
1.5.1 (2025-10-14)
- Fix constness of ptr argument to
GuiListViewEx - Distingish msys and other mingw environments
1.5.0 (2025-10-08)
- Upgrade dependency patch to 3.0.0
- Correctly set
glyph_countinFont.set_glyphs - Export
Raylib_cmodule - Upgrade to raylib 5.5
1.4.0 (2024-12-20)
- Fix buffer handling of raygui text boxes (#46)
- Port 7 new examples (thank you @gpetiot)
- Fix documentation of raygui list view functions (#56)
- Enable FLAC format by default (#57)
- Use dune 3 and its new
ctypesstanza (#53)
1.3.1 (2024-09-24)
- Work around patching on windows with powershell
1.3.0 (2024-05-21)
- Enable jpg and bmp image formats by default
- Fix raygui build for gcc14
1.2.1 (2024-01-12)
- Fix FreeBSD build
1.2.0 (2024-01-11)
- Upgrade raylib to 5.0.0
- Make Raylib.Matrix.t usable with Rlgl
1.1.0 (2023-07-16)
- Add ctor for Texture struct
- Fix return type of get_char_pressed
1.0.0 (2023-03-24)
- Upgrade raylib to 4.5.0
0.6.0 (2023-01-10)
- Support OCaml 5
- Upgrade raylib to 4.2.0
0.5.1 (2022-01-22)
- Support "elf" system variable
0.5.0 (2022-01-20)
- Expose ctypes type value
- Expose audio-related fields
- Add rlgl bindings (module Raylib.Rlgl)
- Upgrade raylib to 4.0
0.4.0 (2021-07-07)
- Upgrade raylib to 3.7.0
0.3.2 (2021-06-01)
- Fix Makefile patch for windows
0.3.1 (2021-05-12)
- Use conf packages instead of depexts for raylib
- Fix raygui version
0.3 (2021-05-05)
- Update bindings to raylib 3.5
- Add WIP raygui bindings
- Add bindings for working with models
- Fix / Make more conveniant 3D and rlgl part
- Update dune and ocamlformat to recent versions
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
- 2.2.1 (2026-07-12)
- 2.2.0 (2026-07-07)
- 2.1.0 (2026-06-20)
- 2.0.0 (2026-06-02)
- 1.6.0 (2025-11-30)
- 1.5.1 (2025-10-14)
- 1.5.0 (2025-10-08)
- 1.4.0 (2024-12-20)
- 1.3.1 (2024-09-24)
- 1.3.0 (2024-05-21)
- 1.2.1 (2024-01-12)
- 1.2.0 (2024-01-11)
- 1.1.0 (2023-07-16)
- 1.0.0 (2023-03-24)
- 0.6.0 (2023-01-10)
- 0.5.1 (2022-01-22)
- 0.5.0 (2022-01-20)
- 0.4.0 (2021-07-07)
- 0.3.2 (2021-06-01)
- 0.3.1 (2021-05-12)
- 0.3 (2021-05-05)