# sketch-threejs **Repository Path**: iamywchen/sketch-threejs ## Basic Information - **Project Name**: sketch-threejs - **Description**: https://github.com/ykob/sketch-threejs.git - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-02-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ![sketch of three.js](http://ykob.github.io/sketch-threejs/img/common/ogp_common.jpg) Interactive sketches made with three.js. https://ykob.github.io/sketch-threejs/ This code is released under the MIT license. If you want to use some code, you can use these freely by adding license notation. Also, I'm accepting donations through Paypal. If you can support my project, please consider that. https://www.paypal.me/ykob ## Usage 1. Install the necessary node modules. ``` npm i ``` 2. Run the npm script `start` to start development. ``` npm run start ``` 3. When finishing development, run the npm script `build` to make the compressed files. ``` npm run build ``` ## License Copyright (c) 2019 Yoichi Kobayashi Released under the MIT license http://opensource.org/licenses/mit-license.php ### Excluded files from the MIT License - 3D model that is using on the sketch "skull". - 3D model and texture these are using on the sketch "crystal". - 3D model that is using on the sketch "newyear2019". - 3D model and texture these are using on the sketch "buddha". ## Misc Follow Yoichi Kobayashi: [Web](http://www.tplh.net/), [Twitter](https://twitter.com/ykob0123)