Commit graph

1121 commits

Author SHA1 Message Date
Snowminx
656b4a4a8d
fix: update to convert params to cgo 2023-12-24 18:36:56 -08:00
Milan Nikolic
6c3c38896e
Merge pull request #330 from Fluffy-Bean/master
Fix Grid mouseCell not updaing value
2023-12-25 03:18:19 +01:00
Milan Nikolic
ac28b4b4f1
Merge pull request #329 from CollCaz/master
Updated link to physac.h
2023-12-25 03:18:11 +01:00
Milan Nikolic
03d38e920f
Merge pull request #325 from jpgleeson/add-triangle-3d-binding
Add binding for DrawTriangle3D to rmodels.go
2023-12-25 03:18:02 +01:00
Snowminx
4bb9631420
feat: update rtextures.go to have the func LoadTextureCubemap. 2023-12-24 12:40:03 -08:00
Michał
cf285a20a1
Fix mouseCell pointer not updaing value 2023-12-19 14:38:36 +00:00
Yassen Tombokti
69512c77d6
Merge pull request #1 from CollCaz/CollCaz-patch-1
Updated the link to physac.h to point to the correct location.
2023-12-18 22:03:41 +00:00
Yassen Tombokti
2bee857547
Update README.md 2023-12-18 21:59:40 +00:00
jack gleeson
19dc46f86c Add binding for DrawTriangle3D to rmodels.go 2023-12-06 19:51:46 -08:00
Milan Nikolic
48309e2407
Merge pull request #322 from swazzles/master
Add flag for borderless windowed mode
2023-11-23 18:44:46 +01:00
Milan Nikolic
7ef92adf08
Merge pull request #321 from JupiterRider/master
Update purego
2023-11-23 18:39:35 +01:00
swazzles
34ea0cc7f5 Add flag for borderless windowed mode 2023-11-23 22:51:51 +11:00
JupiterRider
a5d2760b16 Remove obsolete comment 2023-11-22 19:06:35 +01:00
JupiterRider
f537de6ed9 go mod tidy 2023-11-22 16:29:10 +01:00
JupiterRider
f239fe2f67 Updat purego to 192c5e846faa64025fb8a6a94532c7a77fbd8dce 2023-11-22 16:26:21 +01:00
Milan Nikolic
a9659ea9c9
Merge pull request #318 from JupiterRider/master
Purego rlgl implemented
2023-11-18 19:18:07 +01:00
JupiterRider
db3e0be60e go mod tidy examples 2023-11-18 19:06:12 +01:00
JupiterRider
43d0a14b92
Merge branch 'master' into master 2023-11-18 18:56:48 +01:00
JupiterRider
2be56088ed Update modules 2023-11-18 18:50:49 +01:00
JupiterRider
fdd3d616da Update purego 2023-11-18 18:41:43 +01:00
JupiterRider
79286ba625 Make rlgl types public and add missung functions 2023-11-18 18:27:35 +01:00
JupiterRider
251b88bcb4 Purego rlgl implemented 2023-11-18 15:11:00 +01:00
Milan Nikolic
fed470e445
Update modules 2023-11-18 14:12:54 +01:00
Milan Nikolic
a1c890e8cb
Update C sources 2023-11-18 13:56:50 +01:00
Milan Nikolic
7637a03441
Update README.md 2023-11-17 08:09:16 +01:00
Milan Nikolic
c4b65589c7
Update README.md 2023-11-16 17:42:19 +01:00
Milan Nikolic
f09d79e85e
Merge pull request #315 from dusk125/v2-divide-by-0
Fix potential divide by 0 in vector2
2023-11-16 17:40:50 +01:00
Milan Nikolic
8c380e0735
Merge pull request #308 from JupiterRider/master
First approach for purego
2023-11-16 17:39:04 +01:00
Allen Ray
a70feefe17 Fix potential divide by 0 in vector2 2023-11-16 11:21:15 -05:00
JupiterRider
90f0980286 Remove comments. Change build tag. 2023-11-16 17:14:20 +01:00
JupiterRider
0e067872f8 Remove file/io functions. Make purego and CGO API match. 2023-11-16 17:05:29 +01:00
JupiterRider
3219556f38 Change functions to match with raylib-go (cgo version) 2023-11-16 14:35:55 +01:00
JupiterRider
81be9a803b Update README.md 2023-11-16 13:22:48 +01:00
JupiterRider
072413410f Update README.md 2023-11-16 13:18:54 +01:00
JupiterRider
efaf005350 implement version check 2023-11-16 13:06:56 +01:00
Milan Nikolic
5c837b68a5
Merge pull request #314 from unklnik/master
Add more examples
2023-11-15 22:30:08 +01:00
JupiterRider
c535f250e9
Fix typo in README.md 2023-11-15 22:22:37 +01:00
JupiterRider
7959c31cff
Update README.md 2023-11-15 22:19:56 +01:00
unkl nik
1c9c6cec66
Merge branch 'gen2brain:master' into master 2023-11-15 22:45:12 +02:00
unkl nik
1500124ca1 add more examples 2023-11-15 22:44:54 +02:00
JupiterRider
a013367ef2 Final purego functions implemented 2023-11-15 21:38:29 +01:00
JupiterRider
c290701005 More functions 2023-11-15 17:04:22 +01:00
JupiterRider
0421884b62 Typo fixed 2023-11-14 21:33:43 +01:00
JupiterRider
4bb11a7b06 More functions implemented 2023-11-14 21:31:29 +01:00
JupiterRider
b010adb6a2 More functions implemented 2023-11-14 20:44:44 +01:00
JupiterRider
c5cba9a408 Resolve merge conflicts -.- 2023-11-14 17:29:31 +01:00
Milan Nikolic
45c6718b99
Move TraceLogCallbackFun, add Vr structs 2023-11-12 22:15:19 +01:00
Milan Nikolic
f3383deda8
Merge pull request #312 from unklnik/master
Add more core examples
2023-11-12 21:23:20 +01:00
unkl nik
032749cff8 Merge branch 'master' of https://github.com/unklnik/raylib-go 2023-11-12 22:12:30 +02:00
unkl nik
34665bd091 add core examples 2023-11-12 22:12:17 +02:00