lab132 / krepel

2 stars 0 forks source link

Game Framework #24

Open Manuzor opened 8 years ago

Manuzor commented 8 years ago

The idea is to have a proper game framework where we can create new games fast in a flexible way.

Oh and... whoops, did some more work than just the game framework. :stuck_out_tongue:

pampersrocker commented 8 years ago

Currently crashes on release:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe /c /IC:\workspace\krepel\code\krEngine\.. /I"C:\workspace\toolbox\glew-1.12.0\include" /I"C:\workspace\toolbox\ezEngine-rev1196\Code\Engine" /nologo /W3 /WX /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D "CMAKE_INTDIR=\"Release\"" /D KR_ENGINE_DLL_EXPORT /D _WINDLL /D _MBCS /Gm- /EHsc /MD /GS /fp:fast /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Yc"C:/workspace/krepel/code/krEngine/pch.h" /Fp"krEngine.dir\Release\krEngine.pch" /Fo"krEngine.dir\Release\\" /Fd"krEngine.dir\Release\vc140.pdb" /Gd /TP /FIC:/workspace/krepel/code/krEngine/pch.h /errorReport:queue  \"/INCREMENTAL:NO\" \"/OPT:REF\" \"/OPT:ICF\" C:\workspace\krepel\workspace\code\krEngine\pch.cpp
  INCREMENTAL:NO"
c1xx : fatal error C1083: Cannot open source file: '"/INCREMENTAL:NO"': No such file or directory [C:\workspace\krepel\workspace\code\krEngine\krEngine.vcxproj]
  OPT:REF"
c1xx : fatal error C1083: Cannot open source file: '"/OPT:REF"': No such file or directory [C:\workspace\krepel\workspace\code\krEngine\krEngine.vcxproj]
  OPT:ICF"
c1xx : fatal error C1083: Cannot open source file: '"/OPT:ICF"': No such file or directory [C:\workspace\krepel\workspace\code\krEngine\krEngine.vcxproj]
  pch.cpp
Manuzor commented 8 years ago

I think it's time to take this code right into some action to see how we can extend the framework. There are still several parts missing like easier rendering interface, but that also depends on our rendering code, which will be heavily refactored soon I believe.

I want to test the current framework with asteroids for example to see how to improve it.