Skip to content

同济大学计算机图形学 OpenGL项目,《北冥幻境》,实现了幽灵鱼,水体折射反射,模型导入,粒子效果,波纹效果,骨骼动画效果,详见mp4文件

License

Notifications You must be signed in to change notification settings

wordqiong/ToyGL

Repository files navigation

Getting Started

git clone https://github.com/wordqiong/ToyGL.git
mkdir build
cd build

Now generate a project file or makefile for your platform. If you want to use a particular IDE, make sure it is installed; don't forget to set the Start-Up Project in Visual Studio or the Target in Xcode.

# UNIX Makefile
cmake ..

# Mac OSX
cmake -G "Xcode" ..

# Microsoft Windows
cmake -G "Visual Studio 17" ..
cmake -G "Visual Studio 17 Win64" ..
...

note:cmake -G "Visual Studio 17" .. depends on your visual studio version,I use visual studio 2022 ,so 17 can work

and when you successfully init it,you also need to set glitter as start program (启动项目)

About

同济大学计算机图形学 OpenGL项目,《北冥幻境》,实现了幽灵鱼,水体折射反射,模型导入,粒子效果,波纹效果,骨骼动画效果,详见mp4文件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •