mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-11-13 01:37:55 +01:00
fonts | ||
img | ||
models | ||
shaders | ||
src | ||
styles | ||
workers | ||
.babelrc | ||
.eslintrc | ||
.gitignore | ||
.npmignore | ||
favicon.ico | ||
index.js | ||
LICENSE.md | ||
package-lock.json | ||
package.json | ||
README.md | ||
webpack.config.js |
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