A modern Babylon.js 3D showcase built with Vite and TypeScript.
- ⚡ Vite - Fast build tool and development server
- 🔷 TypeScript - Type-safe development
- 🎮 Babylon.js - Powerful 3D graphics engine
- 📱 Responsive - Full-screen 3D canvas that adapts to any screen size
- Node.js (v16 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/babylon-js-jp-community/showcase.git
cd showcase
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5173
npm run build
npm run preview
showcase/
├── src/
│ ├── main.ts # Application entry point
│ ├── babylonScene.ts # Babylon.js scene setup
│ ├── style.css # Global styles
│ └── vite-env.d.ts # Vite type definitions
├── public/
│ └── vite.svg # Static assets
├── index.html # HTML template
├── package.json # Dependencies and scripts
├── tsconfig.json # TypeScript configuration
└── README.md # This file
- Vite - Build tool
- TypeScript - Programming language
- Babylon.js - 3D engine
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.