cs-self-learning/docs/必学工具/tools.md
Yukiteru ebc8150824 format markdown documents
This commit does the following things:

- Separate Chinese and English by a space
- Fix proper nouns
- Fix syntax problems of Markdown
- Move long links below
- Remove unnecessary suffix of links

Signed-off-by: Yukiteru <wfly1998@sina.com>
2022-04-03 17:39:04 +08:00

22 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 实用工具箱
## 下载工具
- [Libgen](http://libgen.is/): PDF电子书下载网站。
- [z-epub](https://z-epub.com/): ePub电子书下载网站。
- [bitdownloader](https://bitdownloader.io/): 油管视频下载器。
- [zlibrary](https://1lib.limited/): 电子书下载网站(可能需要翻墙)。
## 设计工具
- [excalidraw](https://excalidraw.com/): 一款手绘风格的绘图工具非常适合绘制课程报告或者PPT内的示意图。
- [origamiway](https://www.origamiway.com/paper-folding-crafts-step-by-step.shtml): 手把手教你怎么折纸。
- [thingiverse](https://www.thingiverse.com/): 囊括各类 2D/3D 设计资源,其 STL 文件下载可直接 3D 打印。
- [iconfont](https://www.iconfont.cn/): 国内最大的图标和插画资源库,可用于开发或绘制系统架构图。
- [turbosquid](https://www.turbosquid.com/): 可以购买各式各样的模型。
## 学习网站
- [HFS](https://hepsoftwarefoundation.org/training/curriculum.html): 各类软件教程。
- [os-wiki](https://wiki.osdev.org/Main_Page): 操作系统技术资源百科全书。
- [Shadertoy](https://www.shadertoy.com/): 编写各式各样的 shader。