Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Jan 8, 2024
1 parent b3e7d0c commit 74558b7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
6 changes: 6 additions & 0 deletions cg/canvas.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ CanvasRenderingContext2D.isPointInPath()

[标准文档中的canvas text style](https://html.spec.whatwg.org/multipage/canvas.html#text-styles)

### color-space or color-model

[Canvas Drawing images standard doc](https://html.spec.whatwg.org/multipage/canvas.html#drawing-images)
[A Standard Default Color Space for the Internet - sRGB](https://www.w3.org/Graphics/Color/sRGB.html)
[CSS Color Module Level 3](https://www.w3.org/TR/css-color-3/#rgb-color)

## 参考

- [OffscreenCanvas-离屏canvas使用说明](https://zhuanlan.zhihu.com/p/100375855)
1 change: 1 addition & 0 deletions index/books.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- 通过webpack对nodejs支持js的module理解更透彻,实践就是用到的

- [what every programmer should know about memory](https://people.freebsd.org/~lstewart/articles/cpumemory.pdf)
- [Effective Debugging有效调试](https://celthi.github.io/effective-debugging-zh/)

## 数学

Expand Down
6 changes: 5 additions & 1 deletion index/computerScience.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- [bezierjs ](https://pomax.github.io/bezierjs/)
- [github](https://github.com/Pomax/bezierjs)

### 网格与CAD
### 网格
- [HalfEdge半边结构](../cg/tools/half-edge.md)
- [网格划分](../cg/mesh/mesh-generation.md)
- [曲线](../cg/tools/curve.md)
Expand All @@ -54,6 +54,10 @@
- [How to make an infinite grid无限网格](http://asliceofrendering.com/scene%20helper/2020/01/05/InfiniteGrid/)
- [LNLib is a C++ NURBS Algorithms Library. These algorithms are primary referenced from The NURBS Book 2nd Edition. ](https://github.com/BIMCoderLiang/LNLib)

### CAD

- [FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size](https://github.com/FreeCAD/FreeCAD)

### api

- [OpenGL](../cg/opengl.md)
Expand Down
5 changes: 4 additions & 1 deletion web/html.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@

# [HTML](https://whatwg.org/)

> 文档[mozilla html doc](https://developer.mozilla.org/en-US/docs/Web/HTML),[HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5).
> [HTML Living Standard ](https://html.spec.whatwg.org/multipage/)
[mozilla html doc文档](https://developer.mozilla.org/en-US/docs/Web/HTML)


## tags

Expand Down

0 comments on commit 74558b7

Please sign in to comment.