Ray
1896268775
Reviewed examples for consistency
1 year ago
Gabriel dos Santos Sanches
2d5d0c2999
examples: core: adds 2D camera two player split screen ( #3298 )
1 year ago
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 year ago
bXi
c03ab03627
Added rudimentary SVG support. ( #2738 )
* Added rudimentary SVG support. Added 2 functions ImageLoadSvg and ImageLoadSvgWithSize.
* Added an example on how to use ImageLoadSvgWithSize and adjusted Makefiles accordingly.
* Added actual correct example file.
* Reviewed the code to keep the raylib coding conventions in mind.
Moved the LoadImageSvg() code into LoadImage() guarded by SUPPORT_FILEFORMAT_SVG.
Renamed LoadImageSvgWithSize() to LoadImageSvg().
Added a LoadImageSvgFromString() function to parse the loaded SVG into an actual image. This does the bulk of the work.
* Fixed typo.
---------
Co-authored-by: Ray <raysan5@gmail.com>
1 year ago
Asdqwe
46bac461ce
Add examples/shaders/shaders_lightmap.c to Makefiles ( #3276 )
1 year ago
ubkp
e0afb8942e
Fix examples/others/rlgl_standalone.c compilation issue ( #3242 )
1 year ago
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 year ago
ubkp
b980268ba7
[example] Core Input Gestures for Web ( #3172 )
* [example] Core Input Gestures for Web
* Fix Doubletap for web
* Changes TAP_TIMEOUT and rgGetCurrentTime to seconds
1 year ago
Gisteron
64bb2fe3ec
fix vector angle example mode 0 circle segment drawing ( #3150 )
1 year ago
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 year ago
Ray
3d64598e11
Update Makefile
1 year ago
Ray
5a2c49b954
Updated Makefiles to include all missing new examples
1 year ago
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 year ago
Ray
614e0518a7
Remove trailing spaces
1 year ago
BugraAlptekinSari
4ae0a416f4
Added raymarch example and thumbnail for write depth ( #2919 )
1 year ago
Nikolas
89171a2608
Add WASM support for Zig build ( #2901 )
* Add WASM support for Zig build
* Improve Web example building
* Remove emscript example building with Zig again
* Readd windows emscripten variables
1 year ago
Ray
0ccc1d3686
Update year to 2023
2 years ago
BugraAlptekinSari
3cfb9a6e83
[example] Writing into the depth buffer ( #2836 )
* Add a depth buffer example.
* Fixed a typo
2 years ago
Ray
445ce51e51
Update Makefile
2 years ago
Jeffery Myers
57dd345dc3
Add a textured curve example ( #2821 )
2 years ago
Ray
a4079ad565
Update Makefile
2 years ago
Ray
865f823835
Review -s
2 years ago
Ray
d71505bdc6
Update Makefile
2 years ago
Ray
483f10397e
review note
2 years ago
Ray
d9f434afb9
Added `-s EXPORTED_RUNTIME_METHODS=ccall` to examples web build #2739
2 years ago
Ray
f66b1a3136
REVIEWED: Support M3D file loading #2648
2 years ago
Ray
ae745e4fa8
ADDED: `-latomic` library on Linux (only required for ARM32)
This linkage is only required for arm 32bit but I don't know how to detect that specific architecture in the Makefile...
2 years ago
Ray
ed7548051b
Update version to 4.2
2 years ago
Ray
f9b71e7bcd
Update Makefile
2 years ago
Ray
4fced50fd1
Reviewed example formating
2 years ago
Jeffery Myers
39ead974a4
add mouse zoom example ( #2583 )
2 years ago
Ray
870b7fa05f
Added new examples to Makefile
2 years ago
Ray
8e229ada1d
ADDED: example: `textures_gif_player`
2 years ago
Ray
e121058eb6
RENAMED: example: textures_rectangle -> textures_sprite_anim
2 years ago
Ray
d0f53db65f
REMOVED: example: core_quat_conversion
2 years ago
Ray
043fa4cba7
Removed extras directory
2 years ago
Ray
609d92003b
WARNING: REMOVED `raygui` from `raylib/src/extras`
2 years ago
Ray
8da566d6e7
WARNING: Removed `physac` from raylib sources/examples
`physac` is available on its own repo
2 years ago
Ray
1f806b555d
ADDED: `-latomic` linkage, required by `miniaudio` on ARM 32bit #2452
2 years ago
raysan5
61d0c71b3c
REVIEWED: example: shapes_top_down_lights
2 years ago
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>
2 years ago
Ray
a134b8bc6d
Update Makefile
3 years ago
Ray
b61c9afd04
Update Makefile, simplified
3 years ago
Ray
0416d5ff7b
Update Makefile
3 years ago
Ray
cabb5518e5
Improve Makefile organization
3 years ago
raysan5
a940f41b4b
Update year to 2022
3 years ago
Ray
611e54e67e
Reviewed makefiles
3 years ago
Damien Pitard
bb7b13ef3c
fixed cross-compilation from x86-64 (debian buster) to Raspberry Pi (raspbian) ( #2233 )
3 years ago
raysan5
22d0baa896
Review makefiles debug flag
3 years ago
raysan5
0f8caeb186
Added new examples to Makefile
3 years ago