Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yamayuski/babylon-fps-shooter
FPS Shooter sample on Babylon.js
https://github.com/yamayuski/babylon-fps-shooter
babylonjs sample shooter webgl
Last synced: about 21 hours ago
JSON representation
FPS Shooter sample on Babylon.js
- Host: GitHub
- URL: https://github.com/yamayuski/babylon-fps-shooter
- Owner: yamayuski
- License: apache-2.0
- Created: 2021-06-21T13:47:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T12:37:26.000Z (about 2 years ago)
- Last Synced: 2024-09-05T23:56:48.083Z (5 months ago)
- Topics: babylonjs, sample, shooter, webgl
- Language: TypeScript
- Homepage: https://cafe-capy.net/babylon-fps-shooter
- Size: 2.12 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# babylon-fps-shooter
![](index.jpg)
FPS shooter sample on Babylon.js with Vite.
- [babylon.js forum thread](https://forum.babylonjs.com/t/fps-shooter-sample-on-babylon-js-with-vite/21822)
## Prerequisites
- node.js v14 or v16
- yarn v1.x## Debugging
```bash
$ yarn install --frozen-lockfile
$ yarn dev
```open browser http://localhost:3000/
## Build
```bash
$ yarn build
```## Publish
[@semantic-release](https://github.com/semantic-release/semantic-release) upgrades automatically.