Milan Nikolic
e6017e5fc4
Merge pull request #497 from SunnyFuji/patch-1
...
Create main.go
2025-05-04 04:26:11 +02:00
Milan Nikolic
5ca0e770e3
Merge pull request #486 from mohsengreen1388/pbr-example
...
example: I can add physic base render to example
2025-05-04 04:25:48 +02:00
SunnyFuji
761bde1e61
Create main.go
...
I created a pong Game and would like to submit it to the examples catalogue. I have debugged it and the only external dependencies are this projects and fmt.
2025-04-19 14:35:50 -05:00
Milan Nikolic
a4292f0f04
Merge pull request #495 from thearturca/feat/unload-sound-alias
...
feat(raylib): adds UnloadSoundAlias function
2025-04-09 07:28:54 +02:00
thearturca
ce20f0c639
feat(raylib): adds UnloadSoundAlias function
...
docs(raudio): adds function name to UnloadSoundAlias comment
2025-03-31 10:59:58 +03:00
Milan Nikolic
b542022337
Merge pull request #493 from jroimartin/wave-ptr
...
Change `WaveFormat` and `WaveCrop` signatures to accept a pointer to `Wave`
2025-03-27 11:37:58 +01:00
Roi Martin
705f704ecf
Change WaveFormat
and WaveCrop
signatures to accept a pointer to Wave
...
The raylib functions `WaveFormat` and `WaveCrop` accept a pointer to
`Wave` because the wave is updated in-place. However, the current Go
bindings pass a copy of the wave to the C functions, so it is not
updated. This commit changes the signatures of the Go API so they also
accept a pointer to `Wave`.
2025-03-27 09:12:54 +01:00
Milan Nikolic
db8e47f0e5
Merge pull request #489 from JupiterRider/missing_rlgl_constants
...
missing constants from RLGL added
2025-02-15 05:22:52 +01:00
JupiterRider
3fd9012394
missing constants from RLGL added ( fixes #488 )
2025-02-14 22:42:09 +01:00
Mohsen Baghri
960a135c15
example: I can add physic base render to example
2025-01-26 21:57:23 +03:30
Milan Nikolic
6dbba4f81a
Merge pull request #484 from geo-stark/master
...
Add GetClipboardImage for drm platform.
2025-01-09 18:28:33 +01:00
George Stark
e31988d117
Add GetClipboardImage for drm platform.
...
Signed-off-by: George Stark <stark.georgy@gmail.com>
2025-01-09 19:07:59 +03:00
Milan Nikolic
d58ffe1a3a
Merge pull request #479 from sugarvoid/master
...
Add return value to `LoadTextureDepth`
2024-12-28 13:07:19 +01:00
sugarvoid
ff0ecd0e76
Add return value in rlgl_purego.go
2024-12-28 05:23:49 -06:00
sugarvoid
8e035f761c
Add return value to LoadTextureDepth
2024-12-27 07:59:46 -06:00
Milan Nikolic
453bad2769
Merge pull request #477 from JupiterRider/rgfw_rumble
...
rcore_desktop_rgfw.c SetGamepadVibration added
2024-12-17 19:56:05 +01:00
JupiterRider
2040136e38
rcore_desktop_rgfw.c SetGamepadVibration added
2024-12-17 19:42:54 +01:00
Milan Nikolic
edb2c107b3
Merge pull request #476 from Alireza-Ta/android_enhancement
...
Android Compilation Enhancement
2024-12-17 12:51:49 +01:00
Milan Nikolic
078d0bec34
Merge pull request #475 from JupiterRider/audiostream_processor
...
fix purego version of DetachAudioStreamProcessor and DetachAudioMixedProcessor
2024-12-17 12:51:40 +01:00
Alireza-Ta
5dad257e8d
Update androidcompile.bat file with minor tweaks.
2024-12-17 14:54:04 +03:30
Alireza-Ta
8490a60f72
Add GetClipboardImage for android platform.
2024-12-17 11:09:31 +03:30
JupiterRider
5868292fd5
fix purego version of DetachAudioStreamProcessor and DetachAudioMixedProcessor #425
2024-12-15 18:19:57 +01:00
Milan Nikolic
7a899c5e3a
Merge pull request #474 from JupiterRider/model_animation
...
ModelAnimation improvements
2024-12-15 05:38:39 +01:00
JupiterRider
c301540ef5
gltf_loading example shows the name of the current animation now
2024-12-14 22:04:59 +01:00
JupiterRider
041142d30c
update another ModelAnimation example
2024-12-14 21:57:46 +01:00
JupiterRider
46524a8c46
Update examples for #466
2024-12-14 21:47:37 +01:00
JupiterRider
533c35110b
ModelAnimation.GetName() added
2024-12-14 21:26:58 +01:00
JupiterRider
dce94f509d
ModelAnimation.GetFramePose() added #466
2024-12-14 21:15:08 +01:00
JupiterRider
98ce816ab8
ModelAnimation.GetBones() added #466
2024-12-14 20:19:05 +01:00
Milan Nikolic
a9ad86d501
Update wayland headers
2024-12-07 12:43:08 +01:00
Milan Nikolic
659b0700ba
Add support for vendor
2024-12-07 11:37:19 +01:00
Milan Nikolic
3b89a24e68
Update README.md
2024-12-03 10:19:12 +01:00
Milan Nikolic
28ef2a891c
Update README.md
2024-12-03 09:25:44 +01:00
Milan Nikolic
b6bb8ec528
Export Wave data, issue #402
2024-12-03 09:17:34 +01:00
Milan Nikolic
ea071de5c2
Add support for SDL3
2024-12-03 09:06:39 +01:00
Milan Nikolic
5df9325f63
Add wayland build tag, issue #404
2024-12-03 08:00:59 +01:00
Milan Nikolic
aef24a2104
Update README.md
2024-12-03 07:15:50 +01:00
Milan Nikolic
c4ef7b53e9
Merge pull request #470 from Hultan/draw_cube_texture
...
New example: models/draw_cube_textured
2024-12-03 07:13:53 +01:00
Milan Nikolic
b6d58c5ba6
Merge pull request #469 from Hultan/yaw_pitch_roll
...
New example: models/yaw_pitch_roll
2024-12-03 07:13:38 +01:00
Milan Nikolic
db948137ee
Merge pull request #468 from Hultan/rlgl_solar_system
...
Models/rlgl_solar_system example
2024-12-03 07:13:24 +01:00
Milan Nikolic
04c9cea61b
Update modules
2024-12-02 11:59:55 +01:00
Milan Nikolic
8b5f8fe6bb
Update modules, issue #473
2024-12-02 11:54:24 +01:00
Milan Nikolic
a7ac43847a
Update modules
2024-12-02 11:45:37 +01:00
Milan Nikolic
4c05c52a4b
Update modules
2024-12-02 11:42:54 +01:00
Milan Nikolic
5d50abe7c6
Merge pull request #472 from JupiterRider/raylib_55
...
WIP: Update to raylib 5.5
2024-12-02 11:36:52 +01:00
JupiterRider
5ed790526c
use android_run()
2024-11-29 19:45:51 +01:00
JupiterRider
c3489ebef8
fix "warning: 'ALIGN' macro redefined" on MacOS (same as 5943b16bad
)
2024-11-29 19:28:34 +01:00
JupiterRider
4c9f2e5dd7
rlgl: rlSetUniform, rlSetUniformMatrix and rlSetUniformMatrices added
2024-11-29 18:43:53 +01:00
JupiterRider
574299012d
rlgl: update rlLoadFramebuffer
2024-11-29 18:15:42 +01:00
JupiterRider
de01649968
rlgl: rlColorMask added
2024-11-29 18:01:24 +01:00