Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Nov 26, 2023
1 parent fb2d911 commit 5340cb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cg/opengl.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ if(ptr)
glBindBuffer(GL_PIXEL_PACK_BUFFER, 0);
```

## UI库
- [NanoGUI is a a minimalistic cross-platform widget library for OpenGL 3.x. It supports automatic layout generation, stateful C++11 lambdas callbacks, a variety of useful widget types and Retina-capable rendering on Apple devices thanks to NanoVG by Mikko Mononen. Python bindings of all functionality are provided using pybind11. ](https://github.com/wjakob/nanogui)
## 参考

- [OpenGL基础,一个韩国人写的基础知识](http://www.songho.ca/opengl/index.html)
- [OpenGL基础,一个韩国人写的基础知识](http://www.songho.ca/opengl/index.html)
- [OpenGL教程和资料集合](https://zhuanlan.zhihu.com/p/41818595)
3 changes: 3 additions & 0 deletions index/computerScience.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
- [babylonjs](../babylonjs/index.md)
- [The-Forge](https://github.com/ConfettiFX/The-Forge)
- [腾讯开源替换Skia的渲染器](https://github.com/Tencent/tgfx)
- [OGLplus: a C++ wrapper for modern OpenGL©](https://oglplus.org/)
- [github](https://github.com/matus-chochlik/eagine-all)
- [Magnum — Lightweight and modular C++11/C++14 graphics middleware for games and data visualization](https://github.com/mosra/magnum)

#### threejs

Expand Down

0 comments on commit 5340cb7

Please sign in to comment.