C++11 友好的图形库

标签 c++ c++11 directx

在用其他语言开发了几年之后,我又回到了 C++,因为 ISO C++11 引入了一些不错的特性。是否有任何库(基于 DirectX/OpenGL)在其公共(public) API(共享指针、lambda 友好等)中使用这些新功能?

编辑:该库也可以处于测试状态,因为我不希望任何库在尚未完全发布的规范上做好商业准备。

最佳答案

自述文件:

Magnum is 2D/3D graphics engine written in C++11/C++14 and modern OpenGL. Its goal is to simplify low-level graphics development and interaction with OpenGL using recent C++11/C++14 features and to abstract away platform-specific issues.

关于C++11 友好的图形库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10342380/

相关文章:

C++ 新建/删除 : deconstruct object from pointer array might not release memory?

c++ - 正则表达式与 C++ 不匹配

c++ - 如何在编译时漂亮地打印模板参数的名称

void* 指针的 C++ 替代品(不是模板)

c++ - 将 Yuv420 转换为 rgb 并在 qt 像素图上显示

c++ - 如何解释这条语句 "A pointer in a function should not represent ownership"

c++ - 如何从对象的数据成员构造一个 std::set 或 Boost flat_set?

c# - 如何用三角形覆盖多边形

c++ - 我的矩阵乘法不符合我的预期

c++ - direct3d 初始化失败/c++