summaryrefslogtreecommitdiff
path: root/examples/platformer/main.lua
AgeCommit message (Expand)Author
2023-11-16Lightmap 100 and 120 shaders. Snake and platformer example refining.jussi
2023-11-15GC_UNLOAD build time define and replaced with flag to change it at runtime.jussi
2023-10-30Userdata objects can be referenced with lightuserdata.jussi
2023-10-27New object types for Image, Texture, RenderTexture, Camera2D, Camera3D and Sh...jussi
2023-06-01New rlgl functions and texture can be given as table.jussi
2023-05-10DrawBillboardPro and rlglGetVersion.jussi
2023-05-01Texture now can be either Texture or RenderTexture. No need to change texture...jussi
2023-04-14Raygui wrapper lib.jussi
2023-04-12glBlitFramebuffer.jussi
2023-04-06All global variables and functions are not in global RL table. doc_parser cre...jussi
2023-02-15RL_GetWindowSize renamed to RL_GetScreenSize.jussi
2023-02-08BLEND_ALPHA_PREMULTIPLY.jussi
2022-12-01ReiLuaGui basics.jussi
2022-11-11Lua interpreter mode and easings module.jussi
2022-09-22v0.3.jussi
2022-07-26Create material using correct texture source.jussi
2022-06-26Get font info.jussi
2022-06-19Custom log function logLevel.jussi
2022-06-19RLGL line width functions.jussi
2022-06-05Rest of input functions and camera system functions.jussi
2022-05-31Windows Lua build instructions.jussi
2022-05-27Iqm test.jussi
2022-05-26Platformer example.jussi