Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.62 KB

README.md

File metadata and controls

55 lines (40 loc) · 1.62 KB

Little OpenGL Simulation Engine

This Project is a template project for my simulations with OpenGL.

Project Overview

Personal Rating Year of Development Languages Tools Type of Application
⭐️⭐️ (2/5) 2023 C++ OpenGL, GLFW, ImGUI, Freetype Simulation

Features

  • setup for interactive camera / ModelLoader / GUI
  • renders cube with shading
  • good starting point for projects with OpenGL in 3D Space

Getting Started

Prerequisites and basic information

  • This application is tested in windows 10/11
  • This repo does not provide an executable -> you have to compile your own (I used Visual Studio)
  • I don't guarantee that every corner case has been taken into account. The project is part of my learning process for C++ and OpenGL
  • All dependencies are included in this repo, so it is almost plug and play :)

Installation

  1. Clone Repository git clone https://github.com/tp-codings/Little_OpenGL_Simulation_Engine.git
  2. Build Executable (e.g. Visual Studio)

User Manual

Movement:

  • W: Forward
  • A: Left
  • S: Back
  • D: Right
  • Shift: Down
  • Space: Up
  • Mouse: Look around Other:
  • F: Open Settings (ImGui)

#Examples image

Open Issues

Contact Information

Feel free to reach out to me:

Looking forward to connecting with you! 😊