raylib-go/raylib
2025-06-09 15:53:56 +02:00
..
external Update C sources 2025-06-09 15:53:56 +02:00
platforms Update C sources 2025-06-09 15:53:56 +02:00
cgo.go Update C sources 2024-05-07 21:54:39 +02:00
cgo_android.go Fix Android build 2023-11-04 16:32:46 +01:00
cgo_darwin.go Add support for SDL3 2024-12-03 09:06:39 +01:00
cgo_darwin_rgfw.go Add support for SDL3 2024-12-03 09:06:39 +01:00
cgo_darwin_sdl.go Add support for SDL3 2024-12-03 09:06:39 +01:00
cgo_freebsd.go Add support for SDL3 2024-12-03 09:06:39 +01:00
cgo_freebsd_rgfw.go Add support for SDL3 2024-12-03 09:06:39 +01:00
cgo_freebsd_sdl.go Add support for SDL3 2024-12-03 09:06:39 +01:00
cgo_linux.go Add support for SDL3 2024-12-03 09:06:39 +01:00
cgo_linux_drm.go Add support for SDL3 2024-12-03 09:06:39 +01:00
cgo_linux_rgfw.go Add support for SDL3 2024-12-03 09:06:39 +01:00
cgo_linux_sdl.go Add support for SDL3 2024-12-03 09:06:39 +01:00
cgo_openbsd.go Add support for SDL3 2024-12-03 09:06:39 +01:00
cgo_openbsd_rgfw.go Add support for SDL3 2024-12-03 09:06:39 +01:00
cgo_openbsd_sdl.go Add support for SDL3 2024-12-03 09:06:39 +01:00
cgo_vendor.go Add support for vendor 2024-12-07 11:37:19 +01:00
cgo_windows.go Add support for SDL3 2024-12-03 09:06:39 +01:00
cgo_windows_rgfw.go Add support for SDL3 2024-12-03 09:06:39 +01:00
cgo_windows_sdl.go Add support for SDL3 2024-12-03 09:06:39 +01:00
compat.go Support Windows 7, issue #392 2024-05-24 09:43:10 +02:00
compat_compat.go Support Windows 7, issue #392 2024-05-24 09:43:10 +02:00
config.h Update C sources 2025-06-09 15:53:56 +02:00
go.mod Update modules 2024-12-02 11:59:55 +01:00
go.sum Support Windows 7, issue #392 2024-05-24 09:43:10 +02:00
platform_android.go Fix Android internal storage, issue #365 2024-05-09 08:27:51 +02:00
platform_desktop.go Add support for SDL3 2024-12-03 09:06:39 +01:00
platform_desktop_rgfw.go Add support for SDL3 2024-12-03 09:06:39 +01:00
platform_desktop_sdl.go Add support for SDL3 2024-12-03 09:06:39 +01:00
platform_drm.go Add support for SDL3 2024-12-03 09:06:39 +01:00
purego_windows.go update purego required dll version 2024-11-23 17:57:27 +01:00
raudio.c Update C sources 2025-06-09 15:53:56 +02:00
raudio.go feat(raylib): adds UnloadSoundAlias function 2025-03-31 10:59:58 +03:00
raylib.go ModelAnimation.GetName() added 2024-12-14 21:26:58 +01:00
raylib.h Update C sources 2025-06-09 15:53:56 +02:00
raylib_purego.go fix purego version of DetachAudioStreamProcessor and DetachAudioMixedProcessor #425 2024-12-15 18:19:57 +01:00
raymath.go refactor(raymath): parameter typo 2024-10-23 01:44:47 +13:00
raymath.h Update C sources 2025-06-09 15:53:56 +02:00
rcamera.go Lint 2023-11-12 17:21:56 +01:00
rcamera.h Update C sources 2025-06-09 15:53:56 +02:00
rcore.c Update C sources 2025-06-09 15:53:56 +02:00
rcore.go fix GetScreenToWorldRay* cgo functions 2024-11-24 16:29:48 +01:00
rgestures.go Add SDL backend 2023-11-04 13:08:38 +01:00
rgestures.h Update C sources 2025-06-09 15:53:56 +02:00
rlgl.go missing constants from RLGL added (fixes #488) 2025-02-14 22:42:09 +01:00
rlgl.h Update C sources 2025-06-09 15:53:56 +02:00
rlgl_cgo.go Add return value to LoadTextureDepth 2024-12-27 07:59:46 -06:00
rlgl_purego.go Add return value in rlgl_purego.go 2024-12-28 05:23:49 -06:00
rmodels.c Update C sources 2025-06-09 15:53:56 +02:00
rmodels.go UpdateModelAnimationBones function added 2024-11-24 15:49:58 +01:00
rshapes.c Update C sources 2025-06-09 15:53:56 +02:00
rshapes.go CheckCollisionCircleLine() added 2024-11-23 21:36:45 +01:00
rtext.c Update C sources 2025-06-09 15:53:56 +02:00
rtext.go IsFontReady has been renamed 2024-11-24 15:21:12 +01:00
rtextures.c Update C sources 2025-06-09 15:53:56 +02:00
rtextures.go LoadImageAnim functions: frames is a pointer, not a slice 2024-11-24 16:44:22 +01:00
utils.c Update C sources 2025-06-09 15:53:56 +02:00
utils.go updated comments 2023-08-18 10:03:04 -07:00
utils.h Update C sources 2024-05-07 21:54:39 +02:00
utils_android.go updated comments 2023-08-18 10:03:04 -07:00
utils_log.c MAX_TRACELOG_BUFFER_SIZE is 256 since raylib 4.5 2024-05-14 22:49:48 +02:00
utils_log.go Move TraceLogCallbackFun, add Vr structs 2023-11-12 22:15:19 +01:00
utils_log.h Fix warning -Wdll-attribute-on-redeclaration 2022-04-16 14:15:06 +02:00