Commit graph

896 commits

Author SHA1 Message Date
Per Hultqvist
a33e6f490b Merge remote-tracking branch 'origin/master' 2024-10-14 18:18:11 +02:00
Per Hultqvist
5bf50a5c5b Synced up another raylib-go example with raylib:s example 2024-10-14 18:17:15 +02:00
Milan Nikolic
3039b26796
Merge pull request #419 from Hultan/master
Removed erroneous instructions
2024-10-14 17:30:18 +02:00
Per Hultqvist
e43e388549 Removed erroneous instructions 2024-10-14 17:15:36 +02:00
Milan Nikolic
f4adffe016
Merge pull request #418 from Hultan/master
3d camera first person example updated
2024-10-14 15:10:46 +02:00
Per Hultqvist
54b89f5a68 3d camera first person example updated to match https://www.raylib.com/examples/core/loader.html?name=core_3d_camera_first_person 2024-10-14 12:11:58 +02:00
Milan Nikolic
c66f9e2942
Merge pull request #415 from agrigoryan/feature/audio-mixed-processor
bindings for attaching/detaching mixed audio processor
2024-09-30 09:56:31 +02:00
agrigoryan
c2c8150de9 bindings for attaching/detaching mixed audio processor 2024-09-30 01:44:08 -04:00
Milan Nikolic
6bc3d79c96
Merge pull request #414 from imprity/NewImageFromImage-fix
Fix NewImageFromImage color converting
2024-09-16 07:06:33 +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
Milan Nikolic
123ec7ae6b
Merge pull request #411 from JupiterRider/ColorFromNormalized-Fix
purego fix for ColorFromNormalized
2024-09-05 19:09:17 +02: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
Milan Nikolic
287f319ecb
Merge pull request #409 from JupiterRider/shaderfix
Some fixes for purego-version
2024-08-26 13:34:25 +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
Aurora
afca9ac4b5 Added MouseButton newtype 2024-08-12 22:52:35 +01:00
Milan Nikolic
8861ee437d
Merge pull request #403 from elMuso/master
Android example: Added windows.bat and updated Readme
2024-08-07 13:16:36 +02:00
Arold
64b25f38d9 Android example: Added windows.bat and updated Readme 2024-08-06 22:53:40 -04:00
Milan Nikolic
62016ee92f
Merge pull request #396 from Palessan/palessan/raylib-go-sprite-gif-animations
Adding gif and sprite animation examples.
2024-06-28 14:51:41 +02:00
Palessan
ded439d849 rectangle will be renamed to textures_sprite_anim part 2/2
(using git mv to preserve git history)
2024-06-28 15:27:21 +03:00
Palessan
49d7e62303 rectangle will be renamed to textures_sprite_anim part 1/2 2024-06-28 15:18:23 +03:00
Palessan
6c3961f894 better to use the using existing method by passing the required []color.RGBA instead of the unsafe.Pointer 2024-06-28 15:11:11 +03:00
Palessan
f529bc2897 Adding gif and sprite animation examples.
-Added new UpdateTextureUnsafe method to support it.
2024-06-28 12:50:30 +03:00
Milan Nikolic
a997a44fb9
Support Windows 7, issue #392 2024-05-24 09:43:10 +02:00
Milan Nikolic
b7c9eeec1b
Merge pull request #391 from JupiterRider/GuiLoadIcons
[raygui] LoadIcons-, DrawIcon-function and example added
2024-05-22 22:09:53 +02:00
JupiterRider
d86638ae10 [raygui] LoadIcons-, DrawIcon-function and example added 2024-05-22 18:51:38 +02:00
Milan Nikolic
6c4349fd5c
Test purego 2024-05-22 17:12:50 +02:00
Milan Nikolic
b1a49c28b6
Merge pull request #384 from rocktavious/add-mul-matrix
Expose MultMatrix
2024-05-22 17:04:37 +02:00
Kyle
4a4f1ef82e
Remove purego implementation 2024-05-22 09:55:19 -05:00
Milan Nikolic
7430a4e0ef
Merge pull request #390 from JupiterRider/multmatrixf
MultMatrix for purego added
2024-05-22 16:30:10 +02:00
JupiterRider
9fe64ac4bd Fix MatrixToFloat 2024-05-22 16:23:31 +02:00
JupiterRider
86d08a7b86 MultMatrix for purego added 2024-05-22 15:37:00 +02:00
Kyle
426bcb3529
Fix typo 2024-05-22 07:12:22 -05:00
Kyle
b56bfca1e8
Update rlgl_purego.go correctly 2024-05-21 15:31:37 -05:00
Milan Nikolic
5314a4a209
Merge pull request #389 from JupiterRider/master
[raygui] don't trim leading and trailing white spaces (fix #351)
2024-05-18 18:08:52 +02:00
JupiterRider
a158bd444e [raygui] don't trim leading and trailing white spaces (fix #351) 2024-05-18 17:56:40 +02:00
Milan Nikolic
2915c1c582
Merge pull request #388 from JupiterRider/master
[raygui] use nil for empty strings
2024-05-16 21:26:30 +02:00
JupiterRider
7c239d1050 [raygui] use nil for empty strings; fixes #386 2024-05-16 20:41:28 +02:00
JupiterRider
c212c33886 [raygui] empty string will cause the draw of a title-bar, but nil doesn't 2024-05-16 19:05:18 +02:00
Milan Nikolic
e824a9b663
Merge pull request #387 from JupiterRider/master
TraceLog and TraceLogCallback fixes
2024-05-15 05:52:41 +02:00
JupiterRider
4c0391d217 comment fixed 2024-05-14 23:22:31 +02:00
JupiterRider
fa7e76c6a6 implement va_list for tracelog callbacks in purego 2024-05-14 23:17:31 +02:00
JupiterRider
6fd7907d31 Use fmt.Sprintf for TraceLog to match with cgo 2024-05-14 23:09:47 +02:00
JupiterRider
ac27873749 MAX_TRACELOG_BUFFER_SIZE is 256 since raylib 4.5 2024-05-14 22:49:48 +02:00
Kyle
49242a59c9
Update rlgl_purego.go 2024-05-13 07:15:11 -05:00
Kyle Rockman
da79f1d8b6 fix function to actually work 2024-05-11 19:38:23 -05:00
Kyle
032352a5ba
Update rlgl_cgo.go 2024-05-11 19:16:35 -05:00
Milan Nikolic
f68049cf26
Update darwin flags 2024-05-09 17:21:52 +02:00