Commit graph

61 commits

Author SHA1 Message Date
JupiterRider
5868292fd5 fix purego version of DetachAudioStreamProcessor and DetachAudioMixedProcessor #425 2024-12-15 18:19:57 +01:00
JupiterRider
d054bd9043 LoadImageAnim functions: frames is a pointer, not a slice 2024-11-24 16:44:22 +01:00
JupiterRider
b922049f3b IsAudioStreamReady has been renamed 2024-11-24 16:02:37 +01:00
JupiterRider
24323485a0 IsMusicReady has been renamed 2024-11-24 16:00:10 +01:00
JupiterRider
0c2506a3cd WaveCrop parameters renamed 2024-11-24 15:58:13 +01:00
JupiterRider
3282ea28f2 IsSoundReady has been renamed 2024-11-24 15:54:51 +01:00
JupiterRider
f3553fea29 IsWaveReady has been renamed 2024-11-24 15:53:01 +01:00
JupiterRider
b09e22b6ad UpdateModelAnimationBones function added 2024-11-24 15:49:58 +01:00
JupiterRider
493260d376 IsMaterialReady has been renamed 2024-11-24 15:45:49 +01:00
JupiterRider
c9a7c5c130 DrawModelPoints() and DrawModelPointsEx() added 2024-11-24 15:43:30 +01:00
JupiterRider
22bfaf1652 DrawBillboard: size is scale 2024-11-24 15:35:41 +01:00
JupiterRider
47bd3b9420 IsModelReady has been renamed 2024-11-24 15:24:23 +01:00
JupiterRider
1d2d8d9350 IsFontReady has been renamed 2024-11-24 15:21:12 +01:00
JupiterRider
9d16da4548 ColorLerp function added 2024-11-24 15:00:38 +01:00
JupiterRider
090dbf62ef ColorToInt() comment updated 2024-11-24 14:49:41 +01:00
JupiterRider
36259e95a7 IsRenderTextureReady 2024-11-24 14:47:02 +01:00
JupiterRider
dbf9ed2bff IsTextureReady has been renamed 2024-11-24 14:44:41 +01:00
JupiterRider
d81d956c18 ImageDrawTriangle*-functions added 2024-11-24 14:41:13 +01:00
JupiterRider
07d2a6efde ImageDrawLineEx function added 2024-11-24 12:45:32 +01:00
JupiterRider
19bdd59547 ImageKernelConvolution function added 2024-11-24 12:39:13 +01:00
JupiterRider
bf03596ee4 ImageFromChannel function added 2024-11-24 12:28:19 +01:00
JupiterRider
4da4ec54eb LoadImageAnimFromMemory function added 2024-11-24 12:17:59 +01:00
JupiterRider
77b59b8ebe GetMouseRay redirects to GetScreenToWorldRay 2024-11-23 21:48:43 +01:00
JupiterRider
873552f31a IsImageReady() is now IsImageValid() 2024-11-23 21:43:16 +01:00
JupiterRider
05860b8650 LoadImageSvg() has been removed 2024-11-23 21:40:07 +01:00
JupiterRider
cb6615f05b CheckCollisionCircleLine() added 2024-11-23 21:36:45 +01:00
JupiterRider
24c48cde91 DrawRectangleRoundedLinesEx function added (fixes #435) 2024-11-23 21:24:30 +01:00
JupiterRider
c364e5b3f5 Update DrawRectangleRoundedLines() (fixes #435) 2024-11-23 21:15:30 +01:00
JupiterRider
1ad4e58c4f DrawRectangleGradient*-functions parameter names modified 2024-11-23 21:08:40 +01:00
JupiterRider
0f95293831 DrawCircleGradient() parameter names updated 2024-11-23 21:00:13 +01:00
JupiterRider
ff18bb497b GetShapesTexture() and GetShapesTextureRectangle() added 2024-11-23 20:56:02 +01:00
JupiterRider
972563ca1f SetGamepadVibration() added 2024-11-23 20:41:25 +01:00
JupiterRider
7275646a1d GetScreenToWorldRay() and GetScreenToWorldRayEx() added 2024-11-23 20:31:22 +01:00
JupiterRider
52954882a0 IsShaderReady() is now IsShaderValid() 2024-11-23 20:04:40 +01:00
JupiterRider
886e44de9c GetClipboardImage() added 2024-11-23 19:59:37 +01:00
JupiterRider
31abcc5ee4 GetCurrentMonitor() description fixed 2024-11-23 19:32:44 +01:00
JupiterRider
735af12e7f update LoadFontData: codePoints can now be nil, codepointCount defaults to 95 (like C raylib does) 2024-11-03 15:36:07 +01:00
JupiterRider
e9d222595d #428 BeginVrStereoMode and EndVrStereoMode purgo body added 2024-10-18 17:47:52 +02:00
imprity
2053879bfb Fix NewImageFromImage color converting
Old version of NewImageFromImage converted colors incorrectly.
This commit fixes the issue.
2024-09-15 09:54:51 +09:00
JupiterRider
6c2499adff purego fix for ColorFromNormalized: Vector4 has to be passed as pointer (not by value) 2024-09-05 19:00:35 +02:00
Milan Nikolic
b4d0c52dc9
Merge pull request #406 from Aurora2500/mousebutton_newtype
[rcore] Added MouseButton newtype
2024-08-26 13:35:53 +02:00
JupiterRider
26bdccfe6f allow passing nil to LoadShader for purego as well (#172) 2024-08-21 22:54:05 +02:00
JupiterRider
d374f90b45 shader has to be passed as pointer 2024-08-21 22:49:35 +02:00
Aurora
a30a52c553 changed raylib_purego.go to use the new type 2024-08-13 12:27:47 +01:00
JupiterRider
4c0391d217 comment fixed 2024-05-14 23:22:31 +02:00
JupiterRider
6fd7907d31 Use fmt.Sprintf for TraceLog to match with cgo 2024-05-14 23:09:47 +02:00
Gabriel Da Silva Marques
4523bcd71d Added custom frame control functions to rcore.go
Added SwapScreenBuffer() and PollInputEvents into rcore.go with corresponding comments
To use them it's necessary to build with CGO_CFLAGS="-DSUPPORT_CUSTOM_FRAME_CONTROL=1"
Also added more info in the raylib_purego.go file for theses two functions in order to inform that the dll must be recompiled
2024-04-24 18:10:35 +02:00
JupiterRider
8545220e18
Don't use struct return values
This fixes https://github.com/gen2brain/raylib-go/issues/376
2024-04-21 20:27:15 +02:00
Oleksandr Kryvonos
a870a09894 variadic parameter for runesNumber in LoadFontEx 2024-02-25 12:18:39 +01:00
Snowminx
48241c48d2
fix: update purego signature to match 2023-12-29 20:42:43 -08:00