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 | |
---|---|---|
img | 2 years ago | |
src | 2 years ago | |
.eslintrc | 2 years ago | |
.gitignore | 2 years ago | |
.tern-project | 2 years ago | |
ADD_OBJECT.md | 2 years ago | |
CHANGELOG.md | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
favicon.ico | 2 years ago | |
favicon.png | 2 years ago | |
favicon_alt.ico | 2 years ago | |
licenses-to-json.js | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
screenshot.png | 2 years ago | |
webpack.config.js | 2 years ago |
README.md
Doodle3D-Transform
Doodle3D Transform is a free and open-source web-app that makes designing in 3D easy and fun! Created with love by Casper, Peter, Jeroen, Simon, Arne, Donna, Nico and Rick, in 2015-2017. With the support of 1,626 Kickstarter backers.
In 2021 we updated Doodle3D Transform to work completely on the client-side. There is no server sided-code and/or user management anymore and no server sided storage of doodles.
As of 2021-05-26 Doodle3D Transform is distributed under the MIT License. This gives everyone the freedoms to use Doodle3D Transform in any context: commercial or non-commercial, public or private, open or closed source.
Run online
Build & run locally
git clone git@github.com:Doodle3D/Doodle3D-Transform.git
cd Doodle3D-Transform
npm install # Make sure you have installed NPM / NodeJS first
npm run start
# visit http://localhost:8080
Other important repositories
- The core features of Doodle3D Transform: https://github.com/doodle3d/Doodle3D-Core
- The GCODE slicer of Doodle3D Transform: https://github.com/doodle3d/Doodle3D-Slicer