Kirandeep-Singh-Khehra
438318e7ee
[rmodels] Fixed typos in anmation blending example
Signed-off-by: Kirandeep-Singh-Khehra <kirandeepsinghkhehra@gmail.com>
1 viikko sitten
Kirandeep-Singh-Khehra
bf85ba59f7
[rmodels] Updated build information for animation blending example
Signed-off-by: Kirandeep-Singh-Khehra <kirandeepsinghkhehra@gmail.com>
1 viikko sitten
Kirandeep-Singh-Khehra
ec02d80868
[rmodels] Added example for animation blending and fixed wrap issue for blend factor
Signed-off-by: Kirandeep-Singh-Khehra <kirandeepsinghkhehra@gmail.com>
1 viikko sitten
Kirandeep-Singh-Khehra
8808a3958a
[rmodels] Added implementation of `UpdateModelAnimationBonesWithBlending()` function
Signed-off-by: Kirandeep-Singh-Khehra <kirandeepsinghkhehra@gmail.com>
2 viikkoa sitten
Ray
602583bcdb
Merge branch 'master' of https://github.com/raysan5/raylib
2 viikkoa sitten
Ray
1f45e7af76
REVIEWED: Coding conventions
2 viikkoa sitten
Caleb Heydon
5feccb1bab
[rmodels] Fixed null pointer dereference in LoadGLTF ( #4564 )
* [rmodels] Fixed null pointer dereference in LoadGLTF
* [rmodels] Add parenthesis around conditionals in LoadGLTF
2 viikkoa sitten
Legendary Redfox
1f0325b52c
[documentation] Removing 404 repos from bindings ( #4572 )
* updated raylib-lua version
* Updated some bindings
* removed 404 bindings
2 viikkoa sitten
Legendary Redfox
e9e463e8b2
[documentation] Updating keybindings versions ( #4570 )
* updated raylib-lua version
* Updated some bindings
2 viikkoa sitten
Legendary Redfox
83587e94c8
updated raylib-lua version ( #4567 )
2 viikkoa sitten
JupiterRider
402eab3837
Update BINDINGS.md ( #4566 )
2 viikkoa sitten
ahmedqarmout2
87b3085f5c
Added new Jai bindings to BINDINGS.md ( #4565 )
Co-authored-by: Ahmed Qarmout <ahmed.qarmout@mail.utoronto.ca>
2 viikkoa sitten
Caleb Heydon
f3f5f38c0f
[rmodels] Fix crash when NULL is passed to LoadImageFromCgltfImage ( #4563 )
2 viikkoa sitten
github-actions[bot]
e5e2bc83c3
Update raylib_api.* by CI
2 viikkoa sitten
Ray
b50d418ec7
Merge branch 'master' of https://github.com/raysan5/raylib
2 viikkoa sitten
Ray
dd26df0be8
REVIEWED: Parser issue with comment #4558
2 viikkoa sitten
Rico P
ff71e3a513
use unused variable. Fixes #4560 ( #4561 )
2 viikkoa sitten
Ryan Johnston
e181069c62
Update BINDINGS.md ( #4559 )
Include CLIPSraylib in the list of language bindings.
2 viikkoa sitten
Ray
962f1c26ff
Review formatting to follow raylib conventions
2 viikkoa sitten
Caleb Heydon
9047630ae7
[rmodels] Fix null pointer dereference in LoadImageFromCgltfImage ( #4557 )
2 viikkoa sitten
Ray
503cd7ba34
Update raymath.h
2 viikkoa sitten
Jonathan Akaba
1b4e73cf2f
Update documentation for Vector2Angle ( #4556 )
2 viikkoa sitten
Ray
6fbf08cc1f
Update pbr.fs
2 viikkoa sitten
Ray
f9cf684356
Update pbr.vs
2 viikkoa sitten
Ray
698bfc48fe
Update pbr.fs
2 viikkoa sitten
Ray
6c59dc4a65
Update BINDINGS.md
2 viikkoa sitten
devdad
645f9e31c9
I've created bindings for raylib 5.5 for c3-lang at https://c3-lang.org ( #4555 )
* basic pbr example
pbr implementation includes rpbr.h and few shader files header only file, which self contain everything needed for pbr rendering. Few textures and one model of the car which is under free licence which is included inside basic_pbr.c example file currently supported shader versions are 120 and 330 , version 100 has small issue which I have to resolve
* Unloading PBRMAterial
I forgot unloading PBRMaterial
* fix small issue with texOffset assigment.
value was Vector4 at first but I found out it would be unclear for and users, so I change to have two Vector2 instead, but forgot to assign offset .
* Changed size of textures and file name changed
Changed size of textures from 2048x2048 to 1024x1024 and file name changed to shaders_basic_pbr.c ,
Added the function PBRModel PBRModelLoadFromMesh(Mesh mesh);
but GenMeshPlane(2, 2.0, 3, 3) culdn't be used because it crash once GenMeshTangents() is used with that plane mesh
* Update to 5.5 version of eexample and fix to work in web
set GLSL_VERSION 100
set precision highp float;
removed in keyword
fix for loop has to use only constant
* Update shader_basic_pbr example to work on web
changed to GLSL_VERSION 100
update glsl100 shader
set float precision to highp
removed keyword in
change for loop tu use constant value gives an error
* Update shader_basic_pbr example to work on web
changed to GLSL_VERSION 100
update glsl100 shader
set float precision to highp
removed keyword in
change for loop tu use constant value gives an error
* removed rpbr.h
removed rpbr.h
* Bindings for c3-lang raylib 5.5 and raylib 5.0
I've created raylib 5.5 binding for c3-Lang https://c3-lang.org
2 viikkoa sitten
Mossieur-Patate
9d318a6fbf
Update CONTRIBUTING.md + FAQ.md: small misprints ( #4553 )
* Update CONTRIBUTING.md: small misprint
* Update FAQ.md: small misprint
2 viikkoa sitten
Caleb Heydon
58fe34d9cc
[raudio] Fixed buffer overflow when loading WAV files ( #4539 )
3 viikkoa sitten
RealDoigt
cd16c9ea91
Add the D Object Oriented Raylib wrapper to the list of BINDINGS.md ( #4550 )
* add the D Object Oriented Raylib wrapper to the list of BINDINGS.md
* copy pasted correct url
I couldn't do it from the web ui for some reason
3 viikkoa sitten
github-actions[bot]
31a1047782
Update raylib_api.* by CI
3 viikkoa sitten
Mossieur-Patate
2c4c6e6201
GetKeyName prototype ( #4544 )
* Update raylib.h: GeyKeyName prototype
Prototype for GetKeyName, which is already implemented elsewhere.
* Update raylib_to_parse.h: GetKeyName prototype
3 viikkoa sitten
Kacper Zybała
ba1e14625a
[build] CMake: Set CMake version to 3.12 ( #4547 )
3 viikkoa sitten
Tymoteusz Moryto
949c31605b
CMakeOptions.txt: Added a missing `)` ( #4545 )
3 viikkoa sitten
glowiak
623c4376cc
The Jaylib binding is at 5.5 ( #4546 )
3 viikkoa sitten
Ray
abb3c8e9f7
Revert "[build][cmake] Improve cmake config file generation ( #4541 )"
This reverts commit c53dd8a931
.
3 viikkoa sitten
Leonardo Guilherme de Freitas
c53dd8a931
[build][cmake] Improve cmake config file generation ( #4541 )
* Improve cmake config file generation
This allows for finding raylib on a non-standard location (eg, not in /usr/lib{,64})
* Only have glfw as private if using internal glfw and not static
3 viikkoa sitten
Anthony Carbajal
79188f570b
fixed spacing in sha1 comment ( #4540 )
3 viikkoa sitten
Jeffery Myers
6141489b00
Fixes casting warnings with RGFW platform. ( #4534 )
3 viikkoa sitten
listeria
e494c545b8
raymath: fix C++ operator overloads ( #4535 )
Co-authored-by: Listeria monocytogenes <listeria@disroot.org>
3 viikkoa sitten
HaxSam
a9aa6b4988
[build.zig] improve build system for zig ( #4531 )
Is now possible to switch platform
Is now possible to diable raudio, rmodels, and so on
Made getOptions public so it can be used for zig wrappers
3 viikkoa sitten
Ray
47f83aa58f
Merge branch 'master' of https://github.com/raysan5/raylib
3 viikkoa sitten
Ray
da6fa1d756
Fix #4529
4 viikkoa sitten
github-actions[bot]
65e0d2cfda
Update raylib_api.* by CI
4 viikkoa sitten
Ray
50a2afff9e
Update raylib version to 5.6-dev to avoid confusions with release
4 viikkoa sitten
Asdqwe
a53a8958f2
Add implementation to GetWindowScaleDPI() for PLATFORM_WEB ( #4526 )
4 viikkoa sitten
Ray
0d39e7137b
Fix #4527
4 viikkoa sitten
veins1
11429b48eb
Fix for #4521 ( #4523 )
4 viikkoa sitten
Gael Pérez
415a98965a
update raymath.h: add Vector2CrossProduct function ( #4520 )
4 viikkoa sitten
kimierik
532167d28b
build.zig: fix raygui inclusion in windows crosscompilation ( #4489 )
4 viikkoa sitten