nelson-mig-l / hthreejs

Home Page:https://nelson-mig-l.github.io/hthreejs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hthreejs

Rendering h3-js using three.js.

Codacy Badge CI

Live demo

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

Structure

  • src/ source code folder

    • index.ts application entry point

    • ...

  • public folder containing static assets

    • index.html HTML entry point
  • dist folder containing output of build process

Chunks

See comments in webpack.config.common.js

MAIN 1.23 MB (1,300,090 bytes)
---- 1.23 MB (1,300,090 bytes)


MAIN 4.42 KB (    4,535 bytes)
DEPS 1.23 MB (1,296,213 bytes)
---- 1.24 MB (1,300,748 bytes)

MAIN 4.43 KB (    4,537 bytes)
3DJS 1.08 MB (1,136,428 bytes)
DEPS  156 KB (  159,850 bytes)
---- 1.24 MB (1,300,815 bytes)

About

https://nelson-mig-l.github.io/hthreejs/

License:MIT License


Languages

Language:TypeScript 83.0%Language:JavaScript 12.9%Language:HTML 3.6%Language:CSS 0.5%