
viber3D - a modern starter kit for 3D browser games.
.cursor/rules for enhanced AI assistanceTry out Viber3D with our live demo: viber3d-spacewars.kevinkern.dev
npx viber3d@latest init
Open in Cursor
Run your project
npm run dev
# or
pnpm run dev
http://localhost:5173 to see your app in action 🥳npm run build
viber3D comes with comprehensive documentation to help you get started:
Visit the documentation site to learn more.
viber3d comes with predefined .cursor/rules to enhance your development experience when using Cursor AI:
These rules help maintain code quality and consistency when using AI assistance, making it easier to integrate AI-generated code into your project.
| AI Tool | How to Include Prompts |
|---|---|
| GitHub Copilot | Create a .github/copilot-instructions.md file in your repository's root directory and add natural language instructions in Markdown format. These instructions will guide Copilot's behavior across your project. More information is available in the GitHub Copilot documentation. |
| Windsurf | Add a .windsurfrules file into the project root. Windsurf Getting Started Guide. |
| Cline | 1. Click Cline extension settings 2. Find "Custom Instructions" field 3. Add your instructions Cline GitHub repository. |
npx viber3d@latest [project-name] [options]
Options:
--cwd, -c The working directory. Defaults to the current directory
--name Project name
--force, -f Override existing directory
--install Skip installing dependencies (default: true)
--gitInit Initialize git repository
--packageManager Package manager choice (npm, pnpm, yarn)
--yes, -y Skip confirmation prompt (default: false)
--defaults, -d Use default configuration (default: false)
--silent, -s Mute output (default: false)
--help, -h Display help for command
Contributions are welcome! Please feel free to submit a Pull Request.
For detailed contribution guidelines, development workflow, and coding standards, please see our CONTRIBUTE.md document.
We recommend installing the following VS Code extensions for the best development experience:
This project is licensed under the MIT License - see the LICENSE file for details.
Viber3D stands on the shoulders of giants:
See our full credits page for more details.