LoveRay
LoveRay2d is not 100% compatible with the original Love2d, but it includes the main events that are compatible with Love2d’s characteristics of input, draw, and transform.
File Explorer
- settings.json
- tasks.json
- carro.png
- roda.png
- zazaka.png
- batch.lua
- demo1.lua
- demo2.lua
- demo3.lua
- demo4.lua
- punk.lua
- simple.lua
- boot.lua
- main.lua
- nogame.lua
- boot_lua.h
- Box2d.hpp
- Chipmunk.hpp
- Love.hpp
- main.cpp
- nogame_lua.h
- Physics.hpp
- CMakeLists.txt
- b2_api.h
- b2_block_allocator.h
- b2_body.h
- b2_broad_phase.h
- b2_chain_shape.h
- b2_circle_shape.h
- b2_collision.h
- b2_common.h
- b2_contact.h
- b2_contact_manager.h
- b2_distance.h
- b2_distance_joint.h
- b2_draw.h
- b2_dynamic_tree.h
- b2_edge_shape.h
- b2_fixture.h
- b2_friction_joint.h
- b2_gear_joint.h
- b2_growable_stack.h
- b2_joint.h
- b2_math.h
- b2_motor_joint.h
- b2_mouse_joint.h
- b2_polygon_shape.h
- b2_prismatic_joint.h
- b2_pulley_joint.h
- b2_revolute_joint.h
- b2_rope.h
- b2_settings.h
- b2_shape.h
- b2_stack_allocator.h
- b2_time_of_impact.h
- b2_time_step.h
- b2_timer.h
- b2_types.h
- b2_weld_joint.h
- b2_wheel_joint.h
- b2_world.h
- b2_world_callbacks.h
- box2d.h
- b2_broad_phase.cpp
- b2_chain_shape.cpp
- b2_circle_shape.cpp
- b2_collide_circle.cpp
- b2_collide_edge.cpp
- b2_collide_polygon.cpp
- b2_collision.cpp
- b2_distance.cpp
- b2_dynamic_tree.cpp
- b2_edge_shape.cpp
- b2_polygon_shape.cpp
- b2_time_of_impact.cpp
- b2_block_allocator.cpp
- b2_draw.cpp
- b2_math.cpp
- b2_settings.cpp
- b2_stack_allocator.cpp
- b2_timer.cpp
- b2_body.cpp
- b2_chain_circle_contact.cpp
- b2_chain_circle_contact.h
- b2_chain_polygon_contact.cpp
- b2_chain_polygon_contact.h
- b2_circle_contact.cpp
- b2_circle_contact.h
- b2_contact.cpp
- b2_contact_manager.cpp
- b2_contact_solver.cpp
- b2_contact_solver.h
- b2_distance_joint.cpp
- b2_edge_circle_contact.cpp
- b2_edge_circle_contact.h
- b2_edge_polygon_contact.cpp
- b2_edge_polygon_contact.h
- b2_fixture.cpp
- b2_friction_joint.cpp
- b2_gear_joint.cpp
- b2_island.cpp
- b2_island.h
- b2_joint.cpp
- b2_motor_joint.cpp
- b2_mouse_joint.cpp
- b2_polygon_circle_contact.cpp
- b2_polygon_circle_contact.h
- b2_polygon_contact.cpp
- b2_polygon_contact.h
- b2_prismatic_joint.cpp
- b2_pulley_joint.cpp
- b2_revolute_joint.cpp
- b2_weld_joint.cpp
- b2_wheel_joint.cpp
- b2_world.cpp
- b2_world_callbacks.cpp
- b2_rope.cpp
- CMakeLists.txt
- chipmunk.h
- chipmunk_ffi.h
- chipmunk_private.h
- chipmunk_structs.h
- chipmunk_types.h
- chipmunk_unsafe.h
- cpArbiter.h
- cpBB.h
- cpBody.h
- cpConstraint.h
- cpDampedRotarySpring.h
- cpDampedSpring.h
- cpGearJoint.h
- cpGrooveJoint.h
- cpHastySpace.h
- cpMarch.h
- cpPinJoint.h
- cpPivotJoint.h
- cpPolyline.h
- cpPolyShape.h
- cpRatchetJoint.h
- cpRobust.h
- cpRotaryLimitJoint.h
- cpShape.h
- cpSimpleMotor.h
- cpSlideJoint.h
- cpSpace.h
- cpSpatialIndex.h
- cpTransform.h
- cpVect.h
- chipmunk.c
- cpArbiter.c
- cpArray.c
- cpBBTree.c
- cpBody.c
- cpCollision.c
- cpConstraint.c
- cpDampedRotarySpring.c
- cpDampedSpring.c
- cpGearJoint.c
- cpGrooveJoint.c
- cpHashSet.c
- cpHastySpace.c
- cpMarch.c
- cpPinJoint.c
- cpPivotJoint.c
- cpPolyline.c
- cpPolyShape.c
- cpRatchetJoint.c
- cpRobust.c
- cpRotaryLimitJoint.c
- cpShape.c
- cpSimpleMotor.c
- cpSlideJoint.c
- cpSpace.c
- cpSpaceComponent.c
- cpSpaceDebug.c
- cpSpaceHash.c
- cpSpaceQuery.c
- cpSpaceStep.c
- cpSpatialIndex.c
- cpSweep1D.c
- prime.h
- makefile
- lauxlib.h
- lua.h
- lua.hpp
- LuaBridge.hpp
- luaconf.h
- lualib.h
- lapi.c
- lapi.h
- lauxlib.c
- lbaselib.c
- lcode.c
- lcode.h
- lcorolib.c
- lctype.c
- lctype.h
- ldblib.c
- ldebug.c
- ldebug.h
- ldo.c
- ldo.h
- ldump.c
- lfunc.c
- lfunc.h
- lgc.c
- lgc.h
- linit.c
- liolib.c
- ljumptab.h
- llex.c
- llex.h
- llimits.h
- lmathlib.c
- lmem.c
- lmem.h
- loadlib.c
- lobject.c
- lobject.h
- lopcodes.c
- lopcodes.h
- lopnames.h
- loslib.c
- lparser.c
- lparser.h
- lprefix.h
- lstate.c
- lstate.h
- lstring.c
- lstring.h
- lstrlib.c
- ltable.c
- ltable.h
- ltablib.c
- ltm.c
- ltm.h
- luac.c
- lundump.c
- lundump.h
- lutf8lib.c
- lvm.c
- lvm.h
- lzio.c
- lzio.h
- CMakeLists.txt
- config.h
- raylib.h
- raymath.h
- rcamera.h
- rgestures.h
- rlgl.h
- FindEpollShim.cmake
- FindOSMesa.cmake
- cmake_uninstall.cmake.in
- GenerateMappings.cmake
- glfw3.pc.in
- glfw3Config.cmake.in
- i686-w64-mingw32-clang.cmake
- i686-w64-mingw32.cmake
- Info.plist.in
- x86_64-w64-mingw32-clang.cmake
- x86_64-w64-mingw32.cmake
- gl.h
- gles2.h
- vulkan.h
- _mingw_dxhelper.h
- dinput.h
- xinput.h
- fractional-scale-v1.xml
- idle-inhibit-unstable-v1.xml
- pointer-constraints-unstable-v1.xml
- relative-pointer-unstable-v1.xml
- viewporter.xml
- wayland.xml
- xdg-activation-v1.xml
- xdg-decoration-unstable-v1.xml
- xdg-shell.xml
- getopt.c
- getopt.h
- glfw3.h
- glfw3native.h
- CMakeLists.txt
- cocoa_init.m
- cocoa_joystick.h
- cocoa_joystick.m
- cocoa_monitor.m
- cocoa_platform.h
- cocoa_time.c
- cocoa_time.h
- cocoa_window.m
- context.c
- egl_context.c
- glfw.rc.in
- glx_context.c
- init.c
- input.c
- internal.h
- linux_joystick.c
- linux_joystick.h
- mappings.h
- mappings.h.in
- monitor.c
- nsgl_context.m
- null_init.c
- null_joystick.c
- null_joystick.h
- null_monitor.c
- null_platform.h
- null_window.c
- osmesa_context.c
- platform.c
- platform.h
- posix_module.c
- posix_poll.c
- posix_poll.h
- posix_thread.c
- posix_thread.h
- posix_time.c
- posix_time.h
- vulkan.c
- wgl_context.c
- win32_init.c
- win32_joystick.c
- win32_joystick.h
- win32_module.c
- win32_monitor.c
- win32_platform.h
- win32_thread.c
- win32_thread.h
- win32_time.c
- win32_time.h
- win32_window.c
- window.c
- wl_init.c
- wl_monitor.c
- wl_platform.h
- wl_window.c
- x11_init.c
- x11_monitor.c
- x11_platform.h
- x11_window.c
- xkb_unicode.c
- xkb_unicode.h
- .mailmap
- CMakeLists.txt
- CONTRIBUTORS.md
- LICENSE.md
- README.md
- cgltf.h
- dirent.h
- dr_flac.h
- dr_mp3.h
- dr_wav.h
- glad.h
- glad_gles2.h
- jar_mod.h
- jar_xm.h
- m3d.h
- miniaudio.h
- msf_gif.h
- par_shapes.h
- qoa.h
- qoaplay.c
- qoi.h
- RGFW.h
- rl_gputex.h
- rprand.h
- sdefl.h
- sinfl.h
- stb_image.h
- stb_image_resize2.h
- stb_image_write.h
- stb_perlin.h
- stb_rect_pack.h
- stb_truetype.h
- stb_vorbis.c
- tinyobj_loader_c.h
- vox_loader.h
- win32_clipboard.h
- rcore_android.c
- rcore_desktop_glfw.c
- rcore_desktop_rgfw.c
- rcore_desktop_sdl.c
- rcore_drm.c
- rcore_template.c
- rcore_web.c
- minshell.html
- raudio.c
- rcore.c
- rglfw.c
- rmodels.c
- rshapes.c
- rtext.c
- rtextures.c
- shell.html
- utils.c
- utils.h
- CMakeLists.txt
- 001.gif
- 002.gif
- 003.gif
- 004.gif
- api
- CMakeLists.txt
- lua2h.py
- makefile
- README.md
- screenshot000.png
- screenshot001.png
- screenshot002.png
- screenshot003.png
- screenshot004.png
- screenshot005.png
- screenshot006.png
- screenshot007.png
- screenshot008.png
- screenshot009.png
- todo
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
// repository documentation
Was this content helpful?
(0 ratings)
