/IrairaBou

OpenGL Implementation of IrairaBou

Primary LanguageC

IrairaBou

OpenGL Implementation of IrairaBou.
This repository is used for submitting homework for Tatsuya Yatagawa.

environment

  • clang version: 4.0.1

GLFW and GLM are required.

for GLFW,

$ git clone https://github.com/glfw/glfw.git    
$ cd glfw                                      
$ mkdir build && cd build                       
$ cmake ..                                     
$ make                                         
$ sudo make install                             

for GLM,

$ git clone https://github.com/g-truc/glm.git   
$ cd glm                                 
$ mkdir build && cd build                       
$ cmake ..                                     
$ make                                         
$ sudo make install                             

usage

You can run src/iraira/iraira.cpp via

make run

or just execute bin/main.