Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Aug 2, 2023
1 parent a7cf69f commit fbd4007
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
2 changes: 2 additions & 0 deletions index/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
- [留心的资源](../articles/resource.md)
- [个人认识](../articles/personal.ideas.md)
- [3D引擎](../cg/engines.md)
- [网页开发内容](../web/index.md)

## dev-note
- [git](../dev-note/git.md)
- [cmake](../dev-note/cmake.md)
- [node - npm](../nodejs/index.md)
- [linux](../dev-note/linux.md)
- [ssh](../dev-note/ssh.md)
- [wsl](../dev-note/wsl.md)
Expand Down
8 changes: 6 additions & 2 deletions index/computerScience.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,19 @@

- [Real-Time Rendering Resources](https://www.realtimerendering.com/)
- [Ambient Occlusion](../cg/ambient-occlusion.md)
- [点至三角形的最近点](https://zhuanlan.zhihu.com/p/458837573)
- [smallpt: Global Illumination in 99 lines of C++](http://www.kevinbeason.com/smallpt/)
- [多边形网格算法](http://paulbourke.net/geometry/polygonmesh/)
- [manifold,Manifold is a geometry library dedicated to creating and operating on manifold triangle meshes. A manifold mesh is a mesh that represents a solid object, and so is very important in manufacturing, CAD, structural analysis, etc. Further information can be found on the wiki.](https://github.com/elalish/manifold)
- [manifold-3d npm](https://www.npmjs.com/package/manifold-3d)
- [3D打印模型文件](https://www.thingiverse.com/)
- [bezierjs ](https://pomax.github.io/bezierjs/)
- [github](https://github.com/Pomax/bezierjs)

### 网格
- [多边形网格算法](http://paulbourke.net/geometry/polygonmesh/)
- [点至三角形的最近点](https://zhuanlan.zhihu.com/p/458837573)
- [维诺图Voronoi Diagram,Lattice格](https://github.com/tobycrisford/bravais-lattice-fermi-surfaces/blob/main/Readme.md)
- [计算几何第四周:维诺图](https://zhuanlan.zhihu.com/p/33896575)
- [Lattice学习笔记01:格的简介](https://zhuanlan.zhihu.com/p/161411204)
### api

- [OpenGL](../cg/opengl.md)
Expand Down
3 changes: 3 additions & 0 deletions nodejs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

- [Electron](./electron.md)
- [NPM](./npm.md)
- [test测试](./test.md)
- [diff算法](./diff.md)
- [图像处理](./ImageManipulation.md)

## 构建工具

Expand Down
17 changes: 15 additions & 2 deletions web/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# Web

- [web](./web.md)
- [浏览器](./browser.md)
- [html](./html.md)
- [hover](./hover.md)
- [CSS](./css.md)
- [nginx](./nginx.md)
- [vue](./vue.md)
- [适配屏幕](./adapt.screen.md)
- [font](./font.md)

- [http](./http.md)
- [nginx](./nginx.md)

- [javascript](./JavaScript.md)
- [typescript](./typescript.md)
- [bable](./babel.md)
- [vue](./vue.md)
- [多语言i18n](./language.md)

## library

Expand Down

0 comments on commit fbd4007

Please sign in to comment.