Ray
1896268775
Reviewed examples for consistency
il y a 1 an
Gabriel dos Santos Sanches
2d5d0c2999
examples: core: adds 2D camera two player split screen ( #3298 )
il y a 1 an
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>
il y a 1 an
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
il y a 1 an
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
il y a 1 an
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
il y a 1 an
Dane Madsen
e96dc46d38
Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient ( #3074 )
* Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient
* renamed GenImageLinearGradient to GenImageGradientLinear
il y a 1 an
lesleyrs
818312683e
update cmake example project ( #3062 )
* update cmake example project
* off is the correct one
il y a 1 an
Shoozza
204c6765bd
Fix vs code project ( #3048 )
* Modify remove trailing whitespace
* Fix invalid SetCameraMode call and missing argument to UpdateCamera for VSCode project
il y a 1 an
Benjamin Thomas
70d7f67bd8
CMake project example: fix a couple of typos ( #3014 )
il y a 1 an
Ray
18a36b3e06
Update raylib.sln
il y a 1 an
Ray
03516b1c68
Update npes_saved_w64devkit.txt
il y a 1 an
Ray
7ab24b94ee
Delete c_raylib.xml
il y a 1 an
Ray
3b4f9faebc
UPDATED: Notepad++ instellisense data
il y a 1 an
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.
il y a 1 an
Ray
1cfb484100
ADDED: Example project to VS
il y a 1 an
Ray
547819766f
ADDED: Example project to VS2022 solution
il y a 1 an
Ray
50d17393a5
Create models_loading_m3d.vcxproj
il y a 1 an
Ray
ea590c44a9
REVIEWED: Camera redesign PR
il y a 1 an
Jeffery Myers
81ca2f0bf3
Fix warnings and bad project settings for 4.5 release ( #2894 )
il y a 1 an
Ray
0ccc1d3686
Update year to 2023
il y a 2 ans
Ray
b59fab7ee6
Update year to 2023
il y a 2 ans
Jeffery Myers
57dd345dc3
Add a textured curve example ( #2821 )
il y a 2 ans
Rob Loach
4c3d577ddb
CMake: Project template fix to easily target raylib version ( #2700 )
il y a 2 ans
Ray
b0f3a2c217
Update c_raylib.xml
il y a 2 ans
Ray
d1a5d381d8
Updated Npp scripts
il y a 2 ans
Ray
63a23a6b74
REMOVED: VS2019 project
il y a 2 ans
Ray
86ac792d9a
Review projects details for raylib 4.2
il y a 2 ans
Angga Permana
e06ed6c608
Fix 4coder project template ( #2616 )
il y a 2 ans
Ray
ec8fabceeb
Updated Notepad++ intellisense data
il y a 2 ans
hartmannathan
b0b6381745
Fix typo in README: s/instrallation/installation/ ( #2613 )
il y a 2 ans
Ray
4492e64cb5
Update version
il y a 2 ans
Ray
0f47054ece
Added example to VS2022
il y a 2 ans
Ray
65c3edf797
ADDED: Missing examples to VS2022 solution #2580
il y a 2 ans
Jeffery Myers
39ead974a4
add mouse zoom example ( #2583 )
il y a 2 ans
Ray
8aa105fd5b
WARNING: REMOVED: raudio_standalone example
Moved to raudio library repo: https://github.com/raysan5/raudio
il y a 2 ans
Ray
5f9972dfd1
Update raylib.sln
il y a 2 ans
Ray
8e229ada1d
ADDED: example: `textures_gif_player`
il y a 2 ans
Ray
e121058eb6
RENAMED: example: textures_rectangle -> textures_sprite_anim
il y a 2 ans
Ray
e3ff5f3dc2
ADDED: example: `textures_fog_of_war`
il y a 2 ans
Ray
9e97a2c4a1
ADDED: example: `core_window_should_close`
il y a 2 ans
Ray
8f65cb1d94
ADDED: example: `text_codepoints_loading`
il y a 2 ans
Ray
e4972f4cdd
REMOVED: Physac projects #2551
il y a 2 ans
Ray
f7744404d6
Remove physics projects
il y a 2 ans
Ray
e6bc401c93
WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`
RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()`
il y a 2 ans
Angga Permana
d3caee0e72
generate compile_commands.json to be used by language server ( #2481 )
* cmake: Generate compile commands
* Update README.md
simplify build process
il y a 2 ans
gtrxAC
30797d3201
Update file names in build scripts ( #2339 )
* JSON parser: Use array for function params (#2255 )
* Parser: follow C convention of type before name
* Update file names in build scripts
il y a 2 ans
Philip Shenk
dfac74ffa7
updated VSCode project to work with latest raylib makefile and 'working for web' instructions ( #2296 )
il y a 2 ans
Jeffery Myers
4b998cfd05
[Examples] Top down lights example ( #2199 )
* Start 2d lights example.
* finish example
* update image.
* Cleanup render textures
* Fixes to handle shadows on edges that are near to the light better.
* tabs
* move to shapes
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
il y a 2 ans
Rob Loach
c0da80c2b8
cmake: Update CMake project template with docs and web ( #2274 )
il y a 3 ans