BugraAlptekinSari
4ae0a416f4
Added raymarch example and thumbnail for write depth ( #2919 )
pirms 2 gadiem
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
pirms 2 gadiem
Ray
0ccc1d3686
Update year to 2023
pirms 2 gadiem
BugraAlptekinSari
3cfb9a6e83
[example] Writing into the depth buffer ( #2836 )
* Add a depth buffer example.
* Fixed a typo
pirms 2 gadiem
Ray
445ce51e51
Update Makefile
pirms 2 gadiem
Jeffery Myers
57dd345dc3
Add a textured curve example ( #2821 )
pirms 2 gadiem
Ray
a4079ad565
Update Makefile
pirms 2 gadiem
Ray
865f823835
Review -s
pirms 2 gadiem
Ray
d71505bdc6
Update Makefile
pirms 2 gadiem
Ray
483f10397e
review note
pirms 2 gadiem
Ray
d9f434afb9
Added `-s EXPORTED_RUNTIME_METHODS=ccall` to examples web build #2739
pirms 2 gadiem
Ray
f66b1a3136
REVIEWED: Support M3D file loading #2648
pirms 2 gadiem
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...
pirms 2 gadiem
Ray
ed7548051b
Update version to 4.2
pirms 2 gadiem
Ray
f9b71e7bcd
Update Makefile
pirms 2 gadiem
Ray
4fced50fd1
Reviewed example formating
pirms 2 gadiem
Jeffery Myers
39ead974a4
add mouse zoom example ( #2583 )
pirms 2 gadiem
Ray
870b7fa05f
Added new examples to Makefile
pirms 2 gadiem
Ray
8e229ada1d
ADDED: example: `textures_gif_player`
pirms 2 gadiem
Ray
e121058eb6
RENAMED: example: textures_rectangle -> textures_sprite_anim
pirms 2 gadiem
Ray
d0f53db65f
REMOVED: example: core_quat_conversion
pirms 2 gadiem
Ray
043fa4cba7
Removed extras directory
pirms 2 gadiem
Ray
609d92003b
WARNING: REMOVED `raygui` from `raylib/src/extras`
pirms 2 gadiem
Ray
8da566d6e7
WARNING: Removed `physac` from raylib sources/examples
`physac` is available on its own repo
pirms 2 gadiem
Ray
1f806b555d
ADDED: `-latomic` linkage, required by `miniaudio` on ARM 32bit #2452
pirms 2 gadiem
raysan5
61d0c71b3c
REVIEWED: example: shapes_top_down_lights
pirms 3 gadiem
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>
pirms 3 gadiem
Ray
a134b8bc6d
Update Makefile
pirms 3 gadiem
Ray
b61c9afd04
Update Makefile, simplified
pirms 3 gadiem
Ray
0416d5ff7b
Update Makefile
pirms 3 gadiem
Ray
cabb5518e5
Improve Makefile organization
pirms 3 gadiem
raysan5
a940f41b4b
Update year to 2022
pirms 3 gadiem
Ray
611e54e67e
Reviewed makefiles
pirms 3 gadiem
Damien Pitard
bb7b13ef3c
fixed cross-compilation from x86-64 (debian buster) to Raspberry Pi (raspbian) ( #2233 )
pirms 3 gadiem
raysan5
22d0baa896
Review makefiles debug flag
pirms 3 gadiem
raysan5
0f8caeb186
Added new examples to Makefile
pirms 3 gadiem
raysan5
9a568654be
REMOVED: EXAMPLE: models_material_pbr
pirms 3 gadiem
raysan5
b63c2619e3
Update Makefile for web compilation
Some flags are only for the linker, not the compiler
pirms 3 gadiem
procfxgen
dfc465ca6d
new models_magicavoxel_loading example ( #1940 )
* new models_magicavoxel_loading example
* Portable header-only file "magicavoxel_loader.h" for MagicaVoxel loader example.
* models_magicavoxel_loading example added to CMakeLists.txt and Makefile
* fix models_magicavoxel_loading example for linux.
* * vox_loader into "src/external/vox_loader.h"
* vox file support for "models.c"
* updated example "models/models_magicavoxel_loading.c"
* * Fix Vox_FreeArrays (removed memory leak)
* * removed magicavoxel_loader.h
* * Revert vs2019 solution
pirms 3 gadiem
Ryan Roden-Corrent
e6fe8169c2
Fix Makefile to build WASM examples. ( #1906 )
* Fix Makefile to build WASM examples.
- Add --preload-file flag before specifying the resource dir
- Add empty resource dir to `shapes/` (otherwise wasm-ld will fail)
- Add wasm outputs to .gitigore
* Delete .gitignore
Co-authored-by: Ray <raysan5@gmail.com>
pirms 3 gadiem
raysan5
71373ee524
Update Makefile
pirms 3 gadiem
raysan5
a6728a2203
REVIEWED: emscripten versions
pirms 3 gadiem
Jeffery Myers
deaa84d28d
Add a split screen example showing render texture use and multiple cameras. ( #1806 )
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
pirms 3 gadiem
Ray
23398f0198
Update Makefile
pirms 3 gadiem
Ray
e991fefb89
Update Makefile
pirms 3 gadiem
Ray
c4eaf0076d
Update raylib version
pirms 3 gadiem
Ray
d7b6505f64
Update Makefile
pirms 4 gadiem
raysan5
fd3e2fda00
RENAMED: example: shaders_mesh_instancing
shaders_rlgl_mesh_instanced -> shaders_mesh_instancing
pirms 4 gadiem
Vlad Adrian
668ba870e4
Added draw 3d text example ( #1689 )
pirms 4 gadiem
chriscamacho
9569d6a802
Add DrawTexturedPoly and example ( #1677 )
* adds DrawTexturedPoly with example
* the actual example ... ahem
* moved DrawTexturePoly to textures function and example
NB function name changed to fit with other DrawTextureXXX functions
(no "d" )
Co-authored-by: codifies <you@example.com>
pirms 4 gadiem