/University.212CR_Graphics_Engine

3D Engine Written using C++ and OpenGL, Features A spaceship, background & movement capabilities / primitives

Primary LanguageC++MIT LicenseMIT

Table of Contents


Introduction

University Graphics Engine

A 3D graphics engine written in C++ and OpenGL, featuring a spaceship with movement controls (a, w, s, d), shooting capabilities (spacebar), and a floating field in a space background.


Software Information

  • Developed with " C++ " Programming Language
  • Built for Visual Studio
  • Uses Libraries such as " GL ", " SOIL ", " GLM ".

Contribution

To contribute to 212CR_Graphics_Engine, please follow these steps:

  1. Fork the repository to your own account.
  2. Create a feature branch for your contributions.
  3. Make your desired changes and commit them to your feature branch.
  4. Submit a pull request from your feature branch to the main repository.

We appreciate your contributions and look forward to reviewing your pull request


Installation

Cloning via Terminal:

Open your terminal and navigate to the directory where you want to clone the repository
cd /desired/directory

Clone the repository
git clone https://github.com/VerzatileDev/212CR_Graphics_Engine.git

Move into the cloned directory
cd 212CR_Graphics_Engine

Cloning via GitHub Desktop:

  1. Open GitHub Desktop and ensure you're logged in to your GitHub account.
  2. Click on the "+" button in the top left corner and select "Clone Repository".
  3. In the "Clone a Repository" window, select the "URL" tab.
  4. Paste the repository URL: https://github.com/VerzatileDev/212CR_Graphics_Engine.git
  5. Choose a local path for the repository.
  6. Click on "Clone Repository" to complete the process.

This will clone the repository to your local machine, allowing you to work with the codebase.


Prerequisites

Project Requirements:

  1. For editing Visual studio 2020 and Higher
  2. C++, C++ Development Kit
  3. Windows 10 SDK Download

License

MIT License

Copyright (c) 2023 VerzatileDevOrg ( Verzatildev )

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.