Go to file
dependabot[bot] e9a783b148
Bump three from 0.88.0 to 0.137.0
Bumps [three](https://github.com/mrdoob/three.js) from 0.88.0 to 0.137.0.
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

---
updated-dependencies:
- dependency-name: three
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-27 16:15:40 +00:00
fonts fonts 2021-05-05 19:44:31 +02:00
img remove unused images 2018-01-30 11:04:00 +01:00
models add example 2018-01-06 20:27:09 +01:00
shaders format glsl files 2018-01-30 11:04:00 +01:00
src update version number 2021-06-06 21:18:03 +02:00
styles update colors 2021-06-06 20:56:03 +02:00
workers move potrace options 2021-05-24 17:51:35 +02:00
.babelrc Revert "remove babel rc" 2017-12-12 10:33:28 +01:00
.eslintrc add linter 2017-12-13 17:18:15 +01:00
.gitignore gitignore 2018-01-25 15:40:30 +01:00
.npmignore add cordova support 2017-12-07 16:21:10 +01:00
favicon.ico custom html, favicon and btnExport 2018-01-25 16:40:10 +01:00
index.js Move font loading inside library 2021-05-14 19:32:29 +02:00
LICENSE.md Update LICENSE.md 2021-05-30 22:59:07 +02:00
package-lock.json Bump three from 0.88.0 to 0.137.0 2022-01-27 16:15:40 +00:00
package.json Bump three from 0.88.0 to 0.137.0 2022-01-27 16:15:40 +00:00
README.md Update README.md 2021-05-30 22:58:44 +02:00
webpack.config.js simplify imports 2021-05-20 04:16:53 +02:00

This repository contains the core functionality of Doodle3D Transform.

Build & run locally

git clone git@github.com:Doodle3D/Doodle3D-Core.git
cd Doodle3D-Core
npm install    # Make sure you have installed NPM / NodeJS first
npm run start
# visit http://localhost:8080

Doodle3D-Transform

The Doodle3D-Core repo just contains the core drawing features of Doodle3D Transform. To get the other features like file management, exporting and slicing you should visit the Doodle3D Transform repository: https://github.com/Doodle3D/Doodle3D-Transform