puntorigen / babylonjs-real-sun-moon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babylonjs-real-sun-moon example

BabylonJS RealSunMoon

https://forum.babylonjs.com/t/realsun-position-your-star-sun-like-a-pro/22212

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

babylonjs-real-sun-moon library

No NPM published yet. This library will be moved to a separate repository.

The RealSun library code is located in the library folder.

cd library
npm i

To build the library use

npm run build

The library gets compiled to the dist folder.

About


Languages

Language:JavaScript 36.5%Language:Vue 31.0%Language:TypeScript 29.2%Language:HTML 1.9%Language:SCSS 1.5%