Hi there 👋 I'm Björn Hjorth
I like combining the web stack and game development, if you like what you see please do not be a stranger and say "Hi" on Twitter @colorsofcode
The Babylon.js starting template is designed to leverage the advantages of TypeScript while still allowing developers to write their code in JavaScript
The template is based on the Starter HTML Template
from Babylon.js
- Node 16+
- Npm
- You can either press the "Use this template" button or clone the repository
git clone https://github.com/colorsofcode/babylonjs-starting-template.git
- Move to the new directory
cd babylonjs-starting-template
- Install development dependencies
npm install
- Start up the development environment
npm run dev
Björn Hjorth - @colorsofcode
The code is distributed under the MIT License. See LICENSE
for more information
Babylon.js - Open sourced WebGL/WebGPU-based graphics engine written in Typescript
Vite - Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects.