Skip to content

Importing "package:leap/leap" should only import the core Leap API #33

@kurtome

Description

@kurtome

Ideally the core Leap API is mostly just:

  • LeapGame
  • LeapMap
  • LeapWorld
  • PhysicalEntity
  • a few other supporting classes and types

Then client code should selectively import things like reusable characters, reusable ground tiles, etc. via:

  • import "package:leap/templates/characters"
  • import "package:leap/templates/input"

That way these other classes are clearly delineated from the core library, and clarify that these other classes are starting points to guide which will often just guide you to build your own custom implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions