@dcl-regenesislabs/opendcl 0.1.0-22234509684.commit-63dfd19 → 0.1.0-22237371126.commit-87c447f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +19 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,9 +2,26 @@
2
2
 
3
3
  [![CI](https://github.com/dcl-regenesislabs/opendcl/actions/workflows/ci.yaml/badge.svg)](https://github.com/dcl-regenesislabs/opendcl/actions/workflows/ci.yaml)
4
4
 
5
- AI coding assistant for Decentraland SDK7 scene development.
5
+ Build Decentraland scenes with AI. Describe what you want in plain language — OpenDCL handles the SDK7 code, ECS architecture, and deployment for you.
6
6
 
7
- OpenDCL is a terminal-based AI agent that understands Decentraland's SDK, components, and patterns out of the box. It helps creators from beginners to experienced developers build interactive 3D scenes faster using natural language.
7
+ OpenDCL is a terminal-based AI agent that knows Decentraland inside out: every component, every pattern, every constraint. Whether you're a first-time creator or a seasoned developer, you go from idea to running scene in minutes instead of hours.
8
+
9
+ ## Why OpenDCL?
10
+
11
+ Building a Decentraland scene today means learning SDK7, an entity-component-system architecture, TypeScript, 60+ ECS components, parcel size limits, a QuickJS sandbox with no Node.js APIs, and a deployment pipeline. That's a steep learning curve — and it slows down even experienced developers on repetitive tasks.
12
+
13
+ OpenDCL puts an AI assistant in your terminal that already knows all of this. You describe what you want, and it writes correct, deployable scene code. It validates TypeScript as it goes, knows which 3D assets are freely available, and handles multiplayer sync, UI, animations, and deployment config without you needing to look anything up.
14
+
15
+ The result: **more creators building more scenes, faster.**
16
+
17
+ ## Use Cases
18
+
19
+ - **Beginners & non-developers** — "Build me a gallery with clickable paintings." Go from zero to a working scene without writing code manually.
20
+ - **Experienced developers** — Skip the boilerplate. Let the agent handle multiplayer sync, UI scaffolding, and deployment config while you focus on creative decisions.
21
+ - **Teams & studios** — Prototype scene concepts quickly and iterate before committing full dev resources.
22
+ - **Land owners & brands** — Build and update experiences on your LAND without hiring a dedicated development team.
23
+ - **Event organizers** — Spin up interactive stages, gathering areas, and event spaces fast.
24
+ - **Hackathons & game jams** — Go from concept to deployed scene in hours instead of days.
8
25
 
9
26
  ## Features
10
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl-regenesislabs/opendcl",
3
- "version": "0.1.0-22234509684.commit-63dfd19",
3
+ "version": "0.1.0-22237371126.commit-87c447f",
4
4
  "description": "AI coding assistant for Decentraland SDK7 scene development",
5
5
  "type": "module",
6
6
  "bin": {
@@ -61,5 +61,5 @@
61
61
  "prompts/",
62
62
  "context/"
63
63
  ],
64
- "commit": "63dfd19efba3c9161937a7f24abcc4f95b478473"
64
+ "commit": "87c447f3a7cbb92fd2dced062e437db0953a91d5"
65
65
  }