Ray
241c4c8d14
Review easings PR
5年前
flashback-fx
d5f664373d
Move easings_example to its proper place
5年前
flashback-fx
d4487bcfa7
Use tgmath.h and float constants in easings.h
5年前
Ray
80c8599e81
Avoid warnings pre-evaluating values
Variable operations inside the functions should be evaluated before the function operations.
5年前
Narice
a54af067c2
Added guards to PI define
Added guards to not redefine it if the user is using it with raylib.h
also added an 'f' at the end of the define to keep compliant with raylib's PI define
5年前
Narice
59c436c922
Defined PI ( #822 )
PI is not always defined in math.h, thus it must be defined in this header
5年前
raysan5
8f5ff64420
Working on file header comments...
8年前
raysan5
80b3c4cd2b
Review comments to be value-generic
8年前
Joshua Reisenauer
83dbc07650
buffering of music now uses update audio context
8年前
Joshua Reisenauer
d6feeb14ff
pause on no data
8年前
raysan5
634f8f0d0f
Adapted easings as single header and inline functions
9年前
raysan5
9f5c5dfff4
Added module: easings (header only)
9年前