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

https://github.com/sebavan/babylonjsinksample

Quick Demo of using the Babylon.js to simulate inking.
https://github.com/sebavan/babylonjsinksample

babylonjs ink webgl

Last synced: about 1 month ago
JSON representation

Quick Demo of using the Babylon.js to simulate inking.

Awesome Lists containing this project

README

        

# Babylon.js Inking DEMO

[![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.

## Live Demo

All available in the famous [Babylon.js website](https://www.babylonjs.com/demos/ink).