Skip to content

CrystalVapor/HITComputerGraphicsLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HITComputerGraphicsLab

A possible implementation version for HIT's Computer Graphics Lab / 哈工大图形学与虚拟现实课程实验的一个可能实现版本

项目编译

本项目使用了第三方开源库作为子模块,因此在克隆本项目时请使用git clone --recursive命令以同时克隆子模块。

或者在克隆后使用git submodule update --init --recursive命令来初始化子模块。

本项目使用CMake作为构建工具,因此在编译前请确保已经安装了CMake。

可以执行以下命令来编译项目:

git clone --recursive https://github.com/CrystalVapor/HITComputerGraphicsLab.git
cd HITComputerGraphicsLab
mkdir build
cd build
cmake ..
cmake --build .

编译后的文件将生成于.\bin目录下。

实验一文件使用方法

usage: .\bin\lab1.exe [vertex_shader_path] [fragment_shader_path]

About

A possible implementation version for HIT's Computer Graphics Lab / 哈工大图形学与虚拟现实课程实验的一个可能实现版本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors