Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahilk-027/3d-game-crusher
First 3D game build using THREE.js and R3F
https://github.com/sahilk-027/3d-game-crusher
3d game-development r3f three-js
Last synced: 3 days ago
JSON representation
First 3D game build using THREE.js and R3F
- Host: GitHub
- URL: https://github.com/sahilk-027/3d-game-crusher
- Owner: SahilK-027
- Created: 2023-04-10T15:49:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T13:22:57.000Z (5 months ago)
- Last Synced: 2024-08-25T14:40:00.286Z (5 months ago)
- Topics: 3d, game-development, r3f, three-js
- Language: JavaScript
- Homepage: https://crusher-3d.vercel.app
- Size: 3.07 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crusher 3D (Balling Game)
## Live
- [live](https://crusher-3d.vercel.app/)## Setup
Download [Node.js](https://nodejs.org/en/download/).Run this followed commands:
``` bash
# Install dependencies (only the first time)
npm install# Run the local server
npm run dev# Run the local server host
npm run host# Build for production in the dist/ directory
npm run build
```