Rogy-Engine- icon indicating copy to clipboard operation
Rogy-Engine- copied to clipboard

How to run?

Open Pastor111 opened this issue 4 years ago • 8 comments

Do you have any instructions on how to run (or build) the engine?😅

Pastor111 avatar Dec 06 '21 15:12 Pastor111

Sorry for not providing any instructions for building the project because it is in its early stages Just clone the repository and build with visual studio 2015/17 to run it.

RogyDev avatar Dec 07 '21 18:12 RogyDev

Can i use visual studio 19?

Pastor111 avatar Dec 07 '21 18:12 Pastor111

Yes

RogyDev avatar Dec 07 '21 18:12 RogyDev

Okay i am going to try it out

Pastor111 avatar Dec 07 '21 18:12 Pastor111

image

I get this errors when i run it in Release x86

Pastor111 avatar Dec 07 '21 19:12 Pastor111

Try including "string" to Skeleton.h

RogyDev avatar Dec 07 '21 21:12 RogyDev

image Now i am left with this 2

Pastor111 avatar Dec 08 '21 05:12 Pastor111

Hi sorry for my late response, I don't have vs2019 at the moment but please try this solution https://stackoverflow.com/questions/62256738/visual-studio-2019-c-and-stdfilesystem "To switch to C++17' std::filesystem in Visual Studio ......."

change "std::experimental::filesystem" to "std::filesystem" in project_browser.cpp - line 609 https://github.com/RogyDev/Rogy-Engine-/blob/fa85d501b813c6492046e15dce50521f817a244d/Rogy/Engine/editor/project_browser.cpp#L609

RogyDev avatar Dec 16 '21 10:12 RogyDev