summaryrefslogtreecommitdiff
path: root/src/shapes.c
AgeCommit message (Collapse)Author
10 daysAdd macOS support and project creation toolIndrajith K L
- Add macOS static and dynamic library linking support - Add cross-platform build scripts for Windows, macOS, and Linux - Add project creation script with metadata embedding - Add macOS app bundle creation with icon support - Update CMakeLists.txt for platform detection - Fix STB rect pack duplicate symbols - Remove test images and unused files - Consolidate documentation into MACOS.md
2025-04-09RectPack.jussi
2024-11-21New raylib 5.5 functions.jussi
2024-11-20Initial switch to raylib 5.5.jussi
2024-02-18Pointer variable declaration style change.jussi
2023-11-20Spline functions.jussi
2023-11-20Initial changes for Raylib 5.0 and some missing functions.jussi
2023-11-09Organized shapes, textures, audio, text, lights and gui functions.jussi
2023-10-31Merged uluaGet*Index functions to uluaGet* functions.jussi
2023-10-30Userdata objects can be referenced with lightuserdata.jussi
2023-10-29Shapes, RLGL, Math, Gui and Easings to new style.jussi
2023-10-27New object types for Image, Texture, RenderTexture, Camera2D, Camera3D and ↵jussi
Shader.
2023-08-04logLevelInvalid for bad function calls and invalid data formats.jussi
2023-06-01Camera2D and Camera3D can be given as tables.jussi
2023-06-01New rlgl functions and texture can be given as table.jussi
2023-05-01Texture now can be either Texture or RenderTexture. No need to change ↵jussi
texture source anymore.
2023-04-07Audio and shapes now use new argumet style.jussi
2023-04-06Vector2LineAngle and more Color functions.jussi
2023-04-06All global variables and functions are not in global RL table. doc_parser ↵jussi
creates also ReiLua_API.lua.
2022-12-02ReiLuaGui basics done.jussi
2022-11-22DrawRectangleGradient V and H expecting wrong amount of arguments.jussi
2022-06-12Rest of shapes draw functions.jussi
2022-02-18Added initial files.jussi