mirror of
https://github.com/Doodle3D/Doodle3D-Transform.git
synced 2024-11-04 21:53:24 +01:00
img | ||
src | ||
.eslintrc | ||
.gitignore | ||
.tern-project | ||
ADD_OBJECT.md | ||
CHANGELOG.md | ||
favicon_alt.ico | ||
favicon.ico | ||
favicon.png | ||
LICENSE | ||
licenses-to-json.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
screenshot.png | ||
webpack.config.js |
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, Rick, Nico, Jeroen, Simon, Donna and Arne 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.
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