Commit graph

527 commits

Author SHA1 Message Date
Milan Nikolic
0a5691486b
Update README.md 2022-08-27 18:58:20 +02:00
Milan Nikolic
8e21086fe1
Update examples 2022-08-27 18:42:04 +02:00
Milan Nikolic
6e090424c5
Change LoadFontEx to accept []rune, fixes #136 2022-08-27 17:37:54 +02:00
Milan Nikolic
f59ebefc8a
Format 2022-08-27 17:07:56 +02:00
Milan Nikolic
ab0b2293fd
Remove header 2022-08-27 16:53:24 +02:00
Milan Nikolic
cf628212a1
Add new functions 2022-08-27 16:51:14 +02:00
Milan Nikolic
70200c3151
Update Go sources 2022-08-27 16:09:36 +02:00
Milan Nikolic
b126ec93ee
Update dependencies 2022-08-27 16:01:12 +02:00
Milan Nikolic
b83dec57b5
Update C sources 2022-08-27 16:00:43 +02:00
Milan Nikolic
dd222de786
Remove appveyor 2022-08-27 15:58:40 +02:00
Milan Nikolic
98220fa4f1
Merge pull request #190 from Alireza-Ta/fix-type-conversion
fixed GetTime return type.
2022-08-05 14:40:27 +02:00
Alireza_T
3893e9cf63
fixed GetTime return type. 2022-08-05 16:58:25 +04:30
Milan Nikolic
2ba84634ed
Merge pull request #185 from Holmqvist1990/master
Add `MatrixRotateXYZ`
2022-07-02 17:37:20 +02:00
Holmqvist1990
cdb9bd006d added MatrixRotateXYZ 2022-07-02 17:22:46 +02:00
Milan Nikolic
25dea46fc2
Merge pull request #181 from jotoh98/master
fixed QuaternionNormalize
2022-06-02 01:43:31 +02:00
jotoh98
3af420ddc4 fixed QuaternionNormalize 2022-06-01 11:55:52 +02:00
Milan Nikolic
99078f2467
Merge pull request #178 from JupiterRider/master
Update Vector2Angle in raymath.go (again)
2022-05-20 22:54:54 +02:00
JupiterRider
af1ee70318
Update raymath.go 2022-05-20 17:00:03 +02:00
Milan Nikolic
3fda1cc8e9
Merge pull request #176 from JupiterRider/JupiterRider-patch-1
Fix for  #42
2022-05-20 10:53:59 +02:00
JupiterRider
477fc1f683
Fix for #42 2022-05-20 09:43:31 +02:00
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