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.
 
Rick Companje fd14d12213 Update About.js 2 years ago
img Create screenshot.png 2 years ago
src Update About.js 2 years ago
.eslintrc Open-sourcing Doodle3D Transform. Enjoy! 2 years ago
.gitignore Update .gitignore 2 years ago
.tern-project Open-sourcing Doodle3D Transform. Enjoy! 2 years ago
ADD_OBJECT.md Open-sourcing Doodle3D Transform. Enjoy! 2 years ago
CHANGELOG.md Update CHANGELOG.md 2 years ago
LICENSE Update LICENSE 2 years ago
README.md Update README.md 2 years ago
favicon.ico Open-sourcing Doodle3D Transform. Enjoy! 2 years ago
favicon.png Open-sourcing Doodle3D Transform. Enjoy! 2 years ago
favicon_alt.ico Open-sourcing Doodle3D Transform. Enjoy! 2 years ago
licenses-to-json.js Open-sourcing Doodle3D Transform. Enjoy! 2 years ago
package-lock.json Update package-lock.json 2 years ago
package.json Remove unused dependencies 2 years ago
screenshot.png Open-sourcing Doodle3D Transform. Enjoy! 2 years ago
webpack.config.js Update 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.

Screenshot

Run online

https://doodle3d.com

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