brizzbrett / ObjectiveBasedFPS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FPSGame

A game project for the special topics class: 3D Game Development

Overview

This reposity will be used as the base code project for the 3D Game Development course at NJIT.

This project will contain the prototype for an 3D FPS Objective Based Game.

Dependencies

These are the libraries that will be needed in order to build this project:

  • SFML - This library provides most of the non-3d game engine needs like input handling and 2d graphics loading.
  • OpenGL32 - The OpenGl Library.
  • GLEW - A companion library that sets up your code to use the correct version of OpenGL
  • GLFW - Another helper library that helps set up GL in a window context
  • GLM - A C++ Math library for matrices and vectors

About

License:MIT License


Languages

Language:C++ 96.7%Language:GLSL 3.3%