Commit graph

527 commits

Author SHA1 Message Date
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
Milan Nikolic
c42d027833
Structs fixes 2021-05-26 11:39:36 +02:00
Milan Nikolic
c930274575
Add new functions 2021-05-26 00:10:52 +02:00
Milan Nikolic
f1fde08917
Update README.md 2021-05-25 21:50:41 +02:00
Milan Nikolic
03998f3963
Update example 2021-05-25 21:50:26 +02:00
Milan Nikolic
6cfece1e81
Add new functions 2021-05-25 21:35:29 +02:00
Milan Nikolic
a9172dcaf0
Add support for PLATFORM_DRM 2021-05-25 21:35:00 +02:00
Milan Nikolic
43484d2b81
Add support for PLATFORM_DRM 2021-05-25 20:19:35 +02:00
Milan Nikolic
93ec54f81f
Sort functions 2021-05-25 19:07:51 +02:00
Milan Nikolic
47e7d1baea
Update Android info 2021-05-25 18:54:00 +02:00
Milan Nikolic
4d870bd6d1
Sort functions 2021-05-25 17:23:48 +02:00
Milan Nikolic
9e0799a313
Add new functions 2021-05-25 17:12:28 +02:00
Milan Nikolic
9deb95087d
Sort functions 2021-05-25 15:56:35 +02:00
Milan Nikolic
f548130d14
Add Window-related functions 2021-05-25 15:51:45 +02:00
Milan Nikolic
e4af280033
Add SetWindowState/ClearWindowState 2021-05-25 15:04:49 +02:00
Milan Nikolic
b027cb19bd
Remove example 2021-05-25 14:51:39 +02:00
Milan Nikolic
6630170a3b
Update library 2021-05-25 14:37:36 +02:00
Milan Nikolic
59d7351c8d
Add custom modifications 2021-05-25 14:36:08 +02:00
Milan Nikolic
c1525b67af
Update C sources 2021-05-25 14:35:17 +02:00
Milan Nikolic
9d258bad65
Merge pull request #129 from kfsone/dev/raygui-reorg
Dev/raygui reorg
2021-02-27 13:47:41 +01:00
Oliver 'kfsone' Smith
65c744d4b6 Updated git ignores 2021-02-24 14:57:47 -08:00
Oliver 'kfsone' Smith
578b342040 TextBox cleanup + backspace repeat
- Switched textbox to helpers,
- Added code to implement a repeat delay on backspace, default 300ms to start repeating, 60ms between repeats
2021-02-24 14:19:22 -08:00
Oliver 'kfsone' Smith
97c0449bbd go fmt on togglebutton.go 2021-02-24 13:53:51 -08:00
Oliver 'kfsone' Smith
4f047b24de Use ConstrainRectangle in label.go 2021-02-24 13:51:30 -08:00
Oliver 'kfsone' Smith
01408701f9 Use ConstrainRectangle in combobox.go 2021-02-24 13:51:09 -08:00
Oliver 'kfsone' Smith
7fc3fbd39b Use ConstrainRectangle in button.go 2021-02-24 13:50:51 -08:00
Oliver 'kfsone' Smith
a9c43af1bc ToggleGroup cleanup [minor] 2021-02-24 13:49:34 -08:00
Oliver 'kfsone' Smith
e30bdc3edc ToggleButton cleanup 2021-02-24 13:48:15 -08:00
Oliver 'kfsone' Smith
bc456c6912 Added ConstrainRectangle helper 2021-02-24 13:26:40 -08:00
Oliver 'kfsone' Smith
69cba1203d Format cleanup 2021-02-24 13:23:26 -08:00
Oliver 'kfsone' Smith
113982db71 ProgressBar cleanup 2021-02-24 13:23:09 -08:00