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.
- Click
Love2d Run
to start love2d game(main.lua required in project root folder).
- Use command to generate
main.lua
.- Shift + cmd + p to open commands palette
- then input
create main.lua
and pressEnter
key
- More to coming...
- love2d game Launch button
- Love API autocomplete
- main.lua generator
- Interactive project generator
- Sprite/GameObject/Entity/State generator
- main.lua file required to run love2d game
- love2d executable program
- lua-language-server plugin
From menu:
- on Mac, Code/Preferences/Settings/User/Extensions/Love2d Made Easy, check/uncheck to enable/disables the buttons show up on the right top of vscode.
- on Windows, ...
If any problems, please submit issues on here
Each of release list below and features included.
Initial release of Love2d Made Easy(LoveME)
- love2d game launch button
- love2d code autocomplete
- main.lua generator
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!