🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

create-viber3d

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

create-viber3d

Create a new Viber3D project for building 3D games with React Three Fiber

unpublished
latest
npmnpm
Version
0.0.1
Version published
Maintainers
0
Created
Source

create-viber3d

License

CLI tool to create a new viber3D project - a modern starter kit for 3D browser games.

Usage

# Create a new viber3d project
npx create-viber3d@latest

# Or specify a project name
npx create-viber3d@latest my-3d-game

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 create-viber3d@latest [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
  • GitHub: viber3d
  • Author: Kevin Kern

Keywords

react

FAQs

Package last updated on 01 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts