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

Latest commit

 

History

History
35 lines (22 loc) · 811 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 811 Bytes

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)