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
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
News
-
An All-Snap Version of Ubuntu is In The Works
Along with the standard deb version of the open-source operating system, Canonical will release an-all snap version.
-
Mageia 9 Beta 2 Ready for Testing
The latest beta of the popular Mageia distribution now includes the latest kernel and plenty of updated applications.
-
KDE Plasma 6 Looks to Bring Basic HDR Support
The KWin piece of KDE Plasma now has HDR support and color management geared for the 6.0 release.
-
Bodhi Linux 7.0 Beta Ready for Testing
The latest iteration of the Bohdi Linux distribution is now available for those who want to experience what's in store and for testing purposes.
-
Changes Coming to Ubuntu PPA Usage
The way you manage Personal Package Archives will be changing with the release of Ubuntu 23.10.
-
AlmaLinux 9.2 Now Available for Download
AlmaLinux has been released and provides a free alternative to upstream Red Hat Enterprise Linux.
-
An Immutable Version of Fedora Is Under Consideration
For anyone who's a fan of using immutable versions of Linux, the Fedora team is currently considering adding a new spin called Fedora Onyx.
-
New Release of Br OS Includes ChatGPT Integration
Br OS 23.04 is now available and is geared specifically toward web content creation.
-
Command-Line Only Peropesis 2.1 Available Now
The latest iteration of Peropesis has been released with plenty of updates and introduces new software development tools.
-
TUXEDO Computers Announces InfinityBook Pro 14
With the new generation of their popular InfinityBook Pro 14, TUXEDO upgrades its ultra-mobile, powerful business laptop with some impressive specs.