Babylon.js Starting template

Just wanted to say hi to the Babylon.js community by sharing a super simple template I made that was designed to leverage the advantages of TypeScript while still allowing developers to write their code in JavaScript and keep the development experience free from a build step. Nothing crazy advanced and hoping to update it when get some more hours under my belt using Babylon.js

:point_right: https://github.com/colorsofcode/babylonjs-starting-template

Just wanted to share :pancakes:

4 Likes

Thanks for sharing !!!

1 Like

Updated the template to use Vite.js, BabylonJS just have too many small modules to go full native with import maps. The template still uses JavaScript and TypeScript linting

1 Like