Commit Graph

106 Commits

Author SHA1 Message Date
jussi
aa03fffcb3 Raygui textures with SetShapesTexture. 2023-11-30 02:50:00 +02:00
jussi
2b330bbadb Experimental pen tablet events. 2023-11-27 23:16:49 +02:00
jussi
b3a956cff2 Fixed raygui edit mode selection. 2023-11-24 22:57:00 +02:00
jussi
a1887aa866 SDL Events. 2023-11-24 20:09:34 +02:00
jussi
925afdf101 Fixed snake example after Vector2Angle change. 2023-11-23 18:36:05 +02:00
jussi
1ab9722875 Support for different platforms. Platform_desktop_sdl. 2023-11-23 00:00:49 +02:00
jussi
85a48cf093 Raygui updated to version 4.0. 2023-11-21 23:34:47 +02:00
jussi
05eaafb79e Initial changes for Raylib 5.0 and some missing functions. 2023-11-20 21:04:53 +02:00
jussi
d19864947b Joystick event. 2023-11-18 17:11:36 +02:00
jussi
5c8324d25f Lightmap 100 and 120 shaders. Snake and platformer example refining. 2023-11-16 22:37:28 +02:00
jussi
118a1f3a8b Quaternion library. 2023-11-15 22:04:45 +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
7b10306ed5 Matrix library. 2023-11-13 23:42:58 +02:00
jussi
e06d98e0ed More color and rectangle lib functionality. 2023-11-10 00:18:34 +02:00
jussi
d74a505d40 Compress/decompress and Encode/Decode DataBase64. 2023-11-03 23:12:55 +02:00
jussi
e61823b8bb LoadFontEx fix. DrawTextBoxed and DrawTextBoxedSelectable From raylib [text] example - Rectangle bounds. 2023-11-01 23:36:31 +02:00
jussi
be39fd9634 GlyphInfo type. Some new text and core functions. 2023-10-31 15:24:11 +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
992310fb90 Fixed examples. 2023-10-29 19:45:18 +02:00
jussi
fcd2d2d8b5 LoadTextureFromData and LoadRenderTextureFromData. Documentation updates. 2023-10-29 18:36:23 +02:00
jussi
76911d45a8 New object types for all types. 2023-10-29 13:21:42 +02:00
jussi
af03c7364e New object type Font. 2023-10-28 14:15:20 +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
c3352b8ed7 isValidRenderTexture fix. 2023-10-11 15:19:54 +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
8ad7254292 LuaJIT compatibility. 2023-07-02 17:44:24 +03:00
jussi
8ade9eeb43 rlgl Vertex level operations and Draw Textured Polygon Example. 2023-06-03 18:46:20 +03:00
jussi
8008ebf1b0 New rlgl functions and texture can be given as table. 2023-06-01 20:35:06 +03:00
jussi
4e09bc7d61 Fixed wrong link in basic lighting example. 2023-05-30 13:49:34 +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
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
cf92c94097 Vector3RotateByAxisAngle was not connected. 2023-05-01 22:38:59 +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
8182c486e6 Raygui wrapper examples. 2023-04-17 17:55:27 +03:00
jussi
e732b936d4 Raygui wrapper lib finished. 2023-04-14 18:49:05 +03:00
jussi
d3164d838c lua lib folder has not been updating in a while since gitignore lib in root. WHOOPS! 2023-04-14 00:34:43 +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
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