Skip to content

Application starter using Babylonjs, Typescript and Webpack

License

Notifications You must be signed in to change notification settings

Adrian-Serna/TypeBaby-starter

Repository files navigation

TypeBaby-Starter

Babylonjs and Typescript starter for Babylon 4.2

A Babylon and Typescript starter transpiled with webpack, results in a javascript, with connection interfaces of its main functions, to be accessible from external scripts and events.

The html inside the public folder is just an example of how to call javascript from the body, with a basic configuration of css fullscreen. This html is not compiled on implementation.

The starting point of this starter has been Tim Okolowski's repository at https://github.com/oktinaut/babylonjs-typescript-starter with modifications in the webpack configuration, the update and inclusion of babylonjs libraries and the creation of connection interfaces of some functions with the outside world.

  • Assets folder sample in public folder included

Setup

Run the following commands from within the repository's root folder to setup the application:

  1. npm install

Running

Run the following commands from within the repository's root folder to run the project using webpack-dev-server:

  1. npm start

Build

Run the following commands from within the repository's root folder to build the project using webpack:

  1. npm run build

About

Application starter using Babylonjs, Typescript and Webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published