Getting Started
Installation
Get started with Viber3D game starter kit.
Requirements
Before installing Viber3D, make sure you have:
- Node.js 16.x or later
- A modern web browser with WebGL support
- npm, yarn, or pnpm package manager
Installation
Run the script to create a new project:
Terminal
npx viber3d@latest init
Cursor AI Integration
To enhance your development experience with Cursor AI, add our LLMs documentation:
- Visit viber3d.instructa.ai/llms_full.txt
- Add this documentation URL to Cursor AI's documentation settings
- Cursor AI will now provide intelligent assistance specific to Viber3D development when you add
@Docs
and then search for the docs likeviber3d
.
For detailed instructions on adding custom documentation to Cursor AI, visit our tutorial.
Next Steps
Now that you have Viber3D installed, you can:
- Check out the Usage Guide to learn the basics
- Explore the Core Concepts to understand the engine's architecture
- Browse the Systems documentation to learn about specific features
- Join our GitHub Discussions for community support