Commit graph

616 commits

Author SHA1 Message Date
unkl nik
0dda56d08d add more textures examples 2023-10-20 22:01:45 +02:00
unkl nik
6f0f7a0d03
Merge branch 'gen2brain:master' into master 2023-10-17 19:46:34 +02:00
unkl nik
3e96c7e9df add more Core examples 2023-10-17 19:46:08 +02:00
Milan Nikolic
429cdff4ee
Merge pull request #288 from JupiterRider/master
"KeyNull" added
2023-10-17 15:52:26 +02:00
JupiterRider
e9649c4ced "KeyNull" added 2023-10-17 15:35:18 +02:00
Milan Nikolic
fa2a4d6247
Merge pull request #286 from patrickReiis/master
fix: rand.Seed is deprecated
2023-10-16 11:41:08 +02:00
P. Reis
2e003fe385 fix: rand.Seed is deprecated, change to New(NewSource(seed)) 2023-10-15 19:43:40 -03:00
unkl nik
4847c62547 Merge branch 'master' of https://github.com/unklnik/raylib-go 2023-10-15 20:02:38 +02:00
unkl nik
4b88d9867b Add Color Mix Example 2023-10-15 20:02:24 +02:00
Milan Nikolic
e9da61431c
Merge pull request #285 from unklnik/master
Updated Light.go - reflect.SliceHeader Deprecated
2023-10-10 17:51:30 +02:00
unkl nik
e7668cd4cb Sprite Explosion Example 2023-10-10 17:34:38 +02:00
unkl nik
a163aa486d port new texture example
Port of the original example at this link https://www.raylib.com/examples/textures/textures_sprite_explosion.html to Go
2023-10-06 14:38:30 +02:00
unkl nik
da52debc9b Failing due to RayGui import not sure why
The example works however something to do with the RayGui import is causing it to fail, deleting.
2023-10-04 17:31:15 +02:00
unklnik
bbc8e558a5 shapes examples 2023-10-04 17:10:01 +02:00
unklnik
d3497d36da updated light.go added basic lighting example 2023-09-30 21:01:10 +02:00
Milan Nikolic
dc25841510
Merge pull request #284 from unklnik/master
More examples
2023-09-28 20:13:14 +02:00
unklnik
d97aa6e3f6 porting new examples to Go from raylib.com/examples.html 2023-09-28 20:00:13 +02:00
unklnik
ba70e484d0 Merge branch 'master' of https://github.com/unklnik/raylib-go 2023-09-28 19:20:04 +02:00
unklnik
d1ff37fc1c porting new examples to Go from https://www.raylib.com/examples.html 2023-09-28 19:18:53 +02:00
Milan Nikolic
60733cd63d
Merge pull request #282 from unklnik/master
Adding Raymarching Shaders Example
2023-09-26 18:29:06 +02:00
unklnik
3b62f9f7a4 Add existing file 2023-09-26 17:56:09 +02:00
Milan Nikolic
f770ca0981
Merge pull request #278 from MurilloBrand/master
Fixing TextBox issue and adding Trim to other inputs
2023-08-26 18:00:40 +02:00
Murillo Brandão
b80e660c8d
Fixing file with gofmt 2023-08-26 12:45:54 -03:00
Milan Nikolic
211002595f
Merge pull request #277 from wintermute-cell/master
bugfix: change raygui.SetStyle and raygui.GetStyle to use int64 for the value
2023-08-26 17:22:24 +02:00
Murillo Brandão
a99e6eea97
Fixing TextBox issue and adding Trim to other inputs 2023-08-26 11:31:43 -03:00
wintermute
305603f289 bugfix: change raygui.SetStyle and raygui.GetStyle to use int64 for the value 2023-08-20 23:53:08 +02:00
Milan Nikolic
30cfef01da
Merge pull request #268 from glitchland/master
Fix texture2d as it is deprecated name
2023-08-18 20:47:03 +02:00
Milan Nikolic
7de2ce59aa
Merge pull request #276 from worldwalker2000/fix_set_trace_log_level_name
rename SetTraceLog to SetTraceLogLevel
2023-08-18 19:59:21 +02:00
worldwalker2000
caa2f70fd5 updated comments 2023-08-18 10:03:04 -07:00
worldwalker2000
d90e3e4de5 rename SetTraceLog to SetTraceLogLevel 2023-08-17 22:50:58 -07:00
Milan Nikolic
1083eace20
Merge pull request #273 from nomad-software/add-drawbillboardpro
Added DrawBillboardPro function.
2023-07-19 23:10:22 +02:00
Gary Willoughby
a72c780123 Added DrawBillboardPro function. 2023-07-19 19:42:02 +01:00
glitch
06cc150dff fix deprecated texture loading function name in glsl 2023-06-30 18:37:46 -06:00
glitch
57adf66c58 fix deprecated texture loading function name in glsl 2023-06-30 18:32:59 -06:00
Milan Nikolic
9def9b04c9
Update Wayland 2023-06-21 13:11:37 +02:00
Milan Nikolic
ebac46345c
Update Wayland 2023-06-21 13:05:08 +02:00
Milan Nikolic
3ca5eae18e
Update modules 2023-06-21 11:36:35 +02:00
Milan Nikolic
a6644da243
Do not link GL when ANGLE is used 2023-06-21 11:19:43 +02:00
Milan Nikolic
048c1b598c
Merge pull request #264 from JupiterRider/master
Redesign of rres
2023-06-06 11:46:59 +02:00
JupiterRider
95469afaa3
Update README.md 2023-06-04 12:25:19 +02:00
JupiterRider
81ea8a7ab0 Add go functions for rres-raylib.h 2023-06-04 12:15:07 +02:00
JupiterRider
349288d189 Add more functions 2023-06-04 11:24:25 +02:00
JupiterRider
fb93c7c94b rres rewrite (update sources, create go-types, add some functions) 2023-06-02 21:31:11 +02:00
Milan Nikolic
d84e4cc82f
Merge pull request #259 from JupiterRider/master
Add more new functions (4.5.0 Update)
2023-05-11 19:06:20 +02:00
JupiterRider
bb7c8b3f3b Add more new functions 2023-05-11 16:36:48 +02:00
Milan Nikolic
3fb1258932
Merge pull request #258 from JupiterRider/master
Add new functions (4.5.0 Update)
2023-05-09 23:22:00 +02:00
JupiterRider
896586af0d Add new functions 2023-05-09 20:15:53 +02:00
Milan Nikolic
0fdd3be307
Merge pull request #256 from JupiterRider/master
Update examples
2023-04-13 21:24:25 +02:00
JupiterRider
68a3acee9d Cleanup go.sum 2023-04-13 21:10:33 +02:00
JupiterRider
363905fef0 Update examples 2023-04-13 20:48:50 +02:00