You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
fonts | 2 years ago | |
img | 5 years ago | |
models | 5 years ago | |
shaders | 5 years ago | |
src | 2 years ago | |
styles | 2 years ago | |
workers | 2 years ago | |
.babelrc | 5 years ago | |
.eslintrc | 5 years ago | |
.gitignore | 5 years ago | |
.npmignore | 5 years ago | |
LICENSE.md | 2 years ago | |
README.md | 2 years ago | |
favicon.ico | 5 years ago | |
index.js | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
webpack.config.js | 2 years ago |
README.md
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