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

https://github.com/TomWHall/babylon-js-platformer

A 3D platform game demo using Babylon.js and React
https://github.com/TomWHall/babylon-js-platformer

Last synced: about 1 month ago
JSON representation

A 3D platform game demo using Babylon.js and React

Awesome Lists containing this project

README

        

# Babylon.js 3D platformer demo

A 3D platform game demo using Babylon.js and React

![Screenshot](https://tomwhall.github.io/babylon-js-platformer/babylon-js-3d-platformer-demo.jpg)

Written in TypeScript, bundled with Webpack.

[Play online](https://tomwhall.github.io/babylon-js-platformer/)

## Build

* If not installed, install [Node.js](https://nodejs.org/)
* Install NPM packages:
```
npm install
```
* To build in release mode:
```
release.cmd
```
* To build in dev mode with file watch:
```
dev.cmd
```

Files are output to /build