Skip to content

secondlife/create

Second Life Creation Portal

Official documentation for building and scripting in Second Life at create.secondlife.com.

About

This site provides comprehensive documentation for Second Life creators, covering:

  • LSL (Linden Scripting Language) - Complete language reference, guides, and examples
  • SLua (Second Life Lua) - Modern scripting with Luau, including migration guides from LSL
  • Building & Construction - Tutorials and reference materials for creating in Second Life

Built with Astro and Starlight.

Quick Start

# Install dependencies
pnpm install

# Start dev server at http://localhost:4321
pnpm dev

# Build for production
pnpm build

Contributing

We welcome contributions! Please discuss significant changes before starting work to ensure alignment with project goals.

See CONTRIBUTING.md for:

  • Communication channels (Discord, GitHub Issues, forums)
  • Setup and development workflow
  • Documentation style guide
  • How to add or modify content

Project Structure

src/
β”œβ”€β”€ content/docs/          # Documentation (Markdown/MDX)
β”‚   β”œβ”€β”€ script/           # LSL & SLua documentation
β”‚   └── build/            # Building documentation
β”œβ”€β”€ components/           # Astro components
β”œβ”€β”€ definitions/          # LSL/SLua language definitions (YAML)
└── assets/              # Images and media

Communication

License

This documentation is open source. Code examples may be used freely in Second Life scripts.

Links

About

πŸ“– Second Life's official creator documentation site

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages