From fbd4007732767512b5363abb6df60935509e9ac6 Mon Sep 17 00:00:00 2001 From: lmj01 Date: Wed, 2 Aug 2023 11:56:48 +0800 Subject: [PATCH] update --- index/article.md | 2 ++ index/computerScience.md | 8 ++++++-- nodejs/index.md | 3 +++ web/index.md | 17 +++++++++++++++-- 4 files changed, 26 insertions(+), 4 deletions(-) diff --git a/index/article.md b/index/article.md index 98788c8..82461e3 100644 --- a/index/article.md +++ b/index/article.md @@ -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) diff --git a/index/computerScience.md b/index/computerScience.md index 5c09a2b..e4b5db8 100644 --- a/index/computerScience.md +++ b/index/computerScience.md @@ -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) diff --git a/nodejs/index.md b/nodejs/index.md index 0a2efaa..60fd6ba 100644 --- a/nodejs/index.md +++ b/nodejs/index.md @@ -2,6 +2,9 @@ - [Electron](./electron.md) - [NPM](./npm.md) +- [test测试](./test.md) +- [diff算法](./diff.md) +- [图像处理](./ImageManipulation.md) ## 构建工具 diff --git a/web/index.md b/web/index.md index 6014714..fda0934 100644 --- a/web/index.md +++ b/web/index.md @@ -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