Skip to content

Wotipati/coriolisBowling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coriolisBowling

You can study Coriolis force !!!!

start2
















How to play

Enter key      : throw ball  
Space key      : change view (first person view / bird view)  
Left/Right key : change direction  
Up/Down key    : change speed ( Red(faster) ~ blue(slower) )

first_person_view

bird_view
















Usage (for macOS)

Set up GLFW

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

Set up GLEW

$ wget https://github.com/nigels-com/glew/releases/download/glew-2.0.0/glew-2.0.0.tgz
$ tar xvf glew-2.0.0.tgz
$ cd glew-2.0.0/build
$ cmake ./cmake
$ make
$ sudo make install

Set up GLM

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

Set up coriolisBowling

$ git clone https://github.com/Wotipati/coriolisBowling.git
$ cd coriolisBowling
$ mkdir build && cd build
$ cmake ..
$ make
$ ./coriolisBowling

Reference

tatsy/OpenGLCourseJP

About

my first game with OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published