Ray
1896268775
Reviewed examples for consistency
2年前
Gabriel dos Santos Sanches
2d5d0c2999
examples: core: adds 2D camera two player split screen ( #3298 )
2年前
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>
2年前
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>
2年前
Asdqwe
46bac461ce
Add examples/shaders/shaders_lightmap.c to Makefiles ( #3276 )
2年前
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
2年前
Ray
1a361fdfe2
Update Makefile.Web
2年前
Ray
5a2c49b954
Updated Makefiles to include all missing new examples
2年前
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.
2年前
Ray
0ccc1d3686
Update year to 2023
2年前
Ray
483f10397e
review note
3年前
Ray
d9f434afb9
Added `-s EXPORTED_RUNTIME_METHODS=ccall` to examples web build #2739
3年前
Ray
328d65b1b3
Update Makefile.Web
3年前
Ray
d68ddda766
Added note for multi-threading web compilation
3年前
Ray
191c340409
Update Makefile.Web
3年前
Ray
ed7548051b
Update version to 4.2
3年前
Ray
b20d416131
Added latest examples
3年前
Ray
a0b4b28427
Update Makefile.Web
3年前
Ray
e121058eb6
RENAMED: example: textures_rectangle -> textures_sprite_anim
3年前
Ray
d0f53db65f
REMOVED: example: core_quat_conversion
3年前
Ray
043fa4cba7
Removed extras directory
3年前
Ray
8da566d6e7
WARNING: Removed `physac` from raylib sources/examples
`physac` is available on its own repo
3年前
raysan5
a940f41b4b
Update year to 2022
3年前
Ray
611e54e67e
Reviewed makefiles
3年前
Ray
31dd7b95bc
Update Makefile.Web
3年前
Ray
7787102573
Remove hardcoded path #2200
3年前
Ray
ae13f438ba
Update Makefile.Web
4年前
Ray
fba117478d
Update Makefile.Web
4年前
raysan5
2e151408bb
REVIEWED: models_yaw_pitch_roll
4年前
raysan5
f437f7b405
Reviewed makefile and examples building
4年前
raysan5
6243466770
Create Makefile.Web
4年前