Commit graph

1109 commits

Author SHA1 Message Date
Per Hultqvist
cf5c9f8b9a New example : Textures/sprite_anim 2024-10-17 12:25:19 +02:00
Per Hultqvist
274a0b5854 New example : Textures/npatch_drawing 2024-10-17 11:54:12 +02:00
Per Hultqvist
a9a0a28119 New example : Audio/mixed processor 2024-10-17 11:04:50 +02:00
Per Hultqvist
5bed8af6d4 New example : Audio/sound_multi 2024-10-17 08:12:14 +02:00
Milan Nikolic
81eae2921a
Merge pull request #421 from Hultan/master
6 new raylib/core examples
2024-10-16 17:52:42 +02:00
Per Hultqvist
0a5dd6e49b Merge remote-tracking branch 'origin/master' 2024-10-16 16:07:19 +02:00
Per Hultqvist
d7bd66f339 New example : Window flags 2024-10-16 15:41:18 +02:00
Per Hultqvist
1ff1eefdf1 New example : Window letterbox 2024-10-16 14:52:18 +02:00
Per Hultqvist
c2b8b9ee3a New example : Custom Frame Control 2024-10-15 17:09:11 +02:00
Per Hultqvist
10a7b71ee0 New example : Custom Logging 2024-10-15 16:10:41 +02:00
Per Hultqvist
4e4f18a37c New example : Window should close 2024-10-15 15:19:15 +02:00
Per Hultqvist
afe70ad4c8 New example : 2d camera platform 2024-10-15 15:18:58 +02:00
Milan Nikolic
bf5ef18350
Merge pull request #420 from Hultan/master
Synced 3d camera splitscreen with raylib.com
2024-10-14 18:39:42 +02:00
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