VulkanSceneGraph (VSG), is a modern, cross platform, high performance scene graph library built upon Vulkan
VSG 是一个基于vulkan的现代的、跨平台的高性能场景管理库
VSg特性:
使用C17作为c规范编码,支持 CppCoreGuidelines支持 FOSS Best P…
一、入门案例 1、在黑窗口上安装 go install github.com/zeromicro/go-zero/tools/goctllatest2、使用goland创建一个项目 3、在项目中安装依赖 go get -u github.com/zeromicro/go-zerolatest4、模拟创建一个user的项目 goctl api new user5、安装依赖包 go mod tidy6、补充代…