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

https://github.com/sebavan/babylonjsthinenginetriangle

Quick Demo of relying on Babylon.js ThinEngine to draw a triangle.
https://github.com/sebavan/babylonjsthinenginetriangle

Last synced: over 1 year ago
JSON representation

Quick Demo of relying on Babylon.js ThinEngine to draw a triangle.

Awesome Lists containing this project

README

          

# Babylon.js ThinEngine Triangle

[![Twitter](https://img.shields.io/twitter/follow/babylonjs.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=babylonjs)

**Any questions?** Here is our official [forum](https://forum.babylonjs.com/).

## Running locally

After cloning the repo, running locally during development is all the simplest:
```
npm install
npm start
```

For VSCode users, if you have installed the Chrome Debugging extension, you can start debugging within VSCode by using the appropriate launch menu.