# FlyingWar **Repository Path**: winston600/FlyingWar ## Basic Information - **Project Name**: FlyingWar - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-26 - **Last Updated**: 2023-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: Opengl, game ## README # C++ OpenGL开发的3D打飞机游戏 窗口库用的glfw 界面库用的dear-imgui 模型加载用的assimp 地图用FastNoise库生成的Berlin Noise 通过存储旋转矩阵,把pitch, yaw变化量叠加到旋转矩阵的方法,解决了万向节死锁的问题。 # 下载游戏 https://github.com/tomwillow/FlyingWar/releases/download/v0.1/FlyingWar.v0.1.zip # 视频 https://www.bilibili.com/video/BV1T5411m77r # 截图 ![](snapshot/1.png) ![](snapshot/2.png) ![](snapshot/3.png)