Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.