viber3d
v0.0.6
Published
Create a new Viber3D project for building 3D games with React Three Fiber
Downloads
659
Maintainers
Readme
viber3d
CLI tool to create a new viber3D project - a modern starter kit for 3D browser games.
Usage
# Create a new viber3d project
npx viber3d@latest init
# Or specify a project name
npx viber3d@latest init myGame
Features
- 🔥 React 19 with concurrent rendering
- 🎮 React Three Fiber for declarative Three.js
- 🏎️ Vite for fast development
- 🎨 TailwindCSS for styling
- 🧠 Zustand for state management
- 🔋 Physics with React Three Rapier
- 📏 TypeScript for type safety
- 🤖 AI Integration with predefined rules
CLI Options
npx viber3d@latest init [project-name] [options]
Options:
--cwd, -c Working directory (default: current)
--name Project name
--force, -f Override existing directory
--install Skip installing dependencies (default: true)
--gitInit Initialize git repository
--packageManager Package manager (npm, pnpm, yarn)
--yes, -y Skip confirmation prompt
--defaults, -d Use default configuration
--silent, -s Mute output
--help, -h Display help
Links
- GitHub: viber3d
- Author: Kevin Kern