Giter Club home page Giter Club logo

tanksim's Introduction

TankSim

TankSim is a crappy tank simulator created using OpenGL 1.2+ with GLU and GLUT libraries.

Version

1.0.2 (now with Phong Shading!!)

Tech

TankSim uses a number of open source projects to get to where it is now:

  • OpenGL - THE open graphics library
  • GLU - OpenGL utility library for higher-level drawing routines
  • GLUT - OpenGL utility toolkit for system-level I/O with the OS
  • Blender - for creating those awesome tank meshes

Installation

Run the Xcode project. Make sure you've got Xcode 5+ installed.

Controls

Action Result
"UP", "DOWN", "LEFT", "RIGHT" controls the tank movement
"A", "D" controls camera movement and turret movement
"Q", "E" controls cannon movement
"F" fires a round from the position of the cannon
"N" switches between Spherical camera view and Tank view
"P" activate Phong Shading
"O" deactivate Phong Shading

Todo's

Follow our progress on Trello!

License

None right now?

Contributors

  • Vitaliy Krasylovets - 500443090
  • Matthew Tesfaldet - 500389527

Code Used

  • Bitmap.h is a snippet of code form one of the examples in class
  • In ObjMesh.cpp the function
void load_obj (string filename, ObjMesh **mesh)

is based on the function from the following link http://en.wikibooks.org/wiki/OpenGL_Programming/Modern_OpenGL_Tutorial_Load_OBJ. Some of the changes of that function is that we use our own VECTOR3D.h instead of the external library's, also we load texture coordinates while that fuction doesn't.

  • In CityBuilder.cpp, the functions
void drawString(const char *str, int x, int y, float color[4], void *font)

and

void showInfo()

are taken from http://www.songho.ca/opengl/files/select.zip

tanksim's People

Contributors

tesfaldet avatar

Watchers

James Cloos avatar Vitaliy Krasylovets avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.