Permalink
Please
sign in to comment.
Showing
with
17 additions
and 0 deletions.
- +14 −0 Docker/docker-compose.yml
- +3 −0 src/.bowerrc
- 0 { → src}/.gitignore
- 0 { → src}/css/main.css
- 0 { → src}/index.html
- 0 { → src}/js/loader/stl.js
- 0 { → src}/js/main.js
- 0 { → src}/js/slacer/mesh.js
- 0 { → src}/js/slacer/settings.js
- 0 { → src}/js/slacer/slicer.js
- 0 { → src}/js/slacer/viewcontrols.js
- 0 { → src}/js/slacer/viewer.js
- 0 { → src}/js/slacer/viewer2d.js
- 0 { → src}/js/slacer/viewer3d.js
- BIN { → src}/screenshot.png
- 0 { → src}/stl/Octocat-v2.stl
- BIN { → src}/stl/SLAcer.stl
- 0 { → src}/stl/StressTest.stl
- BIN { → src}/stl/cube.center.stl
- BIN { → src}/stl/cube_hole.stl
- 0 { → src}/vendor/FileSaver.min.js
- 0 { → src}/vendor/OrbitControls.js
- 0 { → src}/vendor/bootstrap-colorpicker/css/bootstrap-colorpicker.css
- 0 { → src}/vendor/bootstrap-colorpicker/css/bootstrap-colorpicker.min.css
- BIN { → src}/vendor/bootstrap-colorpicker/img/bootstrap-colorpicker/alpha-horizontal.png
- BIN { → src}/vendor/bootstrap-colorpicker/img/bootstrap-colorpicker/alpha.png
- BIN { → src}/vendor/bootstrap-colorpicker/img/bootstrap-colorpicker/hue-horizontal.png
- BIN { → src}/vendor/bootstrap-colorpicker/img/bootstrap-colorpicker/hue.png
- BIN { → src}/vendor/bootstrap-colorpicker/img/bootstrap-colorpicker/saturation.png
- 0 { → src}/vendor/bootstrap-colorpicker/js/bootstrap-colorpicker.js
- 0 { → src}/vendor/bootstrap-colorpicker/js/bootstrap-colorpicker.min.js
- 0 { → src}/vendor/bootstrap-slider/bootstrap-slider.js
- 0 { → src}/vendor/bootstrap-slider/bootstrap-slider.min.js
- 0 { → src}/vendor/bootstrap-slider/css/bootstrap-slider.css
- 0 { → src}/vendor/bootstrap-slider/css/bootstrap-slider.min.css
- 0 { → src}/vendor/bootstrap/css/bootstrap-theme.css
- 0 { → src}/vendor/bootstrap/css/bootstrap-theme.css.map
- 0 { → src}/vendor/bootstrap/css/bootstrap-theme.min.css
- 0 { → src}/vendor/bootstrap/css/bootstrap.css
- 0 { → src}/vendor/bootstrap/css/bootstrap.css.map
- 0 { → src}/vendor/bootstrap/css/bootstrap.min.css
- BIN { → src}/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot
- 0 { → src}/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg
- BIN { → src}/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf
- BIN { → src}/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff
- BIN { → src}/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2
- 0 { → src}/vendor/bootstrap/js/bootstrap.js
- 0 { → src}/vendor/bootstrap/js/bootstrap.min.js
- 0 { → src}/vendor/bootstrap/js/npm.js
- 0 { → src}/vendor/earcut.js
- 0 { → src}/vendor/jquery-2.1.4.min.js
- 0 { → src}/vendor/jquery-ui/jquery-ui.min.css
- 0 { → src}/vendor/jquery-ui/jquery-ui.min.js
- 0 { → src}/vendor/jszip.min.js
- 0 { → src}/vendor/libtess.min.js
- 0 { → src}/vendor/lodash.min.js
- 0 { → src}/vendor/poly2tri.min.js
- 0 { → src}/vendor/tessy.js
- 0 { → src}/vendor/three.min.js
- 0 { → src}/vendor/triangulation.js
- 0 { → src}/vendor/triangulation/.gitignore
- 0 { → src}/vendor/triangulation/README.md
- 0 { → src}/vendor/triangulation/tessy.js
- 0 { → src}/vendor/triangulation/triangulation.js
- 0 { → src}/viewer2d.html
@@ -0,0 +1,14 @@ | ||
static-web: | ||
|
||
image: nginx | ||
environment: | ||
- VIRTUAL_HOST=${FQDN} | ||
|
||
volumes: | ||
- ../src:/usr/share/nginx/html:ro | ||
expose: | ||
- 80 | ||
restart: unless-stopped | ||
# uncomment if you don't have another proxy | ||
# port: | ||
# - 80:80 |
@@ -0,0 +1,3 @@ | ||
{ | ||
"directory" : "vendors" | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 comments on commit
5f34cfd