/babylonts-template

A template for creating Babylon TS projects

Primary LanguageTypeScript

This template is now archived! You should use the better template at https://github.com/RaananW/babylonjs-webpack-es6

Babylon TS Template

A template for creating Babylon TS projects.

A simple implementation Babylon scene, setup using TypeScript.

Getting Started

  1. Look inside the package.json and make sure all urls make sense and you're happy with the options.
  2. Run npm install.

./public/index.html defines the html template used (no changes required for now).
Look at ./src/app.ts to start coding.

Please follow the official Babylon JS Documentation.

Running

Press Run in Replit.

Other environments: npm run dev: Runs the webpack local server.

More Commands

npm run build: Builds the application into the dist folder.
npm test: Runs the jest tests.
As defined in package.json