Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibra-kdbra/pingpong-3d
Three.js with react fiber Ping-Pong 3d training game
https://github.com/ibra-kdbra/pingpong-3d
game javascript react-fiber simple-game threejs
Last synced: 28 days ago
JSON representation
Three.js with react fiber Ping-Pong 3d training game
- Host: GitHub
- URL: https://github.com/ibra-kdbra/pingpong-3d
- Owner: ibra-kdbra
- Created: 2023-10-01T20:18:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-15T11:27:29.000Z (6 months ago)
- Last Synced: 2024-11-12T13:09:51.187Z (3 months ago)
- Topics: game, javascript, react-fiber, simple-game, threejs
- Language: JavaScript
- Homepage: https://ping-pong-0.vercel.app
- Size: 1.43 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Three.js odessey
## 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 at localhost:8080
npm run dev# Build for production in the dist/ directory
npm run build
```