文件名称:opengl_game_template:VSCODE中的OpenGL游戏模板
文件大小:273KB
文件格式:ZIP
更新时间:2024-03-29 18:03:36
C
OpenGL游戏模板 VSCode中的OpenGL游戏模板 准备使用VSCode 确保您的vscode支持C ++,否则,请阅读https://github.com/SDchao/AutoVsCEnv_WPF或下载https://github.com/SDchao/AutoVsCEnv_WPF/releases/ 如何执行这个专案 克隆此仓库 在Visual Studio Code中将此文件夹作为文件夹打开 在VSCode菜单的“ Run选项下,选择“ run without debugging 运行build/win32/mygame.exe
【文件预览】:
opengl_game_template-main
----test.cpp(278B)
----include()
--------glad()
--------KHR()
--------GLFW()
----LICENSE(1KB)
----src()
--------main.cpp(2KB)
--------glad.c(59KB)
----lib()
--------libglfw3dll.a(83KB)
----README_inProject.md(4KB)
----README.md(439B)
----build()
--------win32()
----.vscode()
--------launch.json(1KB)
--------tasks.json(796B)
--------c_cpp_properties.json(487B)