Jump to content

Michael_J

Members
  • Posts

    202
  • Joined

  • Last visited

Blog Comments posted by Michael_J

  1. After adding the above directory and copying resourcelimits.h to it, I can build. But now I get an error for:

     

    'Center' : is not a member of 'Leadwerks::Window'. You certainly didn't remove the ability to set the window to the center of the display, did you?

     

    Edit: also, since this update, seems like every so often the mouse cursor will not hide when it should. I haven't had a problem with this before, and I haven't touched any code that would affect this on my end.

     

    I'll open up a bug report about all this...

  2. Getting a cannot open include file error for glslang/standalone/resourelimits.h after this update, even though glslang is in my include directories

     

    Edit: Yeah, in my Steam Leadwerks, there is no glslang\StandAlone folder. ResourceLimits.h is in glslang\Include

  3. Out of curiosity (and something you didn't specifically mention, which is why I ask), do you have any plans for general (or specific) optimizations? Any places you can readily see where the rendering pipeline might be made more efficient? I think I recall you mentioning something about FBO's, but can't remember specifically...

     

    Nice work on the new tutorials and such--anything to help people ease into Le quicker can't be a bad thing :)

  4. "This does show the importance on us developers side to create frameworks for our game logic that is a layer above the engine we use"

     

    I did this very thing with RogSys, which is partly the reason why I have the engine almost fully integrated after only a month. There's still specific things to do and lots of bug testing still, but the bulk of the work is done. A layer of separation between the engine and the game code is never a bad thing--it allows you to be flexible.

     

    As for Josh's stance--beyond the fact this is his baby and he can raise it as he see's fit, we all known the gaming industry is constantly in a state of flux. Not long ago the PC was "dead" (as it's been many times before), and is now on the rise again. You have to be prepared to move with the trends if you want to keep going and growing :)

     

    Add to this the other reasons he mentioned and it's not hard to see why he's making the choices he is....

    • Upvote 1
×
×
  • Create New...