An open API service indexing awesome lists of open source software.

https://github.com/aespinosadev/ogl_spaceship_game

Simple game made with a handmade game engine written in C++. It uses OGL for the rendering part. Perfect for learning the basics of C ++.
https://github.com/aespinosadev/ogl_spaceship_game

cplusplus educational educational-project engine game-development gameengine learning opengl poo spacegame videogame

Last synced: 2 months ago
JSON representation

Simple game made with a handmade game engine written in C++. It uses OGL for the rendering part. Perfect for learning the basics of C ++.

Awesome Lists containing this project

README

          

SIMPLE GAME MADE WITH C++ AND Open GL


PERFECT FOR LEARNING PORPUSES










- This game runs on a handmade engine written entirely in C++ made by myseld and [Rogarsu2014](https://github.com/Rogarsu2014) some years ago.

- It was a project for a subject focused on the learning of C++.

- It is a great example for students trying to learn the basics of C++. The code showcases the basics of the object oriented languages paradigm.

- For the rendering part it uses a very basic part of Open GL. Without any interest in shading. As I said, it is specially focused on the usage of C++.

- The models are made by myself and also the fbx importer class.