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.
- Host: GitHub
- URL: https://github.com/sebavan/babylonjsthinenginetriangle
- Owner: sebavan
- License: mit
- Created: 2023-07-12T22:20:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T00:25:30.000Z (about 3 years ago)
- Last Synced: 2025-01-23T20:24:04.312Z (over 1 year ago)
- Language: TypeScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Babylon.js ThinEngine Triangle
[](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.