All Projects → codefine → babylonjs-webpack

codefine / babylonjs-webpack

Licence: other
babylonjs, webpack, typescript

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

babylonjs-webpack

Demo

https://codefine.github.io/demo/babylonjs/

Intro

Start a BABYLON.js project with:

  • webpack
  • typescript
  • pep.js

Start

npm i yarn -g
yarn install

or

npm i

Scripts

npm run dev     # start development server
npm run build   # package components for production env

Structure

- BABYLONJS Project
  |- config            # webpack confs
  |- src
     |- assets         # static resource (textures, models ets.)
     |- libs           # librarys and plugins
     |- styles         # sass styles
     |- components     # Game components
     |- index.ts       # entry file
     |- index.html     # basic html file
  |- postcss.config.js # postcss conf
  |- tsconfig.js       # ts conf

libs

  • tencentTouchFixers - Fixed Touch-Error in mobile broswer such as { QQ, Wechat }
  • fpsMonitor - FPS monitor by GUI
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].