Skip to content

Unfinished first person shooter using Bullet Physics engine and written in C++

Notifications You must be signed in to change notification settings

lanquemar/Murakami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Murakami

Building

To build the project :

  1. git submodule update --init in the root directory ;
  2. mkdir build/ in the root directory ;
  3. cd build/ in the root directory ;
  4. cmake .. in the build directory ;
  5. make in the build directory ;
  6. Run murakami in the bin directory ;

Required :

  1. OpenGL
  2. GLEW
  3. SFML 2.x
  4. Bullet Physics 2.X

About

Unfinished first person shooter using Bullet Physics engine and written in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published