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.
- Host: GitHub
- URL: https://github.com/sebavan/babylonjsinksample
- Owner: sebavan
- License: mit
- Created: 2020-04-14T22:44:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T07:50:10.000Z (6 months ago)
- Last Synced: 2025-02-27T17:34:41.139Z (2 months ago)
- Topics: babylonjs, ink, webgl
- Language: TypeScript
- Size: 897 KB
- Stars: 25
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Babylon.js Inking DEMO
[](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).