Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Dec 2, 2023
1 parent f320dfd commit 0431b0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cg/opengl.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,13 @@ 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)
## oglplus

- [OGLplus's Documentation!](https://matus-chochlik.github.io/oglplu2/sphinx/index.html)
- [github](https://github.com/matus-chochlik/oglplus)
## 参考

- [OpenGL基础,一个韩国人写的基础知识](http://www.songho.ca/opengl/index.html)
- [OpenGL教程和资料集合](https://zhuanlan.zhihu.com/p/41818595)
- [OpenGL教程和资料集合](https://zhuanlan.zhihu.com/p/41818595)
- [OpenGL Loading Library](https://www.khronos.org/opengl/wiki/OpenGL_Loading_Library)
- [GLRF - OpenGL Realtime Framework](https://github.com/DunkleMango/GLRF)
3 changes: 3 additions & 0 deletions index/computerScience.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
- [Vulkan Tutorial ](https://vulkan-tutorial.com/)
- [vulkan-renderer,Inexor is an open-source project which combines modern C++ with Vulkan API.](https://github.com/inexorgame/vulkan-renderer)
- [vulkan with pbrt](https://github.com/Lachei/VulkanPBRT/tree/master/shaders)
- [Vulkan-Hpp: C++ Bindings for Vulkan](https://github.com/KhronosGroup/Vulkan-Hpp)

### UI

Expand All @@ -83,6 +84,8 @@
- [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)
- [Hazel is primarily an early-stage interactive application and rendering engine for Windows.](https://github.com/TheCherno/Hazel)


#### threejs

Expand Down

0 comments on commit 0431b0b

Please sign in to comment.