Milan Nikolic
3232434224
Fix warning -Wdll-attribute-on-redeclaration
2022-04-16 14:15:06 +02:00
Milan Nikolic
efabb001d2
Enable bmp and jpg fileformat, issue #173
2022-03-24 20:20:15 +01:00
Milan Nikolic
4789e2ce21
Update examples
2022-03-24 17:00:38 +01:00
Milan Nikolic
c878e5c98a
Fix physics
2022-03-24 00:05:50 +01:00
Milan Nikolic
ffcaa81e5d
Silence warning, fixes #166
2022-03-23 14:14:48 +01:00
Milan Nikolic
7b9bbbba96
Add DrawTextureTiled, fixes #170
2022-03-23 14:09:10 +01:00
Milan Nikolic
b144285481
Allow passing nil to LoadShader, issue #172
2022-03-23 14:03:16 +01:00
Milan Nikolic
e4777d30ee
Update flags, fixes #165
2022-01-16 19:14:43 +01:00
Milan Nikolic
f98e6e2e57
Add animation functions, issue #156
2022-01-16 11:13:25 +01:00
Milan Nikolic
91296a7d50
Update flags, fixes #163
2022-01-16 11:06:08 +01:00
Milan Nikolic
feee92d046
Merge pull request #162 from mwr0007/master
...
Add models_first_person_maze example from Raylib base repo
2022-01-04 19:59:17 +01:00
Michael Redman
dc93b8ae04
rremove prefix from example directory
2022-01-04 12:54:53 -06:00
Michael Redman
ea4030de8c
add models_first_person_maze example from raylib
2022-01-04 12:39:27 -06:00
Milan Nikolic
2f072dc2d2
Merge pull request #161 from koteyur/patch-1
...
Physics: fix wrong max float
2022-01-04 08:13:25 +01:00
Yury Kotov
2b5dfe3719
Physics: fix wrong max float
...
fltMax constant seems to have incorrect value '3.402823466 + 38' instead of '3.402823466e+38'.
But anyway, it makes more sense to use corresponding constant from math lib.
2022-01-04 01:30:48 +01:00
Milan Nikolic
96b53871d5
Merge pull request #159 from Agathon1/master
...
Added missing functions
2021-12-30 21:31:33 +01:00
Agathon
f40cb8d091
Added missing functions
...
`DrawLineBezierQuad`
`DrawLineBezierCubic`
`DrawLineStrip`
`DrawPolyLinesEx`
2021-12-30 22:00:37 +02:00
Milan Nikolic
29ba3cc508
Use color.RGBA, fixes 144
2021-11-14 12:16:02 +01:00
Milan Nikolic
ca8ab655a8
Update modules
2021-11-13 17:07:48 +01:00
Milan Nikolic
914ca1ffdc
Add new functions
2021-11-11 18:34:45 +01:00
Milan Nikolic
ec25c4ec9e
Add GRAPHICS_API_OPENGL_43
2021-11-11 18:00:12 +01:00
Milan Nikolic
8ec7b8522a
Add new functions
2021-11-11 17:46:15 +01:00
Milan Nikolic
bef397e0ae
Remove travis
2021-11-11 17:37:12 +01:00
Milan Nikolic
c553dc301c
Update README.md
2021-11-11 17:36:08 +01:00
Milan Nikolic
92fadd0e96
Update action
2021-11-11 17:30:41 +01:00
Milan Nikolic
dda13779be
gofmt
2021-11-11 17:03:15 +01:00
Milan Nikolic
3e1b83e017
Update action
2021-11-11 16:48:53 +01:00
Milan Nikolic
175f8a6130
Add actions
2021-11-11 16:44:27 +01:00
Milan Nikolic
7b91ce25fb
Update examples
2021-11-11 16:36:32 +01:00
Milan Nikolic
2013bc4628
Update/add Go functions
2021-11-11 16:34:15 +01:00
Milan Nikolic
607adace28
Update C sources
2021-11-11 16:30:47 +01:00
Milan Nikolic
aabc97d1c2
Merge pull request #149 from fivemoreminix/master
...
Add 7 ImageDraw* functions
2021-09-06 18:06:57 +02:00
Luke Wilson
574f3ebf35
Meant C.ImageDrawCircleV not C.ImageDrawCircle in return
2021-09-05 20:06:03 -05:00
Luke Wilson
3f7580afaa
Add 7 ImageDraw* functions
...
Added: ImageClearBackground, ImageDrawPixel, ImageDrawPixelV, ImageDrawCircle, ImageDrawCircleV, ImageDrawRectangleV, ImageDrawRectangleRec.
2021-09-05 19:42:34 -05:00
Milan Nikolic
6acb55e3e6
Merge pull request #148 from xzebra/add-getcharpressed
...
add GetCharPressed
2021-09-05 18:16:06 +02:00
xzebra
0d93bf5aa4
add GetCharPressed
2021-09-05 18:41:27 +03:00
Milan Nikolic
1ca7b58c82
Update modules
2021-07-19 11:41:09 +02:00
Milan Nikolic
ccae99cbf6
Add support for Go modules, issue #141
2021-07-14 16:51:35 +02:00
Milan Nikolic
8ff192f923
Fix flags
2021-06-23 12:53:41 +02:00
Milan Nikolic
a8ac357c83
Merge pull request #140 from Jack-Ji/master
...
Add new api and example
2021-06-22 16:35:42 +02:00
jackji
698c972d9f
remove LocationPointType and MaterialMapType, remain using const values
2021-06-22 22:10:29 +08:00
jackji
15ed58856b
Add api and example for mesh drawing.
2021-06-22 21:37:46 +08:00
Milan Nikolic
ace572fead
Fix example
2021-05-26 13:14:28 +02:00
Milan Nikolic
620d205532
Fix shaders
2021-05-26 13:09:06 +02:00
Milan Nikolic
400097df9d
Rename camera Type->Projection
2021-05-26 12:34:08 +02:00
Milan Nikolic
b9e2059e57
Fix billboard example
2021-05-26 12:29:01 +02:00
Milan Nikolic
7ffcf2cb3a
Fix ttf example
2021-05-26 12:22:18 +02:00
Milan Nikolic
84efeb32cf
Remove arm files
2021-05-26 12:03:02 +02:00
Milan Nikolic
3908769a21
Add FromMemory functions
2021-05-26 12:01:51 +02:00
Milan Nikolic
ad07f2586d
Fix examples
2021-05-26 11:42:32 +02:00