Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 903 Bytes

File metadata and controls

27 lines (17 loc) · 903 Bytes

@dcl/playground-assets

Assets package for the Decentraland Playground.

Overview

This package contains the built assets required by the Decentraland Playground - an experimental web IDE that allows developers to:

  • Write and preview Decentraland scenes in real-time
  • Share code snippets with other developers
  • Test and iterate on scene code directly in the browser
  • View changes instantly in the integrated Decentraland web explorer

Similar to Babylon.js Playground, the Decentraland Playground provides an interactive environment for rapid prototyping and experimentation.

Development

The assets in this package are automatically built during the monorepo's build process:

# From the root of the monorepo
make build

Related Documentation