Commit graph

40 commits

Author SHA1 Message Date
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
JupiterRider
a5d2760b16 Remove obsolete comment 2023-11-22 19:06:35 +01:00
JupiterRider
251b88bcb4 Purego rlgl implemented 2023-11-18 15:11:00 +01:00
JupiterRider
90f0980286 Remove comments. Change build tag. 2023-11-16 17:14:20 +01:00
JupiterRider
0e067872f8 Remove file/io functions. Make purego and CGO API match. 2023-11-16 17:05:29 +01:00
JupiterRider
3219556f38 Change functions to match with raylib-go (cgo version) 2023-11-16 14:35:55 +01:00
JupiterRider
a013367ef2 Final purego functions implemented 2023-11-15 21:38:29 +01:00
JupiterRider
c290701005 More functions 2023-11-15 17:04:22 +01:00
JupiterRider
0421884b62 Typo fixed 2023-11-14 21:33:43 +01:00
JupiterRider
4bb11a7b06 More functions implemented 2023-11-14 21:31:29 +01:00
JupiterRider
b010adb6a2 More functions implemented 2023-11-14 20:44:44 +01:00
JupiterRider
c5cba9a408 Resolve merge conflicts -.- 2023-11-14 17:29:31 +01:00