raylib-bindings 0.7.4-arm64-darwin → 0.7.5-arm64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4c035fdd8498b9646fa1aaa5b1a54c84aaf36db71ee3ef60518869eab35ea9d
4
- data.tar.gz: aae62388d7db982620f371984dadd228484db0afc707510e6dccb215c0784906
3
+ metadata.gz: ba5746d031193711e47c93deaa0b43a71fd73b8850b36175b2ffd2ff2e7b50fa
4
+ data.tar.gz: 0abfb410731537b6f9dbb832ef9a6b11d48949b0c89b3ec7a566ea21e6d6d2f1
5
5
  SHA512:
6
- metadata.gz: 447409571b5cc6005ee21c5b96e67d1de92ea14875ae6f028efe66b626e2490764aaf6f137cbe46d4a963d2a007d68aa77ae19598cb2e83f973a8a656c6f77f6
7
- data.tar.gz: 7d14894f19ee7b9f710d201ca1b7175c11cd22cc3c79a02405a15d74219cb44b820caf36991d96d2ce00154294684f8ddb3bb3a863a4f50ebf482ec75c1bd6fd
6
+ metadata.gz: f13413ff6ba54e124fa675f40b148bfce574457b034d13337e62245cff9e2d4e19240a88bc34d6f25a915db95380650ec1aa805a5ce744b935b5d3632e6f8c29
7
+ data.tar.gz: a5f37280d1d6cbe335b6c99c830c9cab6e0c119eaff712fb4c11fae746bd0049f334d671765c918375f9b6da2a78d38f5ffce5a65823dbc1f698875b367228a6
data/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2024-07-14 vaiorabbit <http://twitter.com/vaiorabbit>
2
+
3
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/5ede47618bd9f9a440af648da1b4817e51644994 ) and raygui ( https://github.com/raysan5/raygui/commit/3fb9d77a67243497e10ae0448374a52a2a65e26f )
4
+
5
+ 2024-06-29 vaiorabbit <http://twitter.com/vaiorabbit>
6
+
7
+ * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/c1ea32655aad97402ea3b215ab7b414d0809bb8d ) and raygui ( https://github.com/raysan5/raygui/commit/0f832e6a6edfa77a93c327617468b15755cb05ce )
8
+
1
9
  2024-06-15 vaiorabbit <http://twitter.com/vaiorabbit>
2
10
 
3
11
  * Updated with latest raylib ( https://github.com/raysan5/raylib/commit/b4fbdc028302f9a697f196e8d02a7dca28912f59 ) and raygui ( https://github.com/raysan5/raygui/commit/4b3d94f5df6a5a2aa86286350f7e20c0ca35f516 )
data/README.md CHANGED
@@ -3,15 +3,15 @@
3
3
  # Yet another raylib wrapper for Ruby #
4
4
 
5
5
  * Created : 2021-10-17
6
- * Last modified : 2024-06-15
6
+ * Last modified : 2024-07-14
7
7
 
8
8
  Provides Ruby bindings for raylib-related libraries including:
9
9
 
10
- * [raylib](https://github.com/raysan5/raylib) version [5.1-dev]( https://github.com/raysan5/raylib/commit/b4fbdc028302f9a697f196e8d02a7dca28912f59 )
10
+ * [raylib](https://github.com/raysan5/raylib) version [5.1-dev]( https://github.com/raysan5/raylib/commit/5ede47618bd9f9a440af648da1b4817e51644994 )
11
11
  * raylib
12
12
  * raymath
13
13
  * rlgl
14
- * [raygui](https://github.com/raysan5/raygui) version [4.1-dev]( https://github.com/raysan5/raygui/commit/4b3d94f5df6a5a2aa86286350f7e20c0ca35f516 )
14
+ * [raygui](https://github.com/raysan5/raygui) version [4.1-dev]( https://github.com/raysan5/raygui/commit/3fb9d77a67243497e10ae0448374a52a2a65e26f )
15
15
  * [Physac](https://github.com/raysan5/physac) version [1.1]( https://github.com/raysan5/physac/commit/4a8e17f263fb8e1150b3fbafc96f880c7d7a4833 )
16
16
 
17
17
  <img src="https://raw.githubusercontent.com/vaiorabbit/raylib-bindings/main/doc/bitmap_font_rb.png" width="125"> <img src="https://raw.githubusercontent.com/vaiorabbit/raylib-bindings/main/doc/game_of_life_simple_rb.png" width="125"> <img src="https://raw.githubusercontent.com/vaiorabbit/raylib-bindings/main/doc/lissajous_curve_rb.png" width="125"> <img src="https://raw.githubusercontent.com/vaiorabbit/raylib-bindings/main/doc/procedural_texture_rb.png" width="125"> <img src="https://raw.githubusercontent.com/vaiorabbit/raylib-bindings/main/doc/reversi_board_rb.png" width="125"> <img src="https://raw.githubusercontent.com/vaiorabbit/raylib-bindings/main/doc/utf8_font_rb.png" width="125">
Binary file
Binary file
Binary file
data/lib/raygui_main.rb CHANGED
@@ -731,7 +731,7 @@ module Raylib
731
731
  # @!method GuiValueBoxFloat(bounds, text, textValue, value, editMode)
732
732
  # GuiValueBoxFloat : Value box control for float values
733
733
  # @param bounds [Rectangle]
734
- # @param text [const char*]
734
+ # @param text [const char *]
735
735
  # @param textValue [char *]
736
736
  # @param value [float *]
737
737
  # @param editMode [bool]
data/lib/raylib_main.rb CHANGED
@@ -12,9 +12,9 @@ module Raylib
12
12
  # Define/Macro
13
13
 
14
14
  RAYLIB_VERSION_MAJOR = 5
15
- RAYLIB_VERSION_MINOR = 1
15
+ RAYLIB_VERSION_MINOR = 5
16
16
  RAYLIB_VERSION_PATCH = 0
17
- RAYLIB_VERSION = "5.1-dev"
17
+ RAYLIB_VERSION = "5.5"
18
18
 
19
19
  # Enum
20
20
 
@@ -899,7 +899,7 @@ module Raylib
899
899
  class Ray < FFI::Struct
900
900
  layout(
901
901
  :position, Vector3, # Ray position (origin)
902
- :direction, Vector3, # Ray direction
902
+ :direction, Vector3, # Ray direction (normalized)
903
903
  )
904
904
  def position = self[:position]
905
905
  def position=(v) self[:position] = v end
@@ -3132,6 +3132,13 @@ module Raylib
3132
3132
  # @return [Image]
3133
3133
  [:ImageFromImage, :ImageFromImage, [Image.by_value, Rectangle.by_value], Image.by_value],
3134
3134
 
3135
+ # @!method ImageFromChannel(image, selectedChannel)
3136
+ # ImageFromChannel : Create an image from a selected channel of another image (GRAYSCALE)
3137
+ # @param image [Image]
3138
+ # @param selectedChannel [int]
3139
+ # @return [Image]
3140
+ [:ImageFromChannel, :ImageFromChannel, [Image.by_value, :int], Image.by_value],
3141
+
3135
3142
  # @!method ImageText(text, fontSize, color)
3136
3143
  # ImageText : Create an image from text (default font)
3137
3144
  # @param text [const char *]
@@ -3207,9 +3214,9 @@ module Raylib
3207
3214
  [:ImageBlurGaussian, :ImageBlurGaussian, [:pointer, :int], :void],
3208
3215
 
3209
3216
  # @!method ImageKernelConvolution(image, kernel, kernelSize)
3210
- # ImageKernelConvolution : Apply Custom Square image convolution kernel
3217
+ # ImageKernelConvolution : Apply custom square convolution kernel to image
3211
3218
  # @param image [Image *]
3212
- # @param kernel [float*]
3219
+ # @param kernel [const float *]
3213
3220
  # @param kernelSize [int]
3214
3221
  # @return [void]
3215
3222
  [:ImageKernelConvolution, :ImageKernelConvolution, [:pointer, :pointer, :int], :void],
@@ -3414,6 +3421,16 @@ module Raylib
3414
3421
  # @return [void]
3415
3422
  [:ImageDrawLineV, :ImageDrawLineV, [:pointer, Vector2.by_value, Vector2.by_value, Color.by_value], :void],
3416
3423
 
3424
+ # @!method ImageDrawLineEx(dst, start, end, thick, color)
3425
+ # ImageDrawLineEx : Draw a line defining thickness within an image
3426
+ # @param dst [Image *]
3427
+ # @param start [Vector2]
3428
+ # @param end [Vector2]
3429
+ # @param thick [int]
3430
+ # @param color [Color]
3431
+ # @return [void]
3432
+ [:ImageDrawLineEx, :ImageDrawLineEx, [:pointer, Vector2.by_value, Vector2.by_value, :int, Color.by_value], :void],
3433
+
3417
3434
  # @!method ImageDrawCircle(dst, centerX, centerY, radius, color)
3418
3435
  # ImageDrawCircle : Draw a filled circle within an image
3419
3436
  # @param dst [Image *]
@@ -3489,6 +3506,56 @@ module Raylib
3489
3506
  # @return [void]
3490
3507
  [:ImageDrawRectangleLines, :ImageDrawRectangleLines, [:pointer, Rectangle.by_value, :int, Color.by_value], :void],
3491
3508
 
3509
+ # @!method ImageDrawTriangle(dst, v1, v2, v3, color)
3510
+ # ImageDrawTriangle : Draw triangle within an image
3511
+ # @param dst [Image *]
3512
+ # @param v1 [Vector2]
3513
+ # @param v2 [Vector2]
3514
+ # @param v3 [Vector2]
3515
+ # @param color [Color]
3516
+ # @return [void]
3517
+ [:ImageDrawTriangle, :ImageDrawTriangle, [:pointer, Vector2.by_value, Vector2.by_value, Vector2.by_value, Color.by_value], :void],
3518
+
3519
+ # @!method ImageDrawTriangleEx(dst, v1, v2, v3, c1, c2, c3)
3520
+ # ImageDrawTriangleEx : Draw triangle with interpolated colors within an image
3521
+ # @param dst [Image *]
3522
+ # @param v1 [Vector2]
3523
+ # @param v2 [Vector2]
3524
+ # @param v3 [Vector2]
3525
+ # @param c1 [Color]
3526
+ # @param c2 [Color]
3527
+ # @param c3 [Color]
3528
+ # @return [void]
3529
+ [:ImageDrawTriangleEx, :ImageDrawTriangleEx, [:pointer, Vector2.by_value, Vector2.by_value, Vector2.by_value, Color.by_value, Color.by_value, Color.by_value], :void],
3530
+
3531
+ # @!method ImageDrawTriangleLines(dst, v1, v2, v3, color)
3532
+ # ImageDrawTriangleLines : Draw triangle outline within an image
3533
+ # @param dst [Image *]
3534
+ # @param v1 [Vector2]
3535
+ # @param v2 [Vector2]
3536
+ # @param v3 [Vector2]
3537
+ # @param color [Color]
3538
+ # @return [void]
3539
+ [:ImageDrawTriangleLines, :ImageDrawTriangleLines, [:pointer, Vector2.by_value, Vector2.by_value, Vector2.by_value, Color.by_value], :void],
3540
+
3541
+ # @!method ImageDrawTriangleFan(dst, points, pointCount, color)
3542
+ # ImageDrawTriangleFan : Draw a triangle fan defined by points within an image (first vertex is the center)
3543
+ # @param dst [Image *]
3544
+ # @param points [Vector2 *]
3545
+ # @param pointCount [int]
3546
+ # @param color [Color]
3547
+ # @return [void]
3548
+ [:ImageDrawTriangleFan, :ImageDrawTriangleFan, [:pointer, :pointer, :int, Color.by_value], :void],
3549
+
3550
+ # @!method ImageDrawTriangleStrip(dst, points, pointCount, color)
3551
+ # ImageDrawTriangleStrip : Draw a triangle strip defined by points within an image
3552
+ # @param dst [Image *]
3553
+ # @param points [Vector2 *]
3554
+ # @param pointCount [int]
3555
+ # @param color [Color]
3556
+ # @return [void]
3557
+ [:ImageDrawTriangleStrip, :ImageDrawTriangleStrip, [:pointer, :pointer, :int, Color.by_value], :void],
3558
+
3492
3559
  # @!method ImageDraw(dst, src, srcRec, dstRec, tint)
3493
3560
  # ImageDraw : Draw a source image within a destination image (tint applied to source)
3494
3561
  # @param dst [Image *]
@@ -4424,12 +4491,12 @@ module Raylib
4424
4491
  # @return [void]
4425
4492
  [:DrawBoundingBox, :DrawBoundingBox, [BoundingBox.by_value, Color.by_value], :void],
4426
4493
 
4427
- # @!method DrawBillboard(camera, texture, position, size, tint)
4494
+ # @!method DrawBillboard(camera, texture, position, scale, tint)
4428
4495
  # DrawBillboard : Draw a billboard texture
4429
4496
  # @param camera [Camera]
4430
4497
  # @param texture [Texture2D]
4431
4498
  # @param position [Vector3]
4432
- # @param size [float]
4499
+ # @param scale [float]
4433
4500
  # @param tint [Color]
4434
4501
  # @return [void]
4435
4502
  [:DrawBillboard, :DrawBillboard, [Camera.by_value, Texture2D.by_value, Vector3.by_value, :float, Color.by_value], :void],
data/lib/raymath.rb CHANGED
@@ -1032,6 +1032,15 @@ module Raylib
1032
1032
  # @param q [Quaternion]
1033
1033
  # @return [int]
1034
1034
  [:QuaternionEquals, :QuaternionEquals, [Quaternion.by_value, Quaternion.by_value], :int],
1035
+
1036
+ # @!method MatrixDecompose(mat, translation, rotation, scale)
1037
+ # MatrixDecompose
1038
+ # @param mat [Matrix]
1039
+ # @param translation [Vector3 *]
1040
+ # @param rotation [Quaternion *]
1041
+ # @param scale [Vector3 *]
1042
+ # @return [void]
1043
+ [:MatrixDecompose, :MatrixDecompose, [Matrix.by_value, :pointer, :pointer, :pointer], :void],
1035
1044
  ]
1036
1045
  entries.each do |entry|
1037
1046
  api_name = if method_naming == :snake_case
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raylib-bindings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.4
4
+ version: 0.7.5
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - vaiorabbit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-15 00:00:00.000000000 Z
11
+ date: 2024-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi