Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
/ GEngine Public archive

3D Rendering Engine with OpenGL (CG Assignment - 2020/2021)

Notifications You must be signed in to change notification settings

RuiArmada/GEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

GEngine

OpenGL based engine that parses a XML file containing a scene

How to run

Generator

Please execute main.cpp with

g++ .\src\generator\bezier.cpp .\src\generator\box.cpp .\src\generator\cone.cpp .\src\generator\main.cpp .\src\generator\plane.cpp .\src\generator\sphere.cpp .\src\generator\torus.cpp .\src\utils\point.cpp -Iinclude -o generator -std=c++11

Engine

Run in this order

mkdir build

cd build

cmake .. -DTOOLKITS_FOLDER:STRING=[full path to toolkits folder] -A Win32

cmake --build .

.\Debug\Engine.exe ../scenes/[XML File]

Authors

Grade

⭐ (15.35/20)

About

3D Rendering Engine with OpenGL (CG Assignment - 2020/2021)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published