summaryrefslogtreecommitdiff
path: root/examples/snake
AgeCommit message (Collapse)Author
2024-04-18New creation methods for object libs.jussi
2024-04-17Object libraries like Vector2 optimizations.jussi
2024-03-17Round and pubsub lib.jussi
2024-02-18Process renamed to update to be more inline with naming of raylib and common ↵jussi
convention.
2024-02-14Logo.jussi
2023-11-23Fixed snake example after Vector2Angle change.jussi
2023-11-23Support for different platforms. Platform_desktop_sdl.jussi
2023-11-16Lightmap 100 and 120 shaders. Snake and platformer example refining.jussi
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-30Userdata objects can be referenced with lightuserdata.jussi
2023-10-29Fixed examples.jussi
2023-10-27New object types for Image, Texture, RenderTexture, Camera2D, Camera3D and ↵jussi
Shader.
2023-05-01Texture now can be either Texture or RenderTexture. No need to change ↵jussi
texture source anymore.
2023-04-06All global variables and functions are not in global RL table. doc_parser ↵jussi
creates also ReiLua_API.lua.
2022-06-26Get font info.jussi
2022-06-21Removed autoset fps.jussi
2022-03-04Custom log function.jussi
2022-02-22Touch and gestures.jussi
2022-02-18Added initial files.jussi