Skip to content

A magicCube game that developed for OpenGL and c++ practice

Notifications You must be signed in to change notification settings

Sugar-Coder/MagicCube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagicCube

glm库用于做线性代数矩阵运算,一个只有头文件的库,放到usr/local/include
glad.c用于管理OpenGL指针,使用方法见:https://www.jianshu.com/p/891d630e30af

build

$mkdir build
$cd build
$cmake ..
$make
$cd ../bin
$./MagicCube

A magicCube game that developed for OpenGL and c++ practice
可用键盘控制,旋转魔方,回车复原魔方

复原算法1:反着转回来😜


screenshot

增加天空盒:

skybox

About

A magicCube game that developed for OpenGL and c++ practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages