一些有用的链接(Useful links)
优质
小牛编辑
136浏览
2023-12-01
以下是一些在你学习three.js过程中,可能会对你有所帮助的链接。
如果你想在此添加内容,或是认为下方某个链接不再相关或无法工作, 请随时点击右下角“编辑”按钮来进行一些更改。
需要注意的是,由于three.js处于快速发展中,很多链接会包含过时的信息 —— 如果某个地方不能够如你所想或如链接中所说的正常工作, 请查看浏览器控制台中的警告和报错信息,同时也请参阅相关的文档页面。
帮助论坛
Three.js官方使用forum(官方论坛) 和 Stack Overflow来处理帮助请求。 如果你需要一些帮助,这才是你所要去的地方。请一定不要在GitHub上提issue来寻求帮助。
教程以及课程
three.js入门
- Three.js Fundamentals starting lesson
- Beginning with 3D WebGL by Rachel Smith.
- Animating scenes with WebGL and three.js
更加广泛、高级的文章与教程
- Discover three.js
- Three.js Fundamentals
- Collection of tutorials by CJ Gammon.
- Glossy spheres in three.js.
- Interactive 3D Graphics - a free course on Udacity that teaches the fundamentals of 3D Graphics, and uses three.js as its coding tool.
- Aerotwist tutorials by Paul Lewis.
- Learning Three.js – a blog with articles dedicated to teaching three.js
- Three.js Bookshelf - Looking for more resources about three.js or computer graphics in general? Check out the selection of literature recommended by the community.
新闻与更新
- Three.js on Twitter
- Three.js on reddit
- WebGL on reddit
- Learning WebGL Blog – The authoritive news source for WebGL.
示例
- three-seed - three.js starter project with ES6 and Webpack
- Professor Stemkoskis Examples - a collection of beginner friendly examples built using three.js r60.
- Official three.js examples - these examples are maintained as part of the three.js repository, and always use the latest version of three.js.
- Official three.js dev branch examples - Same as the above, except these use the dev branch of three.js, and are used to check that everything is working as three.js being is developed.
工具
- physgl.org - JavaScript front-end with wrappers to three.js, to bring WebGL graphics to students learning physics and math.
- Whitestorm.js – Modular three.js framework with AmmoNext physics plugin.
- Three.js Inspector
- ThreeNodes.js.
- comment-tagged-templates - VSCode extension syntax highlighting for tagged template strings, like: glsl.js.
- WebXR-emulator-extension
WebGL参考
- webgl-reference-card.pdf - Reference of all WebGL and GLSL keywords, terminology, syntax and definitions.
较旧的链接
这些链接是出于历史目的而保留的,你或许可以发现它们仍然很有用,它们可能含有和three.js较为早前版本的有关的信息。
- AlterQualia at WebGL Camp 3
- Yomotsus Examples - a collection of examples using three.js r45.
- Introduction to Three.js by Ilmari Heikkinen (slideshow).
- WebGL and Three.js by Akihiro Oyamada (slideshow).
- Fast HTML5 game development using three.js by BKcore (video).
- Trigger Rally by jareiko (video).
- ThreeFab - scene editor, maintained up until around three.js r50.
- Max to Three.js workflow tips and tricks by BKcore
- A whirlwind look at Three.js by Paul King
- Animated selective glow in Three.js by BKcore
- Building A Physics Simulation Environment - three.js tutorial in Japanese