Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kekkorider/babylonjs-node-material-inspector
Demo repository related to an issue posted on the BabylonJS forum
https://github.com/kekkorider/babylonjs-node-material-inspector
Last synced: 1 day ago
JSON representation
Demo repository related to an issue posted on the BabylonJS forum
- Host: GitHub
- URL: https://github.com/kekkorider/babylonjs-node-material-inspector
- Owner: kekkorider
- License: mit
- Created: 2020-04-19T19:01:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:48:12.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T22:49:40.755Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://forum.babylonjs.com/t/nodematerial-broken-unless-babylonjs-inspector-is-imported/10147
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Requirements
This repository has been tested with `NodeJS v12.6.0`.
It might work with other versions, but I can't guarantee that.# Setup
## Install the packages
```shell
$ yarn install
```## Run the dev server
```shell
$ yarn dev
```## Build
```shell
$ yarn build
```