Dalton Overmyer
077ab6d56b
Add an example that generates a random sequence. ( #3846 )
11ヶ月前
Ray
3f1e59a7cf
Update copyright to 2024
1年前
Tim Romero
f914020d45
VSCode sample project Mac fixup ( #3666 )
Change vscode config and makefile to add a missing IOKit framework reference and use whichever MacOSX sdk symlink is available
1年前
Peter0x44
28bdaa2da6
Update projects/CMake/CMakeLists.txt to raylib 5.0 ( #3623 )
1年前
Karim
21469e92b0
Image convolution function ImageKernelConvolution ( #3528 )
* Added image convultion ImageKernelConvolution
* comment changes
* spelling changes and change to kernel size
* removed kernel normalization inside function
* fix to formating
1年前
Ray
ae50bfa2cc
Updated Npp intellisense data for raylib 5.0
1年前
Ray
bbf0c3a46d
REVIEWED: Added new examples to VS2022 solution
1年前
Ray
99dac5451c
ADDED: Automation Events System, exposed to users
Added new API to record and play events
Added examples illustrating functionality
1年前
Ray
1896268775
Reviewed examples for consistency
1年前
Gabriel dos Santos Sanches
2d5d0c2999
examples: core: adds 2D camera two player split screen ( #3298 )
1年前
MichaelFiber
18e9784c6d
Remove PLATFORM_RPI ( #3232 )
* Remove PLATFORM_RPI
* remove build artifacts
---------
Co-authored-by: MichaelFiber <michael@cubeofb.org>
Co-authored-by: Ray <raysan5@gmail.com>
1年前
Jeffery Myers
62f5382d56
[AUDIO] Add an example of how to use LoadSoundAlias ( #3223 )
* Add a function to clone a sound and share data with another sound.
* rename items based on feedback
* PR Feedback, use custom unload for sound alias, not variant of normal sound unloading
* sound_multi example
1年前
Dane Madsen
e465ed0850
Added ImageRotate ( #3078 )
* Added ImageRotate
* Quick rename of the example
* Update ImageRotate by changing doubles to floats and checking code convention
* Update API
1年前
Dane Madsen
a4a6d4da8a
Add GenImageGradientSquare ( #3077 )
* Add GenImageGradientSquare to allow square gradients
* Fix GenImageGradientSquare and add to textures_image_generation example
* Remove params from GenImageGradientSquare
1年前
Dane Madsen
e96dc46d38
Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient ( #3074 )
* Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient
* renamed GenImageLinearGradient to GenImageGradientLinear
1年前
lesleyrs
818312683e
update cmake example project ( #3062 )
* update cmake example project
* off is the correct one
1年前
Shoozza
204c6765bd
Fix vs code project ( #3048 )
* Modify remove trailing whitespace
* Fix invalid SetCameraMode call and missing argument to UpdateCamera for VSCode project
1年前
Benjamin Thomas
70d7f67bd8
CMake project example: fix a couple of typos ( #3014 )
1年前
Ray
18a36b3e06
Update raylib.sln
1年前
Ray
03516b1c68
Update npes_saved_w64devkit.txt
1年前
Ray
7ab24b94ee
Delete c_raylib.xml
1年前
Ray
3b4f9faebc
UPDATED: Notepad++ instellisense data
1年前
Ray
1b873b028f
WARNING: REMOVED: Multichannel audio support API
It was quite restrictive and hacky implementation, just load multiple types same sound to play multiple instances.
1年前
Ray
1cfb484100
ADDED: Example project to VS
1年前
Ray
547819766f
ADDED: Example project to VS2022 solution
1年前
Ray
50d17393a5
Create models_loading_m3d.vcxproj
1年前
Ray
ea590c44a9
REVIEWED: Camera redesign PR
1年前
Jeffery Myers
81ca2f0bf3
Fix warnings and bad project settings for 4.5 release ( #2894 )
2年前
Ray
0ccc1d3686
Update year to 2023
2年前
Ray
b59fab7ee6
Update year to 2023
2年前
Jeffery Myers
57dd345dc3
Add a textured curve example ( #2821 )
2年前
Rob Loach
4c3d577ddb
CMake: Project template fix to easily target raylib version ( #2700 )
2年前
Ray
b0f3a2c217
Update c_raylib.xml
2年前
Ray
d1a5d381d8
Updated Npp scripts
2年前
Ray
63a23a6b74
REMOVED: VS2019 project
2年前
Ray
86ac792d9a
Review projects details for raylib 4.2
2年前
Angga Permana
e06ed6c608
Fix 4coder project template ( #2616 )
2年前
Ray
ec8fabceeb
Updated Notepad++ intellisense data
2年前
hartmannathan
b0b6381745
Fix typo in README: s/instrallation/installation/ ( #2613 )
2年前
Ray
4492e64cb5
Update version
2年前
Ray
0f47054ece
Added example to VS2022
2年前
Ray
65c3edf797
ADDED: Missing examples to VS2022 solution #2580
2年前
Jeffery Myers
39ead974a4
add mouse zoom example ( #2583 )
2年前
Ray
8aa105fd5b
WARNING: REMOVED: raudio_standalone example
Moved to raudio library repo: https://github.com/raysan5/raudio
2年前
Ray
5f9972dfd1
Update raylib.sln
2年前
Ray
8e229ada1d
ADDED: example: `textures_gif_player`
2年前
Ray
e121058eb6
RENAMED: example: textures_rectangle -> textures_sprite_anim
2年前
Ray
e3ff5f3dc2
ADDED: example: `textures_fog_of_war`
2年前
Ray
9e97a2c4a1
ADDED: example: `core_window_should_close`
2年前
Ray
8f65cb1d94
ADDED: example: `text_codepoints_loading`
2年前