_6__ Posted July 19, 2013 Share Posted July 19, 2013 Hi, I'm just wondering, is it possible to integrate a Leadwerks window with a 3rd party GUI API? Also, is there a RenderToTexture capability. Basically I'm try to see if Leadwerks could be used from making a 3D editor. Thanks 6 Quote Link to comment Share on other sites More sharing options...
dennis Posted July 19, 2013 Share Posted July 19, 2013 the answer is very simple. yes you can. But you need to integrate it yourself Quote Link to comment Share on other sites More sharing options...
Josh Posted July 19, 2013 Share Posted July 19, 2013 Context::CreateCustom() will create a rendering context on any windows HWND. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
_6__ Posted July 19, 2013 Author Share Posted July 19, 2013 Thanks. That's good news. And the RenderToTexture, is that available? Quote Link to comment Share on other sites More sharing options...
Josh Posted July 20, 2013 Share Posted July 20, 2013 Yes, the Buffer class is made for this. It was recently exposed, and it looks like we have no documented it yet. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.