Skip to content

IamLIFI/magic-house

 
 

Repository files navigation

Magic House

A CG Project by OpenGL

Usage

Prerequisites

  • GLFW3 Library

  • GLM 0.9.8-5

  • Assimp 4.1.0

Makefile

You can use make to build and run.

$ git clone https://github.com/HinanawiTenshi/magic-house.git
$ cd magic-house
$ make

Other make commands are:

  • clean clean

  • build build

  • all clean, build and run

  • rebuild clean and build

For Contributors

You SHOULDN'T commit a change on source codes only in order to make it compatible with your OpenGL enviroment.

If you are not sure a change is suitable or not, make a new branch and create pull requests is always a good choice.

Implementation as well as design details are avaliable in docs.

About

A CG Project by OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.9%
  • C 34.8%
  • Other 0.3%