Giter Club home page Giter Club logo

doodle3d-transform's Introduction

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 [email protected]: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

doodle3d-transform's People

Contributors

casperlamboo avatar companje avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

doodle3d-transform's Issues

libpng-dev and data dir missing for successfull build

Great to have Doodle3d Open Source and offline enabled! Thanks for that.

Just 2 findings when compiling on my Linux Mint 20.1 machine:

  • libpng-dev must be installed (could be mentioned in requirements to build)
  • the directory "data" should exist, other wise the build fails:
> [email protected] dist:licenses
> node licenses-to-json.js . > data/licenses.json

sh: 1: cannot create data/licenses.json: Directory nonexistent
npm ERR! code 2
npm ERR! path /home/uwe/Doodle3D-Transform
npm ERR! command failed
npm ERR! command sh -c npm run dist:prepare

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/uwe/.npm/_logs/2021-06-01T04_35_35_614Z-debug.log
uwe@aspi:~/Doodle3D-Transform$ vi licenses-to-json.js 
uwe@aspi:~/Doodle3D-Transform$ ls data
ls: Zugriff auf 'data' nicht möglich: Datei oder Verzeichnis nicht gefunden

So I manually created it and it works:

uwe@aspi:~/Doodle3D-Transform$ mkdir data
uwe@aspi:~/Doodle3D-Transform$ npm install

> [email protected] postinstall
> npm run dist:prepare


> [email protected] dist:prepare
> npm run dist:licenses && mkdir -p dist && rimraf dist/*


> [email protected] dist:licenses
> node licenses-to-json.js . > data/licenses.json


up to date, audited 1811 packages in 16s

Import doodles with progress indicator

Currently importing doodles from ZIP (for example 800kb) is a very heavy / interface blocking operation. Can we show a progress indicator or something else while importing?

Screenshot 2021-06-02 at 16 25 52

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.