Go to file
2020-01-19 01:49:04 -05:00
docs Add _config.yml to docs/ 2020-01-19 01:24:04 -05:00
img Add detail 1 screenshot to README 2019-02-09 18:53:30 -05:00
src Remove hexsphere 7 option 2020-01-19 01:28:08 -05:00
.gitignore First commit, sphere with individually painted faces 2019-02-03 04:02:39 -05:00
package.json Add shape bin files, shape selection 2020-01-19 01:17:25 -05:00
README.md Update readme 2020-01-19 01:49:04 -05:00
webpack.config.js Add shape bin files, shape selection 2020-01-19 01:17:25 -05:00

Hexsphere and Icosahedron Viewer

View live at: https://www.hallada.net/planet/

Renders shapes generated from my other project icosahedron (github repo) using regl.js.

Since this is hosted on Github, which has a 100 MB file limit. The most detailed shapes available for rendering are the hexsphere at detail level 6 and the icosahedron at detail level 7.

Running

Checkout and then run:

npm install
npm start

Building

Compiles files to the /docs folder which is the folder set up for Github pages hosting.

npm run build

Any output needs to be committed for it to appear on Github pages.