raysan5
a940f41b4b
Update year to 2022
vor 3 Jahren
Ray
611e54e67e
Reviewed makefiles
vor 3 Jahren
Ray
31dd7b95bc
Update Makefile.Web
vor 3 Jahren
Damien Pitard
bb7b13ef3c
fixed cross-compilation from x86-64 (debian buster) to Raspberry Pi (raspbian) ( #2233 )
vor 3 Jahren
raysan5
22d0baa896
Review makefiles debug flag
vor 3 Jahren
raysan5
ef5be632fe
REVIEWED: `ExportMesh()` #2220
vor 3 Jahren
Ray
7787102573
Remove hardcoded path #2200
vor 3 Jahren
Ray
48d4806e53
Update raylib_compile_execute.bat
vor 3 Jahren
Tobias Berger
7c6adc5d97
Update LICENSE.md ( #2179 )
Fix typo in link
vor 3 Jahren
Anders Holmberg
71f2e2b1e4
Add macos support to zig build system ( #2175 )
vor 3 Jahren
Ray
c3d32c156c
REMOVED: Network examples
They were not working
vor 3 Jahren
Ray
5e3db0aa83
Updated some scripts paths
NOTE: New raylib release installer uses `w64devkit`, smaller and more updated than regular `mingw64-w64` default project. Paths are updated properly.
vor 3 Jahren
Ray
1fac09d0f4
REVIEWED: example: Compute shader Game-of-life
vor 3 Jahren
Astie Teddy
f090f5444c
Add Conway's Game of Life compute shader example. ( #2088 )
* Add Conway's Game of Life compute shader example.
* Fix various shaders problems, and tune command buffer size.
* Various coding convention changes.
vor 3 Jahren
Peter0x44
2bb4d36c43
Add missing file extensions for drag-and-drop support ( #2090 )
vor 3 Jahren
Jeffery Myers
daeccd03ac
Fix VC warnings for examples ( #2085 )
vor 3 Jahren
Ray
ae13f438ba
Update Makefile.Web
vor 3 Jahren
raysan5
6ce38e599a
Remove big asset
vor 3 Jahren
raysan5
1883343944
Update core_input_gamepad.c
vor 3 Jahren
raysan5
dd6e006d78
Reviewed multitouch example #1988
vor 3 Jahren
Ray
2d82788e42
Reviewed uniform name
vor 3 Jahren
Ray
fba117478d
Update Makefile.Web
vor 3 Jahren
raysan5
2e151408bb
REVIEWED: models_yaw_pitch_roll
vor 3 Jahren
raysan5
fec0ce34c5
Remove trailing spaces
vor 3 Jahren
Ray
7763ccd8ad
Resync .obj models! gitignore was ignoring them!
vor 3 Jahren
raysan5
628e6e52f3
Update examples screenshots
vor 3 Jahren
raysan5
f437f7b405
Reviewed makefile and examples building
vor 3 Jahren
raysan5
cf12992b6a
Remove trailing spaces
vor 3 Jahren
raysan5
6243466770
Create Makefile.Web
vor 3 Jahren
raysan5
0f8caeb186
Added new examples to Makefile
vor 3 Jahren
raysan5
c20df9aa47
Reviewed examples
vor 3 Jahren
raysan5
2a6bd973bd
Review some comments
vor 3 Jahren
raysan5
ef858b0dbb
Review examples
vor 3 Jahren
Ryan Roden-Corrent
588131c9d5
Add zig buildfile for examples. ( #2051 )
* Add zig buildfile for examples.
- `zig build` to compile all examples
- `zig build [module]` to compile all examples for a module (e.g. `zig build core`)
- `zig build [example]` to compile _and run_ a particular example (e.g. `zig build core_basic_window`)
You can use `-Dtarget=` to compile for a non-native platform, such as
`zig build -Dtarget=x86_64-windows-gnu` to compile from Linux to
Windows.
* Skip pthread example on Windows.
* Select appropriate lib file based on target.
vor 3 Jahren
raysan5
51b147cd32
Update models_loading_vox.c
vor 3 Jahren
raysan5
942731cc22
REVIEWED: macOS does not require GLAD library #2052
It directly uses the libraries provided by the system
vor 3 Jahren
raysan5
f9d4601057
Create LICENSE
vor 3 Jahren
raysan5
f1659d78d3
Reviewed models examples paths
vor 3 Jahren
raysan5
d92531b81d
Rename examples for consistency
vor 3 Jahren
raysan5
670eab8b17
Review comments
vor 3 Jahren
raysan5
1b91ac0b0d
REVIEWED: EXAMPLE: shaders_shapes_outline
Removed unneeded resources to use raylib ones.
vor 3 Jahren
raysan5
599d6e810f
REVIEWED: models resources structure
vor 3 Jahren
raysan5
75b5cc0084
REMOVED: EXAMPLE: models_gltf_animation
vor 3 Jahren
raysan5
9a568654be
REMOVED: EXAMPLE: models_material_pbr
vor 3 Jahren
Ray
bb2763cc1f
Update models_rlgl_solar_system.c
vor 3 Jahren
raysan5
3e71232a04
WARNING: BREAKING: REMOVED: `GenImagePerlinNoise()`
raylib was using `stb_perlin.h` library to generate perlin noise, it seems that recently this library has been flagged as it could be infringing some algorythm patent. For security, it has been removed from raylib.
vor 3 Jahren
Ray
f869229b7f
Minor format tweaks
vor 3 Jahren
Ray
239c37246a
WARNING: REVIEWED: Follow a set of conventions
CONVENTIONS:
- Functions are always self-contained, no function use another raymath function inside, required code is directly re-implemented inside
- Functions input parameters are always received by value
- Functions use always a "result" variable for return
- Functions are always defined inline
- Angles are always in radians (DEG2RAD/RAD2DEG macros provided for convenience)
vor 3 Jahren
Chris
9882796df0
Rename BRDG typo to BDRF ( #2028 )
vor 3 Jahren
raysan5
b63c2619e3
Update Makefile for web compilation
Some flags are only for the linker, not the compiler
vor 3 Jahren