Jump to content
  • entries
    940
  • comments
    5,894
  • views
    864,009

Beta branch update


Josh

1,813 views

 Share

The beta branch on Steam is updated with a new build. This uses the refactored Window class, on Windows and Linux. The GUI and Widget class are also added, although they are highly experimental and still in development. Both the engine and editor are using the refactored Window class, so please report any erroneous behavior your detect.

 

Leadwerks is now using GDI+ for some GUI drawing commands, on Windows. You need to update your existing project by modifying the "Linker \ Input \ Additional Dependencies" property in Visual Studio and adding the "msimg32.lib" library.

 

If you want to play around with the GUI system, check out GUI.h and Widget.h, in the Pro edition.

 

blogentry-1-0-85283400-1467754433_thumb.jpg

 Share

2 Comments


Recommended Comments

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

Link to comment

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...

Link to comment
Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...