Implementing physics in a LÖVE game
Running and Falling
Getting back to main.lua
(Listing 4), I will use the special variable dt
in world:update ()
(line 23) to calculate the position of all moving parts depending on the time that has passed since the beginning of the execution.
As for drawing the results (lines 26 to 29), it is simply a matter of calling the draw ()
functions of terrainG
(line 27) and the box (line 28).
Conclusion
If you're using ZeroBrane Studio [4] to edit your LÖVE code (and if you aren't, you should), you will be able to run the simulation directly from the editor by pressing the Start button in the toolbar.
You can also run the program from the command line with:
love /path/to/project/directory
Either way, you'll see something like Figure 5: a box falling from the sky and bouncing against the ground.
Change line 19 in main.lua
(Listing 4) to modify the initial position, bounciness, and friction of the box and add features to your body in pobject.lua
(Listing 6). Add more objects, create particles, and change the components of the forces. In summary, enjoy your new physics sandbox!
Infos
- "Tutorial – LÖVE Animation" by Paul Brown, Linux Magazine, issue 234, May 2020, pp. 88-93, https://www.linux-magazine.com/Issues/2020/234
- LÖVE: https://love2d.org
- The Bouncy Square project: https://gitlab.com/linux-magazine/235
- ZeroBrane Studio: https://studio.zerobrane.com/
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
AlmaLinux Unveils New Hardware Certification Process
The AlmaLinux Hardware Certification Program run by the Certification Special Interest Group (SIG) aims to ensure seamless compatibility between AlmaLinux and a wide range of hardware configurations.
-
Wind River Introduces eLxr Pro Linux Solution
eLxr Pro offers an end-to-end Linux solution backed by expert commercial support.
-
Juno Tab 3 Launches with Ubuntu 24.04
Anyone looking for a full-blown Linux tablet need look no further. Juno has released the Tab 3.
-
New KDE Slimbook Plasma Available for Preorder
Powered by an AMD Ryzen CPU, the latest KDE Slimbook laptop is powerful enough for local AI tasks.
-
Rhino Linux Announces Latest "Quick Update"
If you prefer your Linux distribution to be of the rolling type, Rhino Linux delivers a beautiful and reliable experience.
-
Plasma Desktop Will Soon Ask for Donations
The next iteration of Plasma has reached the soft feature freeze for the 6.2 version and includes a feature that could be divisive.
-
Linux Market Share Hits New High
For the first time, the Linux market share has reached a new high for desktops, and the trend looks like it will continue.
-
LibreOffice 24.8 Delivers New Features
LibreOffice is often considered the de facto standard office suite for the Linux operating system.
-
Deepin 23 Offers Wayland Support and New AI Tool
Deepin has been considered one of the most beautiful desktop operating systems for a long time and the arrival of version 23 has bolstered that reputation.
-
CachyOS Adds Support for System76's COSMIC Desktop
The August 2024 release of CachyOS includes support for the COSMIC desktop as well as some important bits for video.