flushpot1125 / bjs_es6

ES6 version of Babylon.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A ES6 based example on Babylon.js

overview.jpg

Background

Basic example for ES6 and Babylon.js. Most of code are based on ES6 usage on Babylon.js official document.

Feature

The following two simple modules has been added.

  1. ImportModel.importMeshModel()
./src/ImportModel.js
  1. Effects.add()
./src/Effects.js

Usage

  1. npm install
npm install webpack webpack-cli webpack-dev-server
  1. run webpack-dev-server
$ npx webpack-dev-server
  1. Access the URL

http://localhost:3000

About

ES6 version of Babylon.js

License:MIT License


Languages

Language:JavaScript 86.0%Language:HTML 14.0%