Commit graph

37 commits

Author SHA1 Message Date
JupiterRider
9e7c7db0ec fix "cannot use v (variable of type *Image) as Image value in return statement" 2024-11-24 16:29:09 +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
77b59b8ebe GetMouseRay redirects to GetScreenToWorldRay 2024-11-23 21:48:43 +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
1eacaf732c #428 cgo vr functions added 2024-10-18 17:45:15 +02:00
Aurora
afca9ac4b5 Added MouseButton newtype 2024-08-12 22:52:35 +01:00
JupiterRider
86d08a7b86 MultMatrix for purego added 2024-05-22 15:37:00 +02:00
Milan Nikolic
1868520849
Update C sources 2024-05-07 21:54:39 +02:00
Milan Nikolic
2a66186c7d
Merge pull request #381 from ajsosa/borderless
Expose ToggleBorderlessWindowed() to golang.
2024-05-07 11:00:38 +02:00
JFAexe
19429cd00d Add missing WaitTime 2024-05-05 10:21:22 +03:00
ajsosa
1c9f65903d
Expose ToggleBorderlessWindowed() to golang. 2024-04-28 18:30:46 -05: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
Milan Nikolic
6eb8c8c1f6
Update rcore 2023-11-12 20:43:27 +01:00
Milan Nikolic
61a393d4ce
Lint 2023-11-12 17:21:56 +01:00
Milan Nikolic
a4ea6d49d9
Add Automation functions 2023-11-10 12:09:15 +01:00
Milan Nikolic
61e85d2e51
Re-add functions 2023-11-10 08:59:49 +01:00
Milan Nikolic
f953e65a3a
Move functions 2023-11-09 08:55:58 +01:00
Milan Nikolic
94e162104c
Move functions 2023-11-08 21:44:41 +01:00
Milan Nikolic
c0b171213e
Add new core and audio functions 2023-11-07 13:56:05 +01:00
JupiterRider
bb7c8b3f3b Add more new functions 2023-05-11 16:36:48 +02:00
JupiterRider
896586af0d Add new functions 2023-05-09 20:15:53 +02:00
JupiterRider
f5232412d3
Update rcore.go 2023-01-28 14:37:09 +01:00
KidawaGH
d8d13e238d
Fixed GetFPS return type
GetFPS function now returns an int32 to mirror C version of raylib (https://github.com/raysan5/raylib/blob/master/src/rcore.c)
2022-11-03 23:19:31 +01:00
Marc Lavergne
bcec0e0e0f fixed ColorNormalize 2022-09-22 00:16:49 -05:00
Milan Nikolic
cf628212a1
Add new functions 2022-08-27 16:51:14 +02:00
Milan Nikolic
70200c3151
Update Go sources 2022-08-27 16:09:36 +02:00
Alireza_T
3893e9cf63
fixed GetTime return type. 2022-08-05 16:58:25 +04:30
Milan Nikolic
e4777d30ee
Update flags, fixes #165 2022-01-16 19:14:43 +01:00
Milan Nikolic
91296a7d50
Update flags, fixes #163 2022-01-16 11:06:08 +01:00
Milan Nikolic
29ba3cc508
Use color.RGBA, fixes 144 2021-11-14 12:16:02 +01:00
Milan Nikolic
8ec7b8522a
Add new functions 2021-11-11 17:46:15 +01:00
Milan Nikolic
2013bc4628
Update/add Go functions 2021-11-11 16:34:15 +01:00
Renamed from raylib/core.go (Browse further)