Pong
Language: C/C++
Library: OpenGL
Description: It was my first game implementation using Opengl.
Code Snippets:
Paddle.h
Paddle.cpp
Grabber
Language: C/C++
Library: OpenGL
Description: The player needs to grab the entities in order to win. It has win and loose splash screens.
Code Snippets:
Grabber.h
Grabber.cpp
Obj file Loader
Language: C/C++
Library: OpenGL
Description: Program that reads .Obj file and displays it. It represents a tree model and using mouse it can be moved around.
Code Snippets:
Main.cpp
ObjReader.cpp
Bitmap Editor ( Work in progress )
Language: C/C++
Library: OpenGL, GLUI, Win32 api
Description: Its a simple tool which generates a bitmap and allows the option to save it as bitmap. Just started to develop this tool for having more advanced editor.
Code Snippets:
Editor.h