Skip to content

bablvsj/personal-three.js-library

Repository files navigation

特性

本项目基于 Vue3 + Ts/Js + Vite + Ant Design Vue + Three.js 开发。

Run

npm install 
npm run dev

Three.js开发资源

shader库

https://www.shadertoy.com/view/XstGWn

GLTF

gltf 在线编辑器 : https://gltf.nsdt.cloud/

Blender

b站Blender学习视频: https://www.bilibili.com/video/BV1t54y1R7KF/?t=2007&p=2

推荐文章

  1. 图解webgl https://www.cnblogs.com/wanbo/p/6754066.html
  2. WebGI中文网 https://www.hewebgl.com/article/getarticle/50
  3. Three.js journey Notes 第一部分:基础 https://kwii.cc/threejs-basis/
  4. DISCOVER three.js https://discoverthreejs.com/zh/book/first-steps/first-scene/

致敬

  1. 最开始看到掘金博主蝴蝶刀砍手大师的文章基于vue3+threejs实现可视化大屏,开始对Three.js感兴趣。

工具

git

修改远程仓库地址
git remote set-url master https://github...