summaryrefslogtreecommitdiff
path: root/examples/window/main.lua
AgeCommit message (Collapse)Author
2024-03-17Round and pubsub lib.jussi
2024-02-25Added various missing functions.jussi
2024-02-18Process renamed to update to be more inline with naming of raylib and common ↵jussi
convention.
2024-01-03Rest of font loading/unloading functions. GlyphInfo type to userdata. ↵jussi
GlyphInfo management functions.
2023-12-06Files management functions.jussi
2023-11-30Raygui textures with SetShapesTexture.jussi
2023-11-01LoadFontEx fix. DrawTextBoxed and DrawTextBoxedSelectable From raylib [text] ↵jussi
example - Rectangle bounds.
2023-10-31GlyphInfo type. Some new text and core functions.jussi
2023-10-30Reintroducing Unload functions. Is*Ready functions. GC_UNLOAD setting and ↵jussi
check function.
2023-10-29LoadTextureFromData and LoadRenderTextureFromData. Documentation updates.jussi
2023-10-29New object types for all types.jussi
2023-10-28New object type Font.jussi
2023-10-27New object types for Image, Texture, RenderTexture, Camera2D, Camera3D and ↵jussi
Shader.
2023-10-27Release v0.5.jussi
2023-04-06All global variables and functions are not in global RL table. doc_parser ↵jussi
creates also ReiLua_API.lua.
2023-02-15RL_GetWindowSize renamed to RL_GetScreenSize.jussi
2022-06-26Get font info.jussi
2022-03-10Measure text.jussi
2022-02-21Documentation. waving_cubes example and RL_DrawFPS and RL_ColorFromHSV.jussi
2022-02-20Documentation and better cmakelist.jussi