Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
40 lines (25 loc) · 1.53 KB

README.md

File metadata and controls

executable file
·
40 lines (25 loc) · 1.53 KB

PhyModel

研究性学习:计算机模拟刚性球体系统的物理分析、算法设计和OpenGL可视化

请注意:本项目仓库源码遵循GPL许可协议。

使用方法请参阅用户手册

环境配置

本项目使用Visual Studio 2022创建,OpenGLtemplate中包含了程序构建所需的库,因此无需配置环境变量。

bilibili学到的_(:з」∠)_

本项目默认使用x64配置编译运行,未配置过x86选项,也未在32位系统上进行测试。

项目测试环境:

  • Windows11 x64 22000.348 i5-8250U
  • Windows10 x64 19043.928 i5-10500U
  • Windows10 x64

依赖项

为缩减项目体积,已经删去Optional部分的库

Optional:

默认配置为x64,使用OpenGL4.3(GLAD选项).使用GLAD时,请在项目源文件中包含OpenGLtemplate\glad_src\glad.c