jussi
|
fd49d806cf
|
New object types for Wave, Sound, Music and Light.
|
2023-10-28 16:42:49 +03:00 |
|
jussi
|
af03c7364e
|
New object type Font.
|
2023-10-28 14:15:20 +03:00 |
|
jussi
|
23935aefca
|
Core in new style.
|
2023-10-27 23:31:18 +03:00 |
|
jussi
|
6be8d71fac
|
Release v0.5.
|
2023-10-27 01:16:03 +03:00 |
|
jussi
|
56c365c8cc
|
Buffer userdata object and rlgl Vertex buffers management.
|
2023-10-26 20:09:16 +03:00 |
|
jussi
|
168f4959d4
|
rlgl Matrix state management API update.
|
2023-10-22 22:14:56 +03:00 |
|
jussi
|
95be0403e6
|
Argumets stored in RL.arg array.
|
2023-10-15 22:31:17 +03:00 |
|
jussi
|
7af7e70031
|
Renamed start, end arguments to a, b to avoid using Lua keyword end in argument names.
|
2023-10-15 18:54:19 +03:00 |
|
jussi
|
6e17282197
|
GetFontTexture.
|
2023-08-24 20:19:13 +03:00 |
|
jussi
|
3fc07a02d5
|
Window events.
|
2023-08-18 15:01:58 +03:00 |
|
jussi
|
c911ba0431
|
RL.event function with input events.
|
2023-08-18 01:23:30 +03:00 |
|
jussi
|
b7b46ada04
|
Vertex buffers state and Shader state functions. Vertex buffers management WIP.
|
2023-08-17 18:33:50 +03:00 |
|
jussi
|
5438a70b0a
|
logLevelInvalid for bad function calls and invalid data formats.
|
2023-08-04 22:21:40 +03:00 |
|
jussi
|
0e77452a1b
|
Rest of rlgl General render state functions.
|
2023-06-05 20:51:09 +03:00 |
|
jussi
|
8ade9eeb43
|
rlgl Vertex level operations and Draw Textured Polygon Example.
|
2023-06-03 18:46:20 +03:00 |
|
jussi
|
ed6d37294a
|
rlgl Some Render batch management functions and Matrix operations functions.
|
2023-06-02 23:19:32 +03:00 |
|
jussi
|
d550afa3d4
|
RLGL Textures state functions.
|
2023-06-02 16:18:32 +03:00 |
|
jussi
|
9f979ad69c
|
RLGL defines.
|
2023-06-02 15:31:58 +03:00 |
|
jussi
|
560ff1a208
|
Camera2D and Camera3D can be given as tables.
|
2023-06-01 23:56:14 +03:00 |
|
jussi
|
8008ebf1b0
|
New rlgl functions and texture can be given as table.
|
2023-06-01 20:35:06 +03:00 |
|
jussi
|
e1cc1e9e27
|
Light property functions and basic light example.
|
2023-05-30 13:42:43 +03:00 |
|
jussi
|
335321e3aa
|
Material getter and get/set for parameters.
|
2023-05-19 13:46:24 +03:00 |
|
jussi
|
870e3a46a6
|
More rlgl General render state functions. Fixed rlgl function prefix to rl.
|
2023-05-15 14:18:58 +03:00 |
|
jussi
|
b387742850
|
DrawBillboardPro and rlglGetVersion.
|
2023-05-10 21:21:40 +03:00 |
|
jussi
|
429a9dff96
|
uluaGetBoundingBoxIndex, IsTextureReady.
|
2023-05-06 23:40:27 +03:00 |
|
jussi
|
acc56fc7c2
|
Texture now can be either Texture or RenderTexture. No need to change texture source anymore.
|
2023-05-01 18:23:36 +03:00 |
|
jussi
|
8b6337446d
|
DrawCapsule and DrawCapsuleWires. Free Camera3D example.
|
2023-04-25 19:28:54 +03:00 |
|
jussi
|
a9ce78128d
|
Can now have multiple Music objects like other Raylib objects instead of just one.
|
2023-04-25 18:19:14 +03:00 |
|
jussi
|
dc2edd6944
|
Raygui wrapper lib.
|
2023-04-14 00:11:58 +03:00 |
|
jussi
|
895c7f1a06
|
glBlitFramebuffer.
|
2023-04-12 00:05:57 +03:00 |
|
jussi
|
3445d935d6
|
Camera3D lib. New camera3D functions.
|
2023-04-10 23:52:13 +03:00 |
|
jussi
|
6938cdbaed
|
LoadShaderFromMemory fix.
|
2023-04-10 16:05:45 +03:00 |
|
jussi
|
1cbadf56f3
|
New argument style for gui and easings.
|
2023-04-10 14:33:15 +03:00 |
|
jussi
|
8abed46dfd
|
New argument style for models.
|
2023-04-10 13:09:43 +03:00 |
|
jussi
|
6dad6544d7
|
Audio and shapes now use new argumet style.
|
2023-04-07 21:24:14 +03:00 |
|
jussi
|
3cc1af265f
|
GenImagePerlinNoise and GenImageText. Get indexed functions for types.
|
2023-04-07 15:09:27 +03:00 |
|
jussi
|
9e7f538a38
|
Vector2LineAngle and more Color functions.
|
2023-04-06 22:17:33 +03:00 |
|
jussi
|
fe15e836bd
|
Switched to Raylib vertion 4.5. Removed some functions and added others. Main changes to camera3D.
|
2023-04-06 19:19:44 +03:00 |
|
jussi
|
2526c9732e
|
All global variables and functions are not in global RL table. doc_parser creates also ReiLua_API.lua.
|
2023-04-06 12:31:37 +03:00 |
|
jussi
|
6a7c660f33
|
GetKeyName and GetKeyScancode.
|
2023-03-30 00:13:02 +03:00 |
|
jussi
|
9df23e32b0
|
RL_GetWindowSize renamed to RL_GetScreenSize.
|
2023-02-15 01:10:03 +02:00 |
|
jussi
|
db957a8181
|
RL_LoadFontEx.
|
2023-02-06 23:03:39 +02:00 |
|
jussi
|
7e61bffe5f
|
RL_GetFileLength.
|
2022-12-10 18:47:45 +02:00 |
|
jussi
|
e1a85f898e
|
Draw Mesh Instanced Example.
|
2022-12-09 16:02:28 +02:00 |
|
jussi
|
973d902a16
|
ReiLuaGui File explorer.
|
2022-12-08 18:24:41 +02:00 |
|
jussi
|
79fbb36d2a
|
ReiLuaGui calculator example.
|
2022-12-07 22:27:24 +02:00 |
|
jussi
|
bdbd475ae3
|
ReiLuaGui basics done.
|
2022-12-02 22:53:51 +02:00 |
|
jussi
|
08ef5b4352
|
RL_LoadDirectoryFilesEx and separate option for doc_parser.
|
2022-11-27 16:25:25 +02:00 |
|
jussi
|
deda5fb917
|
Exit function and N-Patch fix.
|
2022-11-27 14:08:58 +02:00 |
|
jussi
|
921ed3b07f
|
Lua interpreter mode and easings module.
|
2022-11-11 19:23:35 +02:00 |
|