Commit Graph

74 Commits

Author SHA1 Message Date
jussi
35e73465ac LoadBufferFormatted, SetBufferData and CopyBufferData. Compressed resource file example. 2024-08-27 21:41:31 +03:00
jussi
c6eb85b367 GetRayBoxCells also returns exit point. 2024-07-20 15:29:50 +03:00
jussi
61c932f260 GetMouseOffset and GetMouseScale. 2024-07-02 20:49:25 +03:00
jussi
f3dbe7d24b Unload functions clear object to 0 so they would not be ready in Is*Ready. 2024-05-29 22:44:36 +03:00
jussi
c95c797da6 GetPlatform. 2024-05-20 17:56:28 +03:00
jussi
9edaf7a47b Use GetApplicationDirectory instead of GetWorkingDirectory for basePath if no path argument given. 2024-05-20 15:45:31 +03:00
jussi
e84be85254 Indentation fix. 2024-05-10 11:13:32 +03:00
jussi
b96960a1f9 Raygui lib examples file browser. 2024-03-29 20:51:43 +02:00
jussi
ae1d0b65f1 Round and pubsub lib. 2024-03-17 10:38:30 +02:00
jussi
ca238975dc Automation events. 2024-03-01 23:11:54 +02:00
jussi
625e4e0e4d EnableEventWaiting and DisableEventWaiting. 2024-02-25 21:02:11 +02:00
jussi
47ed28b006 Added various missing functions. 2024-02-25 14:06:59 +02:00
jussi
836c9d1d00 Pointer variable declaration style change. 2024-02-18 19:46:50 +02:00
jussi
b2b8219295 GetBufferData extra arguments. GetBufferElementSize and GetBufferLength. 2024-02-16 17:28:09 +02:00
jussi
3b3d0ad32e LoadBufferFromString, LoadWaveFromMemory and LoadMusicStreamFromMemory. 2024-01-24 19:14:30 +02:00
jussi
ba4595305f RLGL Hello triangle example. 2023-12-14 23:08:19 +02:00
jussi
6ecbbcc282 Files management functions. 2023-12-06 18:41:01 +02:00
jussi
8882d2ff2c Platform web. 2023-11-29 19:52:47 +02:00
jussi
4ff1b1dcb9 ExportBufferAsCode. 2023-11-29 17:20:54 +02:00
jussi
1ab9722875 Support for different platforms. Platform_desktop_sdl. 2023-11-23 00:00:49 +02:00
jussi
01883035b0 Spline functions. 2023-11-20 21:54:50 +02:00
jussi
05eaafb79e Initial changes for Raylib 5.0 and some missing functions. 2023-11-20 21:04:53 +02:00
jussi
50d0e15ff4 Shader buffer storage object management (ssbo) and rest of rlgl texture management functions. 2023-11-18 23:54:16 +02:00
jussi
841aa897f1 GC_UNLOAD build time define and replaced with flag to change it at runtime. 2023-11-15 18:34:34 +02:00
jussi
e056446750 Organized core functions. 2023-11-09 21:24:58 +02:00
jussi
7b8ef2cd90 ExportBuffer and LoadBufferFromFile. 2023-11-05 22:43:03 +02:00
jussi
d74a505d40 Compress/decompress and Encode/Decode DataBase64. 2023-11-03 23:12:55 +02:00
jussi
b9903277bc Merged uluaGet*Index functions to uluaGet* functions. 2023-10-31 17:15:48 +02:00
jussi
be39fd9634 GlyphInfo type. Some new text and core functions. 2023-10-31 15:24:11 +02:00
jussi
65fababd8d Shaders management functions. 2023-10-31 02:11:46 +02:00
jussi
c3295e014d Reintroducing Unload functions. Is*Ready functions. GC_UNLOAD setting and check function. 2023-10-30 22:40:20 +02:00
jussi
d287078c65 Userdata objects can be referenced with lightuserdata. 2023-10-30 00:04:11 +02:00
jussi
fcd2d2d8b5 LoadTextureFromData and LoadRenderTextureFromData. Documentation updates. 2023-10-29 18:36:23 +02:00
jussi
0df40e2ac0 Shapes, RLGL, Math, Gui and Easings to new style. 2023-10-29 15:21:10 +02:00
jussi
23935aefca Core in new style. 2023-10-27 23:31:18 +03:00
jussi
7ef87c8e2f New object types for Image, Texture, RenderTexture, Camera2D, Camera3D and Shader. 2023-10-27 22:53:56 +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
5438a70b0a logLevelInvalid for bad function calls and invalid data formats. 2023-08-04 22:21:40 +03:00
jussi
8ad7254292 LuaJIT compatibility. 2023-07-02 17:44:24 +03:00
jussi
d550afa3d4 RLGL Textures state functions. 2023-06-02 16:18:32 +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
1e58f551bb UnloadTexture did not set texture id to NULL. 2023-05-09 23:48:09 +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
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
22f70cf06f textures and core new argument style. 2023-04-07 18:47:48 +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