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.
 
 
 
Go to file
Rick Companje 35e4877326 update version number 2 years ago
fonts fonts 2 years ago
img remove unused images 5 years ago
models add example 5 years ago
shaders format glsl files 5 years ago
src update version number 2 years ago
styles update colors 2 years ago
workers move potrace options 2 years ago
.babelrc Revert "remove babel rc" 5 years ago
.eslintrc add linter 5 years ago
.gitignore gitignore 5 years ago
.npmignore add cordova support 5 years ago
LICENSE.md Update LICENSE.md 2 years ago
README.md Update README.md 2 years ago
favicon.ico custom html, favicon and btnExport 5 years ago
index.js Move font loading inside library 2 years ago
package-lock.json Update package-lock.json 2 years ago
package.json update version number 2 years ago
webpack.config.js simplify imports 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