/love2d-project-creator

Primary LanguageJavaScriptMIT LicenseMIT

Love2D Project Creator

A Visual Studio Code extension for fast Love2D project creation with template management and project organization.

Features

  • Quick Project Creation: Create new Love2D projects in seconds
  • Template Management: Create and manage project templates
  • Project Organization: Maintain and access your Love2D projects list
  • Basic Structure: New projects include:
    • main.lua (basic game loop)
    • conf.lua (basic configuration)
    • Customizable template files

Usage

  1. Click the Love2D icon in the activity bar
  2. Select "Create Love2D Project"
  3. Choose template (if available)
  4. Enter project name and location
  5. The project will be created and opened in VSCode

Project Management

  • View and organize your Love2D projects
  • Quickly access recent projects
  • Delete projects directly from the interface
  • Reveal projects in Finder/Explorer

Requirements

  • Visual Studio Code 1.75.0 or higher
  • Love2D installed (for running the projects)

License

MIT License - see LICENSE file