Ninhache / 3d-engine-old

This was my first attempt at 3D work using OpenGL. I need to rework it, as the .git is a bit messed up.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3DEngine

Description

This is a 3D engine made by ALMEIDA Néo and MOUGEL Victor using C++ and the OpenGL API.

Installation

Engine

On linux in root folder:

chmod +x run.sh to make the script executable

then ./run.sh

Note building assimp can take a long time


Test

On linux:

cd test to go in the test folder
run the command chmod +x run.sh
then run the tests with ./run_test.sh

Note If you have not already built Assimp, this process may take a significant amount of time.


Visuals

Usage

The gui is divided into several parts:

The first one allows you to modify the rotation speed of the camera (mouse) and the speed of its movements (keyboard)

The second allows you to interact with the scene, you can see the models and lights that are loaded by the program, you can also see a section dedicated to post-processing effects.

Some sections also allow us to modify parameters, for example:

By selecting a model, we can change some of its options: Whether to draw it or not, its position or scale

The options in other sections like the light section are similar

Authors and acknowledgment

About

This was my first attempt at 3D work using OpenGL. I need to rework it, as the .git is a bit messed up.

License:MIT License


Languages

Language:C++ 66.7%Language:C 12.1%Language:COBOL 9.4%Language:HTML 3.6%Language:Python 1.5%Language:CMake 1.5%Language:TeX 1.2%Language:Java 1.0%Language:CSS 0.6%Language:Assembly 0.4%Language:JavaScript 0.4%Language:Rich Text Format 0.3%Language:Ada 0.3%Language:Pascal 0.2%Language:C# 0.2%Language:Objective-C++ 0.1%Language:PostScript 0.1%Language:Objective-C 0.1%Language:Shell 0.1%Language:Makefile 0.1%Language:M4 0.1%Language:Batchfile 0.0%Language:GLSL 0.0%Language:SWIG 0.0%Language:Inno Setup 0.0%Language:Rust 0.0%Language:Roff 0.0%Language:UnrealScript 0.0%Language:DIGITAL Command Language 0.0%Language:ShaderLab 0.0%Language:HLSL 0.0%Language:Dockerfile 0.0%Language:Smarty 0.0%