To simplify the Love2d game development steps and tools involved for beginners, Love2d Made Easy
(abbr. LoveME) adds launch game button to the top menubar based on Shortcut Menu Bar. Meanwhile, love2d code autocomplete is also included in this plugin for the convienence of love code input. Last but not the least, couples of code generators and boilerplates offered in love commands to help getting started quickly.
Love2d Run
to start love2d game(main.lua required in project root folder).main.lua
.
create main.lua
and press Enter
keyFrom menu:
If any problems, please submit issues on here
Each of release list below and features included.
Initial release of Love2d Made Easy(LoveME)
Stable version for love API autocomplete.
Windows 10+ support after one year silence. when press love2d heart
icon, it will check os type.
If process.platform
is win32
, "C:\\Program Files\\LOVE\\love.exe"
will being used to start a love2d program(main.lua). Otherwise, assume the platform is MacOSX for the time being(that means no linux support currently).
If user selected the different location to install love2D
other than default "C:\\Program Files\\LOVE\\love.exe"
, it's ok, open File/Preferences/Settings/Extensions/Love2d Made Easy
, scroll down to the end of options and change the value of Windows Love2d Path
:
@2022/01/17
fix issue: The run button is a grey square by remove unnecessary commands
@2023/10/12
fix issue: File paths with spaces not resolving
@2023/12/15
Enjoy!