What problem does it solve?
Developers often need a structured way to access and organize the core LÖVE APIs, tools, and documentation when building games, and doing so manually can lead to inconsistencies.
This skill provides a centralized interface to the LÖVE core functionality, reducing boilerplate and confusion.
Core Features & Use Cases
- Core API access: Centralized access to love.* functions and modules.
- Module overview: Clear references to submodules like graphics, audio, physics, and input for rapid exploration.
- Educational examples: Quick-start patterns and examples to bootstrap new LÖVE projects.
Quick Start
Import and explore the core APIs with a basic setup: call love.getVersion(), then initialize a minimal font and render a test string.