ykob / sketch-threejs

Interactive sketches made with three.js.

Home Page:https://ykob.github.io/sketch-threejs/

Repository from Github https://github.comykob/sketch-threejsRepository from Github https://github.comykob/sketch-threejs

sketch of three.js

⚠️ Notice: This repository is no longer actively maintained or updated.

I have moved my development efforts and newer projects to a different location.
For the latest updates and new experiments, please visit my new site here:
✨➡️ https://ykob.github.io/threejs-experiments/ ⬅️✨

Thank you for your understanding!


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.

Requirements

Node >=12.x <15

Usage

  1. Install the necessary node modules.
npm i
  1. Run the npm script start to start development.
npm run start
  1. When finishing development, run the npm script build to make the compressed files.
npm run build

License

Copyright (c) 2021 Yoichi Kobayashi
Released under the MIT license
http://opensource.org/licenses/mit-license.php

Excluded files from the MIT License

  • The texture that is using on the sketch "water".
  • Textures these are using on the sketch "glass".
  • 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, Twitter

About

Interactive sketches made with three.js.

https://ykob.github.io/sketch-threejs/

License:MIT License


Languages

Language:JavaScript 67.3%Language:GLSL 27.0%Language:SCSS 3.3%Language:Pug 2.4%